Files
TiedUp-/src/main/resources/data/tiedup/tiedup_items/tape_gag.json
NotEvil 74e9450a55 feat(D-01/E): BuiltInLockComponent for organic items (E2)
- New BuiltInLockComponent: blocksUnequip() returns true (permanent lock)
- ComponentType: add BUILT_IN_LOCK enum value
- 8 organic item JSONs updated (slime, vine, web, tape variants)
- DataDrivenBondageItem: add hasBuiltInLock() static helper
2026-04-15 03:11:15 +02:00

29 lines
548 B
JSON

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