Updated example in README
And there is your Max. xD
This commit is contained in:
parent
1c7e301fd8
commit
866764e1ab
1 changed files with 5 additions and 4 deletions
|
@ -43,12 +43,13 @@ With Sims 3 and later, creating personalities is as simple as selecting a trait.
|
|||
```json
|
||||
{
|
||||
"Name": "Max Casey",
|
||||
"Archetype": "Party Animal",
|
||||
"Qualities": {
|
||||
"Outgoing": 6,
|
||||
"Nice": 4,
|
||||
"Outgoing": 7,
|
||||
"Nice": 6,
|
||||
"Playful": 6,
|
||||
"Neat": 5,
|
||||
"Active": 4
|
||||
"Neat": 3,
|
||||
"Active": 3
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue