Cactee_Default
Server/Item/Animations/NPC/Beast/Cactee/Cactee_Default.json, 1.3 KB
Fields
| Field | Type |
|---|---|
Animations | object |
Camera | object |
WiggleWeights | object |
Source
{
"Animations": {
"SpikeBurstLeft": {
"ThirdPerson": "NPC/Beast/Cactee/Animations/Attacks/Spike_Burst_Left.blockyanim",
"ThirdPersonMoving": "NPC/Beast/Cactee/Animations/Attacks/Spike_Burst_Left_Moving.blockyanim",
"Looping": false,
"Speed": 1
},
"SpikeBurstRight": {
"ThirdPerson": "NPC/Beast/Cactee/Animations/Attacks/Spike_Burst_Right.blockyanim",
"ThirdPersonMoving": "NPC/Beast/Cactee/Animations/Attacks/Spike_Burst_Right_Moving.blockyanim",
"Looping": false,
"Speed": 1
},
"SpikeNova": {
"ThirdPerson": "NPC/Beast/Cactee/Animations/Attacks/Spike_Nova.blockyanim",
"Looping": false,
"Speed": 1
},
"SwingUpLeft": {
"ThirdPerson": "NPC/Beast/Cactee/Animations/Attacks/Swing_Up_Left.blockyanim",
"Looping": false,
"Speed": 1
}
},
"Camera": {
"Pitch": {
"AngleRange": {
"Max": 45,
"Min": -15
},
"TargetNodes": [
"Head"
]
},
"Yaw": {
"AngleRange": {
"Max": 30,
"Min": -30
},
"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
}
}