Showcase_Mannequin_Sitting
Server/Models/Showcase/Showcase_Mannequin_Sitting.json, 477 B
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
EyeHeight | number |
HitBox | object |
AnimationSets | object |
Source
{
"Model": "NPC/MISC/Mannequin/Models/Model.blockymodel",
"Texture": "NPC/MISC/Mannequin/Models/Model_Light.png",
"EyeHeight": 1.7,
"HitBox": {
"Max": {
"X": 0.3,
"Y": 1.8,
"Z": 0.3
},
"Min": {
"X": -0.3,
"Y": 0,
"Z": -0.3
}
},
"AnimationSets": {
"Idle": {
"Animations": [
{
"Animation": "Characters/Animations/Flavor/Sit.blockyanim",
"Speed": 1
}
]
}
}
}