Versions / 0.6.0-pre.4 / Item / Animations / NPC / Beast / Tiger_Sabertooth / Tiger_Sabertooth_Default.json
Tiger_Sabertooth_Default
Server/Item/Animations/NPC/Beast/Tiger_Sabertooth/Tiger_Sabertooth_Default.json, 1018 B
Fields
| Field | Type |
|---|---|
Animations | object |
Camera | object |
WiggleWeights | object |
Source
{
"Animations": {
"SwipeLeft": {
"ThirdPerson": "NPC/Beast/Tiger_Sabertooth/Animations/Attacks/Swipe_Left.blockyanim",
"Looping": false,
"Speed": 1
},
"SwipeRight": {
"ThirdPerson": "NPC/Beast/Tiger_Sabertooth/Animations/Attacks/Swipe_Right.blockyanim",
"Looping": false,
"Speed": 1
},
"Bite": {
"ThirdPerson": "NPC/Beast/Tiger_Sabertooth/Animations/Attacks/Bite.blockyanim",
"Looping": false,
"Speed": 1
}
},
"Camera": {
"Pitch": {
"AngleRange": {
"Max": 45,
"Min": -45
},
"TargetNodes": [
"Head"
]
},
"Yaw": {
"AngleRange": {
"Max": 45,
"Min": -45
},
"TargetNodes": [
"Head"
]
}
},
"WiggleWeights": {
"Pitch": 2,
"PitchDeceleration": 0.1,
"Roll": 0.1,
"RollDeceleration": 0.1,
"X": 3,
"XDeceleration": 0.1,
"Y": 0.1,
"YDeceleration": 0.1,
"Z": 0.1,
"ZDeceleration": 0.1
}
}