added character documentation and split Clothing into a sub-struct

of Character
This commit is contained in:
2026-05-16 14:06:49 +01:00
parent 99a5b03290
commit 6d012dbe6b
6 changed files with 108 additions and 25 deletions
+14 -9
View File
@@ -4,19 +4,24 @@
"gender": "Male",
"skin_color": "",
"eye_color": "",
"hair_color": "",
"pronoun_subject": "He",
"pronoun_object": "Him",
"pronoun_deppos": "His",
"pronoun_indpos": "His",
"pronoun_reflex": "Himself",
"head": "",
"hair": "",
"torso": "",
"arm": "",
"leg": "",
"hair_color": "",
"top_clothing": "",
"bottom_clothing": "",
"shoes": ""
"head_shape": "",
"hair_style": "",
"torso_shape": "",
"arm_shape": "",
"leg_shape": "",
"clothing": {
"top": "",
"bottom": "",
"shoes": "",
"hat": "",
"gloves": "",
"neck": ""
}
}
}
BIN
View File
Binary file not shown.