mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-21 12:42:11 -03:00
35 lines
899 B
JSON
35 lines
899 B
JSON
{
|
|
"name": "Sean",
|
|
"nationality": "Irish",
|
|
"age": 28,
|
|
"gender": "Male",
|
|
"height": "180 cm",
|
|
"weight": "78 kg",
|
|
"face": {
|
|
"shape": "Oval",
|
|
"complexion": "Fair with a light tan",
|
|
"eyes": {
|
|
"color": "Hazel",
|
|
"shape": "Almond-shaped",
|
|
"feature": "Defined eyebrows and a friendly gaze"
|
|
},
|
|
"nose": "Straight and slightly prominent",
|
|
"lips": "Full with a natural pink hue",
|
|
"cheekbones": "High and chiseled",
|
|
"jawline": "Strong and defined"
|
|
},
|
|
"hair": {
|
|
"color": "Auburn",
|
|
"length": "Short",
|
|
"texture": "Wavy",
|
|
"style": "Neatly styled with a bit of wave, often kept short and tidy"
|
|
},
|
|
"body_type": {
|
|
"build": "Athletic and toned",
|
|
"figure": "V-shaped",
|
|
"shoulders": "Broad and strong",
|
|
"waist": "Defined",
|
|
"hips": "Moderate"
|
|
}
|
|
}
|
|
|