Tomato is an item in Hytale, categorized under the Plant category.
It was added in Hytale's Initial Release on January 13th, 2026.
No description available.
Instantly restores 5% health and grants:
• Health Regen I
Duration: 0:45
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.Plant_Crop_Tomato.name",
"Description": "server.items.Plant_Crop_Tomato_Item.description"
},
"Parent": "Template_Crop_Item",
"Icon": "Icons/ItemsGenerated/Plant_Crop_Tomato.png",
"IconProperties": {
"Scale": 0.8,
"Translation": [
-3,
-6.6
],
"Rotation": [
36,
30.4,
347.6
]
},
"Texture": "Resources/Ingredients/Tomato_Texture.png",
"Model": "Resources/Ingredients/Tomato.blockymodel",
"Quality": "Common",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"HitboxType": "Food_Medium",
"CustomModel": "Resources/Ingredients/Tomato.blockymodel",
"CustomModelScale": 0.7,
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Tomato_Texture.png",
"Weight": 1
}
],
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#cabc3f",
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
}
},
"DropOnDeath": true
}