-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphysical.json
More file actions
149 lines (149 loc) · 3.04 KB
/
physical.json
File metadata and controls
149 lines (149 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"height": {
"table": [
"averagely heighted",
"diminutive",
"formidable",
"immense",
"lofty",
"meager",
"short",
"statuesque",
"tall",
"tiny",
"towering"
]
},
"build": {
"table": [
"athletic",
"bony",
"fat",
"girthy",
"heavy",
"lean",
"ordinary",
"paunchy",
"paunchy",
"plump",
"powerful",
"rakish",
"rotund",
"shapeless",
"slender",
"slight",
"slim",
"stocky",
"stout",
"thin"
]
},
"facial-features": {
"table": [
"an angular face",
"beauty spot",
"charming features",
"chubby cheeks",
"coarse features",
"colorful tattoos",
"craggy features",
"crazy tattoos",
"crow-like features",
"delicate features",
"fancy moustache",
"furry brows",
"handsome features",
"heavy piercings",
"heavy wrinkles",
"imposing beard",
"imposing tattoos",
"laugh lines",
"massive scars",
"mild piercings",
"mild tattoos",
"permanent scowl",
"sculpted chin",
"sharp features",
"slight scaring",
"soft features",
"speckled skin",
"well-aged features"
]
},
"hair-type": {
"table": [
"balding",
"braided",
"curly",
"elegant",
"fancy",
"frazzled",
"greasy",
"limp",
"long",
"messy",
"mohawk'd",
"short",
"straight",
"streaked",
"styled",
"tattered",
"thick",
"thinning",
"very long",
"wavy",
"well groomed",
"wild",
"wiry",
"his facial expression is ---"
]
},
"demeanor": {
"table": [
"strong in character",
"unmistakably cool",
"excessively grave",
"courteous and bland",
"mild-mannered and quiet",
"singularly serious and self-contained",
"lofty and regal",
"calm and somber",
"cold and serious",
"defiantly audacious",
"mystic and pompously solemn",
"wild and almost frantic",
"stern and stiff",
"sinister",
"aggressively businesslike",
"certain and confident",
"incongruously sorrowful",
"reckless and furious",
"vivid and alert",
"expressionless an passive",
"actively joyous",
"humble & pleasant",
"distinctly fierce",
"notably malevolent",
"icy and aloof",
"submissive and quiet",
"confident and cool",
"gawky and timid",
"sad and quiet",
"fawning and sycophantic",
"rough and saucy",
"confident and assertive",
"impatient and lofty",
"wary and decorous",
"amiable and meek",
"grave and almost troubled",
"austere and philosophical",
"plain and virtuous",
"quiet but undaunted",
"grave and reverential",
"harsh and resentful",
"callous and unmoved",
"suspicious and cautious",
"silent and deferential"
]
}
}