Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Interactions / NPCs / Undead / Skeleton_Pirate_Gunner / Skeleton_Pirate_Gunner_Gun_Shoot.json

Skeleton_Pirate_Gunner_Gun_Shoot

Server/Item/Interactions/NPCs/Undead/Skeleton_Pirate_Gunner/Skeleton_Pirate_Gunner_Gun_Shoot.json, 423 B

Fields

FieldType
Typestring
Effectsobject
$Commentstring
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "Effects": {
    "ItemPlayerAnimationsId": "Skeleton_Rifle",
    "ItemAnimationId": "ShootFlintlock"
  },
  "$Comment": "Prepare Delay",
  "RunTime": 2,
  "Next": {
    "Type": "LaunchProjectile",
    "RunTime": 0.333,
    "Effects": {
      "WorldSoundEventId": "SFX_Blunderbuss_Fire"
    },
    "ProjectileId": "Skeleton_Pirate_Gunner_Bullet",
    "Tags": {
      "AimingReference": []
    }
  }
}