Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Interactions / Weapons / Bomb / Bomb_Throw.json

Bomb_Throw

Server/Item/Interactions/Weapons/Bomb/Bomb_Throw.json, 553 B

Fields

FieldType
Typestring
Interactionsarray[4]

Source

{
  "Type": "Serial",
  "Interactions": [
    {
      "Type": "Simple",
      "RunTime": 0.25,
      "Effects": {
        "ItemAnimationId": "Throw"
      }
    },
    {
      "Type": "ResetCooldown",
      "Cooldown": {
        "Cooldown": 1
      }
    },
    {
      "Type": "Projectile",
      "Config": "Projectile_Config_Bomb_Base",
      "Next": {
        "Type": "Simple",
        "RunTime": 0.2
      }
    },
    {
      "Type": "ModifyInventory",
      "ItemToRemove": {
        "Id": "Weapon_Bomb",
        "Quantity": 1
      }
    }
  ]
}