Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Interactions / NPCs / Beast / Cactee / Cactee_Spike_Burst_Right.json

Cactee_Spike_Burst_Right

Server/Item/Interactions/NPCs/Beast/Cactee/Cactee_Spike_Burst_Right.json, 456 B

Fields

FieldType
Typestring
Effectsobject
$Commentstring
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "Effects": {
    "ItemPlayerAnimationsId": "Cactee_Default",
    "ItemAnimationId": "SpikeBurstRight"
  },
  "$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": "Cactee_Spike",
    "Tags": {
      "AimingReference": []
    }
  }
}