Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Potion / Potion_Regen_Health.json

Potion_Regen_Health

Server/Item/Items/Potion/Potion_Regen_Health.json, 536 B

Fields

FieldType
Parentstring
TranslationPropertiesobject
Iconstring
BlockTypeobject

Source

{
  "Parent": "Decorative_Potion_Template",
  "TranslationProperties": {
    "Name": "server.items.Potion_Regen_Health.name"
  },
  "Icon": "Icons/ItemsGenerated/Potion_Regen_Health.png",
  "BlockType": {
    "CustomModel": "Items/Consumables/Potions/Potion.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Consumables/Potions/Potion_Textures/Pink.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#f977be",
    "Light": {
      "Color": "#414"
    },
    "TextureComputedColor": "#A7B6C5"
  }
}