Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Potion / Potion_Mana_Small.json

Potion_Mana_Small

Server/Item/Items/Potion/Potion_Mana_Small.json, 563 B

Fields

FieldType
Parentstring
TranslationPropertiesobject
Iconstring
BlockTypeobject

Source

{
  "Parent": "Decorative_Potion_Template",
  "TranslationProperties": {
    "Name": "server.items.Potion_Mana_Small.name"
  },
  "Icon": "Icons/ItemsGenerated/Potion_Mana_Small.png",
  "BlockType": {
    "CustomModel": "Items/Consumables/Potions/Potion_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Consumables/Potions/Potion_Textures/Blue.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#35c1f1",
    "Light": {
      "Color": "#115"
    },
    "DrawType": "Model",
    "TextureComputedColor": "#7EB3C3"
  }
}