Versions / 0.6.0-pre.4 / Item / Interactions / NPCs / Intelligent / Feran_Longtooth / Feran_Longtooth_Spear_Throw.json
Feran_Longtooth_Spear_Throw
Server/Item/Interactions/NPCs/Intelligent/Feran_Longtooth/Feran_Longtooth_Spear_Throw.json, 407 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemPlayerAnimationsId": "Feran_Spear",
"ItemAnimationId": "Throw"
},
"$Comment": "Prepare Delay",
"RunTime": 0.2,
"Next": {
"Type": "LaunchProjectile",
"RunTime": 0.217,
"Effects": {
"WorldSoundEventId": "SFX_Trork_Throwing_Axe"
},
"ProjectileId": "Feran_Longtooth_Spear",
"Tags": {
"AimingReference": []
}
}
}