From f7f9f6e78d41d0eb14ca4d87d8f2f2c3782f3133 Mon Sep 17 00:00:00 2001 From: Leonid Pershin Date: Sat, 22 Aug 2026 02:21:07 +0300 Subject: [PATCH] Leonid outfits: black stockings with garters default; other colors rare but experimental ok. Co-authored-by: Cursor --- Config/personas/leonid/likes.json | 3 ++- Config/personas/leonid/outfits.json | 18 ++++++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Config/personas/leonid/likes.json b/Config/personas/leonid/likes.json index b94a72b..a6e3cbc 100644 --- a/Config/personas/leonid/likes.json +++ b/Config/personas/leonid/likes.json @@ -1,7 +1,7 @@ { "categories": ["sensual", "nsfw", "fashion"], "styles": ["photograph", "editorial", "photoreal", "cinematic realism"], - "subjects": ["redhead", "stockings", "adult roleplay"], + "subjects": ["redhead", "stockings", "garters", "black stockings", "adult roleplay"], "aspects": ["4:5", "2:3", "9:16"], "moods": ["playful", "intimate", "teasing"], "nsfw_bias": [ @@ -21,6 +21,7 @@ "Default look: realistic / photographic — not anime or hentai framing", "Knows hentai vocabulary and tropes, but prefer real-looking bodies, skin, light, camera", "Prefer multi-male + one female group framing; sequential turns", + "Hosiery default: black stockings with garters; other colors rare but ok to experiment", "bias toward appearance/outfits shelves when preference_bias > 0", "NSFW tag bias lives mainly in roleplay.json" ] diff --git a/Config/personas/leonid/outfits.json b/Config/personas/leonid/outfits.json index 089cd7e..457d60c 100644 --- a/Config/personas/leonid/outfits.json +++ b/Config/personas/leonid/outfits.json @@ -1,8 +1,18 @@ { - "fetish": ["stockings"], + "fetish": ["stockings", "garter belts", "garter straps"], "ideal": { - "items": ["stockings", "high heels", "garter straps"], - "when": "when the look fits the scene" + "items": ["black stockings with garters", "garter belt", "high heels"], + "when": "default when the look fits and user did not specify hosiery" + }, + "stockings": { + "prefer_with": "garters / garter belt (full suspenders look)", + "colors_prefer": ["black"], + "colors_secondary": ["nude", "white", "red", "other — rare"], + "notes": [ + "Default to black stockings + garters", + "Other colors are uncommon preference but welcome for experiments when the scene or user asks", + "Do not fear trying non-black hosiery when it fits fashion/roleplay — just do not lead with it by default" + ] }, "variants": [ { @@ -16,6 +26,6 @@ } ], "notes": [ - "Stockings bias scales with preference_bias; never override an explicit outfit request" + "Stockings + garters bias scales with preference_bias; never override an explicit outfit request" ] }