Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / Weapon / Bomb / Weapon_Bomb_Potion_Poison.json

Weapon_Bomb_Potion_Poison

Server/Item/Items/Weapon/Bomb/Weapon_Bomb_Potion_Poison.json, 988 B

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Qualitystring
ItemLevelnumber
PlayerAnimationsIdstring
Interactionsobject
InteractionVarsobject
IconPropertiesobject
MaxStacknumber
Modelstring
Iconstring
Texturestring
Tagsobject
Weaponobject
Lightobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Bomb_Potion_Poison.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Uncommon",
  "ItemLevel": 20,
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Secondary": "Item_Throw"
  },
  "InteractionVars": {
    "Item_Throw_Projectile": {
      "Interactions": [
        {
          "Parent": "Item_Throw_Projectile",
          "ProjectileId": "Bomb_Potion_Poison"
        }
      ]
    }
  },
  "IconProperties": {
    "Scale": 0.75,
    "Translation": [
      -13,
      -12
    ],
    "Rotation": [
      12.5,
      12.5,
      315
    ]
  },
  "MaxStack": 16,
  "Model": "Items/Weapons/Bomb/Potion_Onion.blockymodel",
  "Icon": "Icons/ItemsGenerated/Weapon_Bomb_Potion_Poison.png",
  "Texture": "Items/Weapons/Bomb/Potion_Onion_Poison.png",
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Bomb"
    ]
  },
  "Weapon": {},
  "Light": {
    "Radius": 1,
    "Color": "#141"
  }
}