Going the UI route

This commit is contained in:
Tony Bark 2025-04-29 03:19:23 -04:00
parent 970303d5ec
commit 9d9f951e9d
36 changed files with 822 additions and 4 deletions

View file

@ -0,0 +1,11 @@
{
"Name": "Max Casey",
"Archetype": "Party Animal",
"Qualities": {
"Outgoing": 7,
"Nice": 6,
"Playful": 6,
"Neat": 3,
"Active": 3
}
}

View file

@ -0,0 +1,11 @@
{
"Name": "Zack Casey",
"Archetype": "Laidback",
"Qualities": {
"Outgoing": 5,
"Nice": 8,
"Playful": 4,
"Neat": 4,
"Active": 4
}
}