Versions / 0.5.2 / Item / Interactions / NPCs / Intelligent / Feran_Windwalker / Feran_Windwalker_Staff_Wind_Burst.json
Feran_Windwalker_Staff_Wind_Burst
Server/Item/Interactions/NPCs/Intelligent/Feran_Windwalker/Feran_Windwalker_Staff_Wind_Burst.json, 411 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemPlayerAnimationsId": "Feran_Staff",
"ItemAnimationId": "CastSummon"
},
"$Comment": "Prepare Delay",
"RunTime": 1,
"Next": {
"Type": "LaunchProjectile",
"RunTime": 0.2,
"Effects": {
"WorldSoundEventId": "SFX_Staff_Ice_Shoot"
},
"ProjectileId": "Feran_Windwalker_Wind_Burst",
"Tags": {
"AimingReference": []
}
}
}