diff --git a/assets/characters/README.md b/assets/characters/README.md index 19af632..0795c69 100644 --- a/assets/characters/README.md +++ b/assets/characters/README.md @@ -38,7 +38,7 @@ Base standing images should feel like high-impact adult romance game character a - `date_cg/park_minseo_fitness_affection_60_v1.png`: accepted Park Minseo gym date CG, affectionate seated cable-row stage. - `date_cg/park_minseo_fitness_affection_80_v1.png`: accepted Park Minseo gym date CG, intense lying leg-curl stage. - `date_cg/park_minseo_fitness_affection_100_v1.png`: accepted Park Minseo gym date CG, high-tension cable-station stage. -- Park Minseo affection `>100` remains `needs_revision`; reject candidates with ambiguous leg anatomy or insufficient final-tier intensity. +- `date_cg/park_minseo_fitness_affection_100plus_v1.png`: accepted Park Minseo gym date CG, tight late-night final-route close-up. ## Legacy Comparison Files diff --git a/assets/characters/date_cg/park_minseo_fitness_affection_100plus_v1.png b/assets/characters/date_cg/park_minseo_fitness_affection_100plus_v1.png new file mode 100644 index 0000000..f31cdaf Binary files /dev/null and b/assets/characters/date_cg/park_minseo_fitness_affection_100plus_v1.png differ diff --git a/data/character_assets.json b/data/character_assets.json index 7bc2e66..f5f195a 100644 --- a/data/character_assets.json +++ b/data/character_assets.json @@ -156,8 +156,8 @@ "location_id": "fitness_center", "set_id": "park_minseo_fitness_affection", "style": "glossy_anime_romance", - "status": "partial", - "notes": "Gym date CG progression for Park Minseo. The >100 tier needs a stronger replacement; the first generated candidate was rejected for ambiguous leg anatomy and insufficient final-tier intensity.", + "status": "accepted", + "notes": "Gym date CG progression for Park Minseo. The >100 tier uses a tight route-finale crop to preserve final-tier intensity while removing the ambiguous lower-leg anatomy from the original full-body candidate.", "tiers": [ { "affection_min": 0, @@ -197,9 +197,9 @@ { "affection_min": 101, "affection_max": null, - "status": "needs_revision", - "path": null, - "notes": "Regenerate with a clearer two-leg composition and more adult final-tier visual intensity while staying non-explicit." + "status": "accepted", + "path": "assets/characters/date_cg/park_minseo_fitness_affection_100plus_v1.png", + "notes": "Tight late-night gym close-up with red rim light, heavy workout sweat, direct final-route eye contact, and the lower-body anatomy issue removed by crop." } ] }