Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adefee committed Feb 11, 2024
1 parent e45f7f0 commit 68a3d85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Let's give player "Lent" 42 Technology Points and add 10 Stat Points to his HP.
"handle": "Lent",
"techPoints": 42,
"statusPoints": {
"maxHp": 10,
"health": 10,
},
"appearance": {
"bodyType": "TypeB",
Expand Down Expand Up @@ -192,17 +192,17 @@ Below is a list of all currently available options for the `config.json` file. A
],
"countEffigiesFound": 0,
"currentHp": 50000,
"maxHp": 50000,
"maxSp": 50000,
"maxHealth": 50000,
"maxStamina": 50000,
"hunger": 100,
"sanityValue": 100,
"isPlayer": true,
"workSpeed": 100,
"support": 100,
"unusedStatusPoint": 0,
"statusPoints": {
"maxHp": 0,
"maxSp": 0,
"health": 0,
"stamina": 0,
"attack": 0,
"weight": 0,
"catchRate": 0,
Expand Down

0 comments on commit 68a3d85

Please sign in to comment.