Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Interactions / NPCs / Intelligent / Outlander_Hunter / Outlander_Hunter_Bow_Shoot.json

Outlander_Hunter_Bow_Shoot

Server/Item/Interactions/NPCs/Intelligent/Outlander_Hunter/Outlander_Hunter_Bow_Shoot.json, 402 B

Fields

FieldType
Typestring
Effectsobject
$Commentstring
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "Effects": {
    "ItemPlayerAnimationsId": "Outlander_Bow",
    "ItemAnimationId": "Shoot"
  },
  "$Comment": "Prepare Delay",
  "RunTime": 1,
  "Next": {
    "Type": "LaunchProjectile",
    "RunTime": 0.25,
    "Effects": {
      "WorldSoundEventId": "SFX_Unarmed_Swing"
    },
    "ProjectileId": "Outlander_Hunter_Arrow",
    "Tags": {
      "AimingReference": []
    }
  }
}