Wild Berry Salad is an item in Hytale, categorized under the Food category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Instantly restores 10% health and grants:
• Health Regen II
• Stamina Boost II
Duration: 2:30
The crafting recipe for Wild Berry Salad 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.Food_Salad_Berry.name",
"Description": "server.items.Food_Salad_Berry.description"
},
"Parent": "Template_Food",
"Interactions": {
"Secondary": "Root_Secondary_Consume_Food_T2"
},
"Quality": "Uncommon",
"Icon": "Icons/ItemsGenerated/Food_Salad_Berry.png",
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Items/Consumables/Food/Salad_Berries.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Food/Salad_Berries_Texture.png",
"Weight": 1
}
],
"ParticleColor": "#a0784d"
},
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"Particles": [
{
"SystemId": "Food_Eat",
"Color": "#7EBB4F",
"TargetNodeName": "Mouth",
"TargetEntityPart": "Entity"
}
]
}
}
]
},
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Food_Instant_Heal_T2"
},
"HealthRegen_TierCheck_T2",
"FruitVeggie_TierCheck_T2"
]
}
},
"Recipe": {
"TimeSeconds": 1,
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Cookingbench",
"Categories": [
"Prepared"
]
}
],
"Input": [
{
"ItemId": "Plant_Crop_Lettuce_Item"
},
{
"ItemId": "Plant_Fruit_Berries_Red",
"Quantity": 5
}
],
"Output": [
{
"ItemId": "Food_Salad_Berry"
}
]
},
"ItemLevel": 6,
"MaxStack": 25,
"DropOnDeath": true
}