Versions / 0.5.2 / Item / Interactions / NPCs / Intelligent / Goblin / Variants / Goblin_Scavenger_Trash.json
Goblin_Scavenger_Trash
Server/Item/Interactions/NPCs/Intelligent/Goblin/Variants/Goblin_Scavenger_Trash.json, 410 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemPlayerAnimationsId": "Goblin_Item",
"ItemAnimationId": "Throw"
},
"$Comment": "Prepare Delay",
"RunTime": 0.5,
"Next": {
"Type": "Projectile",
"Config": "Projectile_Config_Goblin_Scavenger_Trash",
"RunTime": 0.217,
"Effects": {
"WorldSoundEventId": "SFX_Unarmed_Swing"
},
"Tags": {
"AimingReference": []
}
}
}