first commit
This commit is contained in:
parent
cf3118b9ea
commit
2ee1226137
9 changed files with 221 additions and 0 deletions
6
data/appearance.json
Normal file
6
data/appearance.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"hair_type": ["straight", "wavy", "curly"],
|
||||
"hair_color": ["brown", "white", "blond", "red", "black"],
|
||||
"eyes": ["hazel", "blue", "green", "brown"],
|
||||
"marks": ["Left cheek scar", "None", "Missing middle finger on right hand"]
|
||||
}
|
||||
4
data/personalities.json
Normal file
4
data/personalities.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"goals": ["To become King", "To slay a dragon"],
|
||||
"fears": ["Cake","Spiders","Blue Eyes"]
|
||||
}
|
||||
3
data/titles.json
Normal file
3
data/titles.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"data":["The Noble", "The Peasant", "The Great", "The Dark", "The White", "The Strong"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue