mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-21 12:42:11 -03:00
35 lines
1012 B
JSON
35 lines
1012 B
JSON
{
|
|
"name": "Marcel",
|
|
"nationality": "French",
|
|
"age": 78,
|
|
"gender": "Male",
|
|
"height": "170 cm",
|
|
"weight": "70 kg",
|
|
"face": {
|
|
"shape": "Oval",
|
|
"complexion": "Pale with age spots",
|
|
"eyes": {
|
|
"color": "Grey",
|
|
"shape": "Hooded",
|
|
"feature": "Soft wrinkles around the eyes"
|
|
},
|
|
"nose": "Long and slightly hooked",
|
|
"lips": "Thin with a gentle expression",
|
|
"cheekbones": "Moderately prominent",
|
|
"jawline": "Soft with slight sagging, more pronounced than the female counterpart"
|
|
},
|
|
"hair": {
|
|
"color": "Silver grey",
|
|
"length": "Short",
|
|
"texture": "Straight",
|
|
"style": "Neatly styled, side-parted with a bit of thinning at the top"
|
|
},
|
|
"body_type": {
|
|
"build": "Lean but slightly frail due to age",
|
|
"figure": "Rectangle-shaped",
|
|
"shoulders": "Narrow and slightly stooped",
|
|
"waist": "Undefined due to age",
|
|
"hips": "Slim with slightly bowed legs"
|
|
}
|
|
}
|
|
|