Remove build artifacts, dev tool configs, unused dependencies, and third-party source dumps. Add proper README, update .gitignore, clean up Makefile.
15 lines
380 B
JSON
15 lines
380 B
JSON
{
|
|
"type": "tiedup:bondage_item",
|
|
"display_name": "Data-Driven Handcuffs",
|
|
"model": "tiedup:models/gltf/v2/handcuffs/cuffs_prototype.glb",
|
|
"regions": ["ARMS"],
|
|
"pose_priority": 30,
|
|
"escape_difficulty": 100,
|
|
"lockable": true,
|
|
"icon": "tiedup:item/beam_cuffs",
|
|
"animation_bones": {
|
|
"idle": ["rightArm", "leftArm"],
|
|
"struggle": ["rightArm", "leftArm"]
|
|
}
|
|
}
|