Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Potion / Potion_Morph_Mouse.json

Potion_Morph_Mouse

Server/Item/Items/Potion/Potion_Morph_Mouse.json, 2.2 KB

Fields

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

Source

{
  "Parent": "Potion_Template",
  "TranslationProperties": {
    "Name": "server.items.Potion_Morph_Mouse.name"
  },
  "Icon": "Icons/ItemsGenerated/Potion_Morph_Dog.png",
  "Recipe": {
    "TimeSeconds": 1,
    "KnowledgeRequired": false,
    "Input": [
      {
        "ItemId": "Potion_Empty",
        "Quantity": 1
      },
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 10
      },
      {
        "ItemId": "Food_Cheese",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Alchemybench",
        "Type": "Crafting",
        "Categories": [
          "Alchemy_Potions_Misc"
        ]
      }
    ],
    "RequiredMemoriesLevel": 4
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Root_Secondary_Consume_Potion_Morph"
  },
  "InteractionVars": {
    "RemoveEffect": {
      "Interactions": [
        {
          "Type": "Simple"
        }
      ]
    },
    "Effect": {
      "Interactions": [
        {
          "Type": "ApplyEffect",
          "EffectId": "Potion_Morph_Mouse"
        }
      ]
    },
    "Stat_Check": {
      "Interactions": [
        {
          "Parent": "Stat_Check",
          "Costs": {
            "Health": 1
          },
          "ValueType": "Percent",
          "LessThan": false
        }
      ]
    },
    "ConsumeSFX": {
      "Interactions": [
        {
          "Parent": "Consume_SFX",
          "Effects": {
            "LocalSoundEventId": "SFX_Health_Potion_Low_Drink"
          }
        }
      ]
    },
    "ConsumedSFX": {
      "Interactions": [
        {
          "Type": "Simple"
        }
      ]
    }
  },
  "BlockType": {
    "CustomModel": "Items/Consumables/Potions/Potion.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Consumables/Potions/Potion_Textures/White.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#fafafb",
    "Light": {
      "Color": "#333"
    },
    "TextureComputedColor": "#B2CDD3"
  },
  "MaxStack": 10,
  "ItemLevel": 53,
  "DropOnDeath": true,
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "Quality": "Rare"
}