- 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
30 lines
565 B
JSON
30 lines
565 B
JSON
{
|
|
"type": "tiedup:bondage_item",
|
|
"display_name": "Vine Bind",
|
|
"translation_key": "item.tiedup.vine_seed",
|
|
"model": "tiedup:models/gltf/v2/binds/vine_seed.glb",
|
|
"regions": [
|
|
"ARMS"
|
|
],
|
|
"pose_type": "STANDARD",
|
|
"pose_priority": 30,
|
|
"escape_difficulty": 100,
|
|
"lockable": false,
|
|
"can_attach_padlock": false,
|
|
"supports_color": false,
|
|
"animation_bones": {
|
|
"idle": [
|
|
"rightArm",
|
|
"leftArm"
|
|
],
|
|
"struggle": [
|
|
"rightArm",
|
|
"leftArm"
|
|
]
|
|
},
|
|
"components": {
|
|
"resistance": {
|
|
"id": "vine"
|
|
}
|
|
}
|
|
} |