Goblin_Item
Server/Item/Animations/NPC/Intelligent/Goblin/Goblin_Item.json, 427 B
Fields
| Field | Type |
|---|---|
Parent | string |
Animations | object |
Source
{
"Parent": "Item",
"Animations": {
"Idle": {
"Speed": 0.5,
"Looping": true,
"ThirdPerson": "NPC/Intelligent/Goblin/Animations/Items/Item/Idle.blockyanim"
},
"Throw": {
"ThirdPerson": "NPC/Intelligent/Goblin/Animations/Items/Item/Attacks/Throw/Throw.blockyanim",
"ThirdPersonMoving": "NPC/Intelligent/Goblin/Animations/Items/Item/Attacks/Throw/Throw_Moving.blockyanim"
}
}
}