- 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
29 lines
555 B
JSON
29 lines
555 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": {},
|
|
"built_in_lock": {}
|
|
}
|
|
} |