added character documentation and split Clothing into a sub-struct
of Character
This commit is contained in:
+14
-9
@@ -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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user