[TMP] Lesser Health Potion is an item in Hytale, categorized under the Potion category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Restores 15% health instantly and another 30% after 5 seconds. Effect is removed when taking damage.
The crafting recipe for [TMP] Lesser Health Potion in Hytale is shown below.
This item cannot be salvaged.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.items.Potion_Health_Lesser.name",
"Description": "server.items.Potion_Health_Lesser.description"
},
"ItemLevel": 10,
"PlayerAnimationsId": {
"Parent": "Item",
"Animations": {
"Consume": {
"FirstPerson": "Characters/Animations/Items/Main_Handed/Item/Attacks/Drink/Drink_FPS.blockyanim",
"ThirdPerson": "Characters/Animations/Items/Main_Handed/Item/Attacks/Drink/Drink.blockyanim",
"Speed": 1,
"Looping": true
}
}
},
"Categories": [
"Items.Potions"
],
"Icon": "Icons/ItemsGenerated/Potion_Health_Small.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.8,
"Translation": [
0,
-10
]
},
"Recipe": {
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Potion_Empty",
"Quantity": 3
},
{
"ItemId": "Plant_Fruit_Berries_Red",
"Quantity": 6
},
{
"ItemId": "Plant_Crop_Health1",
"Quantity": 1
},
{
"ItemId": "Plant_Petals_Blood",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Id": "Alchemybench",
"Type": "Crafting",
"Categories": [
"Alchemy_Potions"
]
}
],
"OutputQuantity": 3,
"TimeSeconds": 1
},
"Interactions": {
"Secondary": "Root_Secondary_Consume_Potion"
},
"InteractionVars": {
"RemoveEffect": {
"Interactions": [
{
"Type": "Simple"
}
]
},
"Effect": {
"Interactions": [
{
"Type": "EffectCondition",
"EntityEffectIds": [
"Potion_Health_Greater_Regen"
],
"Match": "None",
"Next": {
"Type": "Serial",
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Potion_Health_Instant_Lesser"
},
{
"Type": "ApplyEffect",
"EffectId": "Potion_Health_Lesser_Regen"
}
]
},
"Failed": {
"Type": "Simple"
}
}
]
},
"ConsumeSFX": {
"Interactions": [
{
"Parent": "Consume_SFX",
"Effects": {
"LocalSoundEventId": "SFX_Health_Potion_Low_Drink"
}
}
]
},
"ConsumedSFX": {
"Interactions": [
{
"Parent": "Consumed_SFX",
"Effects": {
"LocalSoundEventId": "SFX_Potion_Drink_Success"
}
}
]
}
},
"Utility": {
"Compatible": false
},
"BlockType": {
"BlockParticleSetId": "GlassSmall",
"BlockSoundSetId": "Glass",
"CustomModel": "Items/Consumables/Potions/Potion_Small.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Potions/Potion_Textures/Red.png",
"Weight": 1
}
],
"CustomModelScale": 0.5,
"DrawType": "Model",
"Flags": {
"IsUsable": true
},
"Gathering": {
"Harvest": {},
"Soft": {}
},
"HitboxType": "Potion",
"Material": "Empty",
"RandomRotation": "YawStep1",
"Opacity": "Transparent",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#ff3730",
"Light": {
"Color": "#522"
}
},
"Consumable": true,
"Tags": {
"Type": [
"Potion"
]
},
"Scale": 2,
"MaxStack": 10,
"DropOnDeath": true
}