Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Interactions / NPCs / Intelligent / Outlander_Cultist / Outlander_Cultist_Daggers_Throw_Double.json

Outlander_Cultist_Daggers_Throw_Double

Server/Item/Interactions/NPCs/Intelligent/Outlander_Cultist/Outlander_Cultist_Daggers_Throw_Double.json, 411 B

Fields

FieldType
Typestring
Effectsobject
$Commentstring
RunTimenumber
Nextobject

Source

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