30 lines
967 B
JSON
30 lines
967 B
JSON
{
|
||
"hair": {
|
||
"color": ["red", "ginger", "auburn"],
|
||
"length": ["long"],
|
||
"notes": ["light freckles often welcome"]
|
||
},
|
||
"body_types": [
|
||
{
|
||
"height": "tall",
|
||
"build": "average",
|
||
"bust": ["small", "medium", "sometimes large"],
|
||
"hips": ["round", "slim"]
|
||
},
|
||
{
|
||
"height": "short",
|
||
"build": "slim",
|
||
"bust": ["small", "medium"],
|
||
"hips": ["round", "slim"],
|
||
"notes": ["petite / narrow frame welcome — good for size-contrast scenes"]
|
||
}
|
||
],
|
||
"age_read": "prefer adult women who look young (18–25 vibe) when unspecified; MILF ok when plot asks",
|
||
"face": "unique / distinctive features preferred over generic beauty",
|
||
"freckles": "light / scattered preferred",
|
||
"notes": [
|
||
"Apply these when the user did not specify looks — strength gated by preference_bias",
|
||
"Push memorable faces, unusual beauty marks, asymmetric charm when casting freely"
|
||
]
|
||
}
|