Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Item / Items / Potion / Potion_Poison.json

Potion_Poison

Server/Item/Items/Potion/Potion_Poison.json, 623 B

Fields

FieldType
Parentstring
TranslationPropertiesobject
Iconstring
BlockTypeobject

Source

{
  "Parent": "Decorative_Potion_Template",
  "TranslationProperties": {
    "Name": "server.items.Potion_Poison.name"
  },
  "Icon": "Icons/ItemsGenerated/Potion_Poison.png",
  "BlockType": {
    "InteractionHint": "server.interactionHints.pickup",
    "BlockParticleSetId": "GlassPoison",
    "CustomModel": "Items/Consumables/Potions/Potion.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Consumables/Potions/Potion_Textures/Green.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#a2da1d",
    "Light": {
      "Color": "#241"
    },
    "TextureComputedColor": "#8DBB85"
  }
}