Raw Wildmeat 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 5% health.
This item cannot be crafted.
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_Wildmeat_Raw.name",
"Description": "server.items.Food_Wildmeat_Raw.description"
},
"Parent": "Template_Food",
"Quality": "Common",
"Icon": "Icons/ItemsGenerated/Food_Wildmeat_Raw.png",
"PlayerAnimationsId": {
"Parent": "Item",
"Animations": {
"Consume": {
"FirstPerson": "Characters/Animations/Items/Main_Handed/Item/Attacks/Eat_Side/Eat_Side_FPS.blockyanim",
"ThirdPerson": "Characters/Animations/Items/Main_Handed/Item/Attacks/Eat_Side/Eat_Side.blockyanim",
"Speed": 1,
"Looping": true
}
}
},
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Items/Consumables/Food/Wildmeat.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Food/Wildmeat_Raw.png",
"Weight": 1
}
],
"ParticleColor": "#d5825d",
"CustomModelScale": 0.5
},
"ResourceTypes": [
{
"Id": "Meats"
}
],
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"Particles": [
{
"SystemId": "Food_Eat",
"Color": "#EE988D",
"TargetNodeName": "Mouth",
"TargetEntityPart": "Entity"
}
]
}
}
]
},
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Food_Instant_Heal_T1"
}
]
}
},
"MaxStack": 25,
"Scale": 2,
"DropOnDeath": true
}