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
|
```json
|
||||||
{
|
{
|
||||||
"Name": "Max Casey",
|
"Name": "Max Casey",
|
||||||
|
"Archetype": "Party Animal",
|
||||||
"Qualities": {
|
"Qualities": {
|
||||||
"Outgoing": 6,
|
"Outgoing": 7,
|
||||||
"Nice": 4,
|
"Nice": 6,
|
||||||
"Playful": 6,
|
"Playful": 6,
|
||||||
"Neat": 5,
|
"Neat": 3,
|
||||||
"Active": 4
|
"Active": 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue