first commit

This commit is contained in:
Lithiil 2020-04-01 20:44:12 +03:00
parent cf3118b9ea
commit 2ee1226137
9 changed files with 221 additions and 0 deletions

6
data/appearance.json Normal file
View 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
View file

@ -0,0 +1,4 @@
{
"goals": ["To become King", "To slay a dragon"],
"fears": ["Cake","Spiders","Blue Eyes"]
}

3
data/titles.json Normal file
View file

@ -0,0 +1,3 @@
{
"data":["The Noble", "The Peasant", "The Great", "The Dark", "The White", "The Strong"]
}