Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Potion / Potion_Purify.json

Potion_Purify

Server/Item/Items/Potion/Potion_Purify.json, 678 B

Fields

FieldType
Parentstring
TranslationPropertiesobject
IconPropertiesobject
Iconstring
BlockTypeobject

Source

{
  "Parent": "Decorative_Potion_Template",
  "TranslationProperties": {
    "Name": "server.items.Potion_Purify.name"
  },
  "IconProperties": {
    "Scale": 0.9,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -9
    ]
  },
  "Icon": "Icons/ItemsGenerated/Potion_Purify.png",
  "BlockType": {
    "CustomModel": "Items/Consumables/Potions/Potion.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Consumables/Potions/Potion_Textures/Iridescent.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#f1b0f8",
    "Light": {
      "Color": "#414"
    },
    "TextureComputedColor": "#A8C0D0"
  }
}