Files
Bjornulf_custom_nodes/characters/Lily.json
justumen 1d3366ca7b 0.15
2024-09-09 12:33:34 +02:00

35 lines
776 B
JSON

{
"name": "Lily",
"nationality": "Swedish",
"age": 8,
"gender": "Female",
"height": "120 cm",
"weight": "25 kg",
"face": {
"shape": "Round",
"complexion": "Light with freckles",
"eyes": {
"color": "Blue",
"shape": "Big and round",
"feature": "Sparkly and curious"
},
"nose": "Small and button-like",
"lips": "Thin and rosy",
"cheekbones": "Soft and subtle",
"jawline": "Rounded"
},
"hair": {
"color": "Blonde",
"length": "Medium-length",
"texture": "Straight",
"style": "Usually in pigtails or a simple headband"
},
"body_type": {
"build": "Petite",
"figure": "Childlike",
"shoulders": "Small and narrow",
"waist": "Slightly chubby",
"hips": "Not yet developed"
}
}