Healing Totem is an item in Hytale, categorized under the Weapon category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
The crafting recipe for Healing Totem in Hytale is shown below.
Healing Totem can be salvaged at a Salvager's Workbench in order to gather the following materials.
Below is the item's .json data as extracted from the game files.
Click here to view the full file.
{
"TranslationProperties": {
"Name": "server.items.Weapon_Deployable_Healing_Totem.name"
},
"Categories": [
"Items.Weapons",
"Items.Utility",
"Items.Debug"
],
"Recipe": {
"TimeSeconds": 3,
"Input": [
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 50
},
{
"ItemId": "Ingredient_Bar_Thorium",
"Quantity": 20
},
{
"ItemId": "Potion_Health_Greater",
"Quantity": 10
}
],
"BenchRequirement": [
{
"Id": "Arcanebench",
"Type": "Crafting",
"Categories": [
"Arcane_Misc"
]
}
]
},
"Scale": 0.305,
"Quality": "Common",
"ItemLevel": 40,
"MaxStack": 1,
"Model": "Items/Deployables/Healing_Totem/Healing_Totem_Projectile.blockymodel",
"Texture": "Items/Deployables/Healing_Totem/Healing_Totem_Texture.png",
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "Serial",
"Interactions": [
{
"Type": "Simple",
"RunTime": 0.25,
"Effects": {
"ItemPlayerAnimationsId": "Item",
"ItemAnimationId": "Throw"
}
},
{
"Type": "Projectile",
"Config": "Projectile_Config_Healing_Totem_Deploy"
}
]
}
],
"Cooldown": {
"Id": "DeployableUtility",
"Cooldown": 10
}
}
},
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.305,
"Translation": [
0,
-39.6
]
},
"Icon": "Icons/ItemsGenerated/Healing_Totem.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Stick"
]
}
}