- 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
28 lines
524 B
JSON
28 lines
524 B
JSON
{
|
|
"type": "tiedup:bondage_item",
|
|
"display_name": "Web Gag",
|
|
"translation_key": "item.tiedup.web_gag",
|
|
"model": "tiedup:models/gltf/v2/gags/web_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": {}
|
|
}
|
|
} |