Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Interactions / Weapons / Bomb / Bomb_Throw_Stun.json

Bomb_Throw_Stun

Server/Item/Interactions/Weapons/Bomb/Bomb_Throw_Stun.json, 424 B

Fields

FieldType
Typestring
Interactionsarray[3]

Source

{
  "Type": "Serial",
  "Interactions": [
    {
      "Type": "Simple",
      "RunTime": 0.25,
      "Effects": {
        "ItemAnimationId": "Throw"
      }
    },
    {
      "Type": "ResetCooldown",
      "Cooldown": {
        "Cooldown": 1
      }
    },
    {
      "Type": "Projectile",
      "Config": "Projectile_Config_Bomb_Stun",
      "Next": {
        "Type": "Simple",
        "RunTime": 0.2
      }
    }
  ]
}