- Add optional "creator" JSON field to display author name in tooltip - Show body regions, movement style, lock status, and escape difficulty - Show pose priority and item ID in advanced mode (F3+H) - Update ARTIST_GUIDE.md field reference and test JSON
16 lines
409 B
JSON
16 lines
409 B
JSON
{
|
|
"type": "tiedup:bondage_item",
|
|
"display_name": "Data-Driven Handcuffs",
|
|
"creator": "TiedUp! Team",
|
|
"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"]
|
|
}
|
|
}
|