Going the UI route
This commit is contained in:
parent
970303d5ec
commit
9d9f951e9d
36 changed files with 822 additions and 4 deletions
11
PersonaForge.Console/profiles/Max_Casey.json
Normal file
11
PersonaForge.Console/profiles/Max_Casey.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"Name": "Max Casey",
|
||||
"Archetype": "Party Animal",
|
||||
"Qualities": {
|
||||
"Outgoing": 7,
|
||||
"Nice": 6,
|
||||
"Playful": 6,
|
||||
"Neat": 3,
|
||||
"Active": 3
|
||||
}
|
||||
}
|
11
PersonaForge.Console/profiles/Zack_Casey.json
Normal file
11
PersonaForge.Console/profiles/Zack_Casey.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"Name": "Zack Casey",
|
||||
"Archetype": "Laidback",
|
||||
"Qualities": {
|
||||
"Outgoing": 5,
|
||||
"Nice": 8,
|
||||
"Playful": 4,
|
||||
"Neat": 4,
|
||||
"Active": 4
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue