Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Ingredient / Ingredient_Sac_Venom.json

Ingredient_Sac_Venom

Server/Item/Items/Ingredient/Ingredient_Sac_Venom.json, 730 B

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Modelstring
Texturestring
Qualitystring
ItemLevelnumber
PlayerAnimationsIdstring
IconPropertiesobject
Iconstring
Tagsobject
ItemEntityobject
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Sac_Venom.name",
    "Description": "server.items.Ingredient_Sac_Venom.description"
  },
  "Categories": [
    "Items.Ingredients"
  ],
  "Model": "Resources/Materials/Venom_Sac.blockymodel",
  "Texture": "Resources/Materials/Venom_Sac_Texture.png",
  "Quality": "Uncommon",
  "ItemLevel": 25,
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.7,
    "Rotation": [
      25,
      200,
      308
    ],
    "Translation": [
      7,
      4
    ]
  },
  "Icon": "Icons/ItemsGenerated/Ingredient_Sac_Venom.png",
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "DropOnDeath": true
}