Files
TiedUp-/src/main/resources/assets/tiedup/tiedup_items/slime_gag.json
NotEvil 1d2ca24059 fix(D-01/B): hood missing MOUTH block + organic items lockable:false
- Hood: add MOUTH to blocked_regions — prevents double gag stacking
- 8 organic items (slime, vine, web, tape): set lockable:false at top
  level for consistency with can_attach_padlock:false
2026-04-14 17:59:27 +02:00

28 lines
530 B
JSON

{
"type": "tiedup:bondage_item",
"display_name": "Slime Gag",
"translation_key": "item.tiedup.slime_gag",
"model": "tiedup:models/gltf/v2/gags/slime_gag.glb",
"regions": [
"MOUTH"
],
"pose_priority": 10,
"escape_difficulty": 50,
"lockable": false,
"can_attach_padlock": false,
"supports_color": false,
"animation_bones": {
"idle": [
"head"
]
},
"components": {
"resistance": {
"id": "gag"
},
"gagging": {
"material": "stuffed"
},
"adjustable": {}
}
}