Food_Salad_Berry
Server/Item/Items/Food/Food_Salad_Berry.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Interactions | object |
Quality | string |
Icon | string |
BlockType | object |
InteractionVars | object |
Recipe | object |
ItemLevel | number |
MaxStack | number |
DropOnDeath | boolean |
Source
{
"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
}