14 lines
465 B
JSON
14 lines
465 B
JSON
{
|
|
"ideal": ["black stockings with garters", "garter belt", "high heels"],
|
|
"stockings": {
|
|
"with": "garters",
|
|
"color_default": "black",
|
|
"color_other": "rare but ok to experiment"
|
|
},
|
|
"variants": [
|
|
{ "look": "sporty", "items": ["black stockings no garters", "sneakers"] },
|
|
{ "look": "alt", "items": ["alt fashion"], "prefer_on": ["short women"] }
|
|
],
|
|
"notes": ["Scale with preference_bias; never override explicit outfit"]
|
|
}
|