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

Potion_Health_Large

Server/Item/Items/Potion/Potion_Health_Large.json, 2.3 KB

Fields

FieldType
Parentstring
TranslationPropertiesobject
Qualitystring
ItemLevelnumber
Iconstring
IconPropertiesobject
InteractionVarsobject
BlockTypeobject
MaxStacknumber
DropOnDeathboolean

Source

{
  "Parent": "Potion_Template",
  "TranslationProperties": {
    "Name": "server.items.Potion_Health_Large.name",
    "Description": "server.items.Potion_Health_Large.description"
  },
  "Quality": "Rare",
  "ItemLevel": 2,
  "Icon": "Icons/ItemsGenerated/Potion_Health_Large.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.9,
    "Translation": [
      0,
      -9
    ]
  },
  "InteractionVars": {
    "RemoveEffect": {
      "Interactions": [
        {
          "Type": "Simple"
        }
      ]
    },
    "Effect": {
      "Interactions": [
        {
          "Type": "Serial",
          "Interactions": [
            {
              "Type": "ClearEntityEffect",
              "EntityEffectId": "Potion_Health_Regen_Lesser"
            },
            {
              "Type": "ClearEntityEffect",
              "EntityEffectId": "Potion_Health_Regen_Small"
            },
            {
              "Type": "ClearEntityEffect",
              "EntityEffectId": "Potion_Health_Regen"
            },
            {
              "Type": "ClearEntityEffect",
              "EntityEffectId": "Potion_Health_Regen_Greater"
            },
            {
              "Type": "ApplyEffect",
              "EffectId": "Potion_Health_Instant_Large"
            },
            {
              "Type": "ApplyEffect",
              "EffectId": "Potion_Health_Regen_Large"
            }
          ]
        }
      ]
    },
    "ConsumeSFX": {
      "Interactions": [
        {
          "Parent": "Consume_SFX",
          "Effects": {
            "LocalSoundEventId": "SFX_Health_Potion_Low_Drink"
          }
        }
      ]
    },
    "ConsumedSFX": {
      "Interactions": [
        {
          "Parent": "Consumed_SFX",
          "Effects": {
            "LocalSoundEventId": "SFX_Potion_Drink_Success"
          }
        }
      ]
    }
  },
  "BlockType": {
    "CustomModel": "Items/Consumables/Potions/Potion_Large.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Consumables/Potions/Potion_Textures/Red.png",
        "Weight": 1
      }
    ],
    "BlockParticleSetId": "Glass",
    "ParticleColor": "#ff3730",
    "Light": {
      "Color": "#522"
    },
    "TextureComputedColor": "#A7A6A4"
  },
  "MaxStack": 1,
  "DropOnDeath": true
}