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

Potion_Stamina

Server/Item/Items/Potion/Potion_Stamina.json, 2.4 KB

Fields

FieldType
Parentstring
TranslationPropertiesobject
Qualitystring
Iconstring
IconPropertiesobject
Recipeobject
Interactionsobject
InteractionVarsobject
BlockTypeobject
MaxStacknumber
DropOnDeathboolean
ItemLevelnumber

Source

{
  "Parent": "Potion_Template",
  "TranslationProperties": {
    "Name": "server.items.Potion_Stamina.name",
    "Description": "server.items.Potion_Stamina.description"
  },
  "Quality": "Common",
  "Icon": "Icons/ItemsGenerated/Potion_Stamina.png",
  "IconProperties": {
    "Scale": 0.9,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -9
    ]
  },
  "Recipe": {
    "KnowledgeRequired": false,
    "Input": [
      {
        "ItemId": "Potion_Empty",
        "Quantity": 1
      },
      {
        "ItemId": "Plant_Flower_Tall_Yellow",
        "Quantity": 12
      },
      {
        "ItemId": "Plant_Petals_Storm",
        "Quantity": 6
      },
      {
        "ItemId": "Plant_Crop_Stamina2",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Alchemybench",
        "Type": "Crafting",
        "Categories": [
          "Alchemy_Potions"
        ],
        "RequiredTierLevel": 3
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 1
  },
  "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_Small"
            },
            {
              "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_Normal.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Consumables/Potions/Potion_Textures/Yellow.png",
        "Weight": 1
      }
    ],
    "BlockParticleSetId": "GlassMagic",
    "ParticleColor": "#fdd540",
    "Light": {
      "Color": "#431"
    },
    "TextureComputedColor": "#BCC696"
  },
  "MaxStack": 5,
  "DropOnDeath": true,
  "ItemLevel": 8
}