Trork_Axe
Server/Item/Animations/NPC/Intelligent/Trork/Trork_Axe.json, 1.0 KB
Fields
| Field | Type |
|---|---|
Parent | string |
Animations | object |
Source
{
"Parent": "Trork_Sword",
"Animations": {
"SwingDownLeft": {
"ThirdPerson": "NPC/Intelligent/Trork/Animations/Items/Axe/Attacks/Swing_Down_Left/Swing_Down_Left.blockyanim",
"KeepPreviousFirstPersonAnimation": true,
"Speed": 1,
"ThirdPersonMoving": "NPC/Intelligent/Trork/Animations/Items/Axe/Attacks/Swing_Down_Left/Swing_Down_Left_Moving.blockyanim"
},
"SwingDownRight": {
"KeepPreviousFirstPersonAnimation": true,
"Speed": 1,
"ThirdPerson": "NPC/Intelligent/Trork/Animations/Items/Axe/Attacks/Swing_Down_Right/Swing_Down_Right.blockyanim",
"ThirdPersonMoving": "NPC/Intelligent/Trork/Animations/Items/Axe/Attacks/Swing_Down_Right/Swing_Down_Right_Moving.blockyanim"
},
"SwingDown": {
"KeepPreviousFirstPersonAnimation": true,
"Speed": 1,
"ThirdPerson": "NPC/Intelligent/Trork/Animations/Items/Axe/Attacks/Swing_Down/Swing_Down.blockyanim",
"ThirdPersonMoving": "NPC/Intelligent/Trork/Animations/Items/Axe/Attacks/Swing_Down/Swing_Down_Moving.blockyanim"
}
}
}