Versions / 0.5.4 / Item / Interactions / NPCs / Elemental / Spirit_Root / Spirit_Root_Spore_Gas.json
Spirit_Root_Spore_Gas
Server/Item/Interactions/NPCs/Elemental/Spirit_Root/Spirit_Root_Spore_Gas.json, 470 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemPlayerAnimationsId": "Spirit_Root_Default",
"ItemAnimationId": "SporeGas"
},
"$Comment": "Prepare Delay",
"RunTime": 0.5,
"Next": {
"Type": "LaunchProjectile",
"RunTime": 0.5,
"Effects": {
"WorldSoundEventId": "SFX_Bow_T2_Shoot",
"LocalSoundEventId": "SFX_Bow_T2_Shoot_Local"
},
"ProjectileId": "Skeleton_Mage_Corruption_Orb",
"Tags": {
"AimingReference": []
}
}
}