Greater Essence of Life is an item in Hytale, categorized under the Ingredient category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
An amalgamation equivalent to 100 Essences of Life.
The crafting recipe for Greater Essence of Life 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.Ingredient_Life_Essence_Concentrated.name",
"Description": "server.items.Ingredient_Life_Essence_Concentrated.description"
},
"Parent": "Ingredient_Life_Essence",
"Icon": "Icons/ItemsGenerated/Ingredient_Life_Essence_Concentrated.png",
"Quality": "Rare",
"Model": "Resources/Ingredients/Essence_Concentrated.blockymodel",
"IconProperties": {
"Scale": 0.6,
"Rotation": [
0,
0,
0
],
"Translation": [
0,
-13
]
},
"Scale": 0.55,
"Light": {
"Color": "#130",
"Radius": 1
},
"MaxStack": 100,
"DropOnDeath": false,
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 100
}
],
"Output": [
{
"ItemId": "Ingredient_Life_Essence_Concentrated",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Essence"
]
}
],
"OutputQuantity": 1
},
"Particles": [
{
"SystemId": "Seeds_Eternal"
}
]
}