Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-storey authored Jul 2, 2021
1 parent 438b79e commit 19126d0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ generates this save data:
```json
[
{
"Identity": {
"Name": "Shegorath the Soldier"
},
"Stats": [
{
"Max": 100,
Expand All @@ -52,14 +55,12 @@ generates this save data:
"Name": "Dead",
"Status": false
}
],
"Identity": {
"Name": "Jeff the Bard"
}
}
]
},
[...]
]
```

Etc
To Create and Modify stats with potions, you can use a potion factory like:

```cs
Expand Down

0 comments on commit 19126d0

Please sign in to comment.