Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Potion / Potion_Stamina_Large.json

Potion_Stamina_Large

Server/Item/Items/Potion/Potion_Stamina_Large.json, 1.7 KB

Fields

FieldType
Parentstring
TranslationPropertiesobject
Qualitystring
Iconstring
Interactionsobject
InteractionVarsobject
BlockTypeobject
MaxStacknumber
DropOnDeathboolean

Source

{
  "Parent": "Potion_Template",
  "TranslationProperties": {
    "Name": "server.items.Potion_Stamina_Large.name",
    "Description": "server.items.Potion_Stamina_Large.description"
  },
  "Quality": "Rare",
  "Icon": "Icons/ItemsGenerated/Potion_Stamina_Large.png",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Root_Secondary_Consume_Potion_Stamina"
  },
  "InteractionVars": {
    "RemoveEffect": {
      "Interactions": [
        {
          "Type": "Simple"
        }
      ]
    },
    "Effect": {
      "Interactions": [
        {
          "Type": "Serial",
          "Interactions": [
            {
              "Type": "ApplyEffect",
              "EffectId": "Potion_Stamina_Instant_Large"
            },
            {
              "Type": "ApplyEffect",
              "EffectId": "Potion_Stamina_Cooldown"
            }
          ]
        }
      ]
    },
    "ConsumeSFX": {
      "Interactions": [
        {
          "Type": "Simple",
          "RunTime": 0,
          "Effects": {
            "LocalSoundEventId": "SFX_Health_Potion_Low_Drink",
            "ClearSoundEventOnFinish": true
          }
        }
      ]
    },
    "ConsumedSFX": {
      "Interactions": [
        {
          "Type": "Simple"
        }
      ]
    }
  },
  "BlockType": {
    "CustomModel": "Items/Consumables/Potions/Potion_Large.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Consumables/Potions/Potion_Textures/Yellow.png",
        "Weight": 1
      }
    ],
    "BlockParticleSetId": "Glass",
    "ParticleColor": "#fdd540",
    "Light": {
      "Color": "#431"
    },
    "TextureComputedColor": "#BCC696"
  },
  "MaxStack": 1,
  "DropOnDeath": true
}