Promote anal hardcore action routing

This commit is contained in:
2026-06-27 19:11:44 +02:00
parent 08627be954
commit 658743d876
8 changed files with 32 additions and 14 deletions
+10 -8
View File
@@ -68,21 +68,23 @@ def hardcore_pose_anchor(role_graph: str, hard_item: str, composition: str = "",
return "footjob outercourse pose"
return "non-penetrative outercourse pose"
if is_toy_assisted_double_text(role_graph, hard_item, composition, axis_values_text(axis_values)):
prefix = "toy-assisted " if ("toy" in text or "strap-on" in text) else ""
front_back = "front-and-back" in text or "from the front" in text or "pussy and ass" in text
if "face-down ass-up" in text or "face-down" in text:
return "toy-assisted face-down rear-entry double-penetration pose"
return f"{prefix}face-down rear-entry double-penetration pose"
if "doggy style" in text or "doggy-style" in text or "all fours" in text or "rear-entry" in text:
return "toy-assisted rear-entry double-penetration pose"
return f"{prefix}rear-entry double-penetration pose"
if "bent-over" in text or "bent forward" in text:
return "toy-assisted bent-over double-penetration pose"
return f"{prefix}bent-over double-penetration pose"
if "spooning anal" in text or "side-lying anal" in text or "side-lying" in text:
return "toy-assisted side-lying double-penetration pose"
return f"{prefix}side-lying double-penetration pose"
if "edge-supported" in text or "bed-edge" in text or "edge-of-bed" in text:
return "toy-assisted edge-supported double-penetration pose"
return f"{prefix}edge-supported front-and-back double-penetration pose" if front_back else f"{prefix}edge-supported double-penetration pose"
if "standing anal" in text or "standing supported" in text or "standing" in text:
return "toy-assisted standing double-penetration pose"
return f"{prefix}standing front-and-back double-penetration pose" if front_back else f"{prefix}standing double-penetration pose"
if "kneeling anal" in text or "kneeling" in text:
return "toy-assisted kneeling rear-entry double-penetration pose"
return "toy-assisted rear-entry double-penetration pose"
return f"{prefix}kneeling front-and-back double-penetration pose" if front_back else f"{prefix}kneeling rear-entry double-penetration pose"
return f"{prefix}front-and-back double-penetration pose" if front_back else f"{prefix}rear-entry double-penetration pose"
if "double penetration" in text or "vaginal and anal penetration" in text or "front-and-back" in text:
if "face-down ass-up" in text:
return "face-down rear-entry double-penetration pose"