Support item template route metadata

This commit is contained in:
2026-06-27 02:00:55 +02:00
parent 2d3d668359
commit dc94b1c4c1
6 changed files with 179 additions and 30 deletions
+20 -4
View File
@@ -954,7 +954,11 @@
"expression_pools": ["hardcore_penetration_expressions"],
"composition_pools": ["penetration_compositions"],
"item_templates": [
"{penetration_act} in {position}, with {body_contact}, {intensity}, and {visibility}",
{
"template": "{penetration_act} in {position}, with {body_contact}, {intensity}, and {visibility}",
"action_family": "penetration",
"position_family": "penetrative"
},
"{position} while {penetration_act}, {hand_detail}, {mouth_detail}, and {visibility}",
"{penetration_act} from {angle}, with {leg_detail}, {body_contact}, and {intensity}",
"hardcore {position} featuring {penetration_act}, {thrust_detail}, {hand_detail}, and {visibility}",
@@ -1123,7 +1127,11 @@
"expression_pools": ["hardcore_oral_expressions"],
"composition_pools": ["oral_compositions"],
"item_templates": [
"{oral_act} in {position}, with {hand_detail}, {expression_detail}, and {visibility}",
{
"template": "{oral_act} in {position}, with {hand_detail}, {expression_detail}, and {visibility}",
"action_family": "oral",
"position_family": "oral"
},
"{position} featuring {oral_act}, {body_contact}, {saliva_detail}, and {climax_hint}",
"{oral_act} from {angle}, with {mouth_detail}, {hand_detail}, and {visibility}",
"hardcore oral scene with {oral_act}, {body_contact}, {saliva_detail}, and {expression_detail}",
@@ -1271,7 +1279,11 @@
{"text": "close candid creator-shot frame centered on non-penetrative genital contact", "min_people": 2, "max_people": 3}
],
"item_templates": [
"{outer_act} in {position}, with {contact_detail}, {hand_detail}, and {visibility}",
{
"template": "{outer_act} in {position}, with {contact_detail}, {hand_detail}, and {visibility}",
"action_family": "outercourse",
"position_family": "outercourse"
},
"{position} featuring {outer_act}, {body_contact}, {texture_detail}, seen from a {angle} view",
"{angle} view of {outer_act}, with {visibility}, {contact_detail}, and {expression_detail}",
"explicit non-penetrative sex pose: {outer_act}, {position}, {contact_detail}, and {visibility}",
@@ -1986,7 +1998,11 @@
"expression_pools": ["hardcore_climax_expressions"],
"composition_pools": ["climax_compositions"],
"item_templates": [
"{climax_act} with {fluid_location}, {body_position}, {expression_detail}, and {visibility}",
{
"template": "{climax_act} with {fluid_location}, {body_position}, {expression_detail}, and {visibility}",
"action_family": "climax",
"position_family": "climax"
},
"{body_position} during {climax_act}, with {hand_detail}, {fluid_location}, and {fluid_detail}",
"{angle} aftermath view with {body_position}, {body_contact}, and {visibility}",
"hardcore post-ejaculation scene with {fluid_location}, {body_position}, {expression_detail}, and {visibility}",