Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Interactions / NPCs / Undead / Skeleton_Burnt_Alchemist / Skeleton_Burnt_Alchemist_Bomb_Throw.json

Skeleton_Burnt_Alchemist_Bomb_Throw

Server/Item/Interactions/NPCs/Undead/Skeleton_Burnt_Alchemist/Skeleton_Burnt_Alchemist_Bomb_Throw.json, 412 B

Fields

FieldType
Typestring
Effectsobject
$Commentstring
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "Effects": {
    "ItemPlayerAnimationsId": "Skeleton_Item",
    "ItemAnimationId": "Throw"
  },
  "$Comment": "Prepare Delay",
  "RunTime": 0.2,
  "Next": {
    "Type": "LaunchProjectile",
    "RunTime": 0.217,
    "Effects": {
      "WorldSoundEventId": "SFX_Unarmed_Swing"
    },
    "ProjectileId": "Skeleton_Burnt_Alchemist_Bomb",
    "Tags": {
      "AimingReference": []
    }
  }
}