Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Interactions / NPCs / Intelligent / Feran_Longtooth / Feran_Longtooth_Spear_Throw.json

Feran_Longtooth_Spear_Throw

Server/Item/Interactions/NPCs/Intelligent/Feran_Longtooth/Feran_Longtooth_Spear_Throw.json, 407 B

Fields

FieldType
Typestring
Effectsobject
$Commentstring
RunTimenumber
Nextobject

Source

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