Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Potion / Potion_Signature_Small.json

Potion_Signature_Small

Server/Item/Items/Potion/Potion_Signature_Small.json, 2.5 KB

Fields

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

Source

{
  "Parent": "Potion_Template",
  "TranslationProperties": {
    "Name": "server.items.Potion_Signature_Small.name",
    "Description": "server.items.Potion_Signature_Small.description"
  },
  "Quality": "Uncommon",
  "ItemLevel": 6,
  "Icon": "Icons/ItemsGenerated/Potion_Signature_Small.png",
  "Recipe": {
    "KnowledgeRequired": false,
    "Input": [
      {
        "ItemId": "Potion_Signature_Lesser",
        "Quantity": 1
      },
      {
        "ItemId": "Plant_Crop_Mana1",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Alchemybench",
        "Type": "Crafting",
        "Categories": [
          "Alchemy_Potions"
        ],
        "RequiredTierLevel": 2
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 1
  },
  "IconProperties": {
    "Scale": 0.8,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -10
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Root_Secondary_Consume_Potion_Slow"
  },
  "InteractionVars": {
    "Effect": {
      "Interactions": [
        {
          "Type": "EffectCondition",
          "EntityEffectIds": [
            "Potion_Signature_Regen",
            "Potion_Signature_Regen_Greater",
            "Potion_Signature_Regen_Large"
          ],
          "Match": "None",
          "Next": {
            "Type": "Serial",
            "Interactions": [
              {
                "Type": "ClearEntityEffect",
                "EntityEffectId": "Potion_Signature_Regen_Lesser"
              },
              {
                "Type": "ApplyEffect",
                "EffectId": "Potion_Signature_Regen_Small"
              }
            ]
          },
          "Failed": {
            "Type": "Simple"
          }
        }
      ]
    },
    "ConsumeSFX": {
      "Interactions": [
        {
          "Parent": "Consume_SFX",
          "Effects": {
            "LocalSoundEventId": "SFX_Health_Potion_Low_Drink"
          }
        }
      ]
    },
    "ConsumedSFX": {
      "Interactions": [
        {
          "Type": "Simple"
        }
      ]
    }
  },
  "BlockType": {
    "CustomModel": "Items/Consumables/Potions/Potion_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Consumables/Potions/Potion_Textures/Cyan.png",
        "Weight": 1
      }
    ],
    "BlockParticleSetId": "GlassSmall",
    "ParticleColor": "#4efaff",
    "Light": {
      "Color": "#255"
    }
  },
  "MaxStack": 10,
  "DropOnDeath": true
}