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
This commit is contained in:
NotEvil
2026-04-15 03:11:15 +02:00
parent 4a3ff438c2
commit 199bf00aef
19 changed files with 67 additions and 17 deletions

View File

@@ -23,6 +23,7 @@
"gagging": {
"material": "stuffed"
},
"adjustable": {}
"adjustable": {},
"built_in_lock": {}
}
}