Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Potion / Potion_Regen_Mana_Small.json

Potion_Regen_Mana_Small

Server/Item/Items/Potion/Potion_Regen_Mana_Small.json, 701 B

Fields

FieldType
Parentstring
TranslationPropertiesobject
Iconstring
IconPropertiesobject
BlockTypeobject

Source

{
  "Parent": "Decorative_Potion_Template",
  "TranslationProperties": {
    "Name": "server.items.Potion_Regen_Mana_Small.name"
  },
  "Icon": "Icons/ItemsGenerated/Potion_Regen_Mana_Small.png",
  "IconProperties": {
    "Scale": 0.8,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -10
    ]
  },
  "BlockType": {
    "CustomModel": "Items/Consumables/Potions/Potion_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Consumables/Potions/Potion_Textures/Purple.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#6c38bc",
    "Light": {
      "Color": "#115"
    },
    "TextureComputedColor": "#97AFC8"
  }
}