Versions / 0.5.0-pre.9 / Item / Interactions / NPCs / Intelligent / Feran_Sharptooth / Feran_Sharptooth_Axe_Throw_Double.json
Feran_Sharptooth_Axe_Throw_Double
Server/Item/Interactions/NPCs/Intelligent/Feran_Sharptooth/Feran_Sharptooth_Axe_Throw_Double.json, 399 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemPlayerAnimationsId": "Feran_Axe",
"ItemAnimationId": "Throw"
},
"$Comment": "Prepare Delay",
"RunTime": 0.2,
"Next": {
"Type": "LaunchProjectile",
"RunTime": 0.217,
"Effects": {
"WorldSoundEventId": "SFX_Unarmed_Swing"
},
"ProjectileId": "Feran_Sharptooth_Axe",
"Tags": {
"AimingReference": []
}
}
}