Food_Salad_Mushroom
Server/Item/Items/Food/Food_Salad_Mushroom.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_Mushroom.name",
"Description": "server.items.Food_Salad_Mushroom.description"
},
"Parent": "Template_Food",
"Interactions": {
"Secondary": "Root_Secondary_Consume_Food_T2"
},
"Quality": "Uncommon",
"Icon": "Icons/ItemsGenerated/Food_Salad_Mushroom.png",
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Items/Consumables/Food/Salad_Mushroom.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Food/Salad_Mushroom_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,
"Input": [
{
"ItemId": "Plant_Crop_Lettuce_Item"
},
{
"ResourceTypeId": "Mushrooms",
"Quantity": 3
}
],
"Output": [
{
"ItemId": "Food_Salad_Mushroom"
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Cookingbench",
"Categories": [
"Prepared"
]
}
]
},
"ItemLevel": 5,
"MaxStack": 25,
"DropOnDeath": true
}