Food_Pie_Meat
Server/Item/Items/Food/Food_Pie_Meat.json, 1.9 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_Pie_Meat.name",
"Description": "server.items.Food_Pie_Meat.description"
},
"Parent": "Template_Food",
"Interactions": {
"Secondary": "Root_Secondary_Consume_Food_T3"
},
"Quality": "Rare",
"Icon": "Icons/ItemsGenerated/Food_Pie_Meat.png",
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Items/Consumables/Food/Pie.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Food/Pie_Textures/Meat.png",
"Weight": 1
}
],
"ParticleColor": "#d69f46"
},
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"Particles": [
{
"SystemId": "Food_Eat",
"Color": "#AE5C40",
"TargetNodeName": "Mouth",
"TargetEntityPart": "Entity"
}
]
}
}
]
},
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Food_Instant_Heal_T3"
},
"HealthRegen_TierCheck_T3",
"Meat_TierCheck_T3"
]
}
},
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Dough",
"Quantity": 1
},
{
"ResourceTypeId": "Meats",
"Quantity": 1
},
{
"ItemId": "Ingredient_Spices",
"Quantity": 1
},
{
"ItemId": "Ingredient_Salt",
"Quantity": 1
},
{
"ResourceTypeId": "Fuel",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Id": "Cookingbench",
"Type": "Crafting",
"Categories": [
"Baked"
]
}
],
"TimeSeconds": 5,
"KnowledgeRequired": true
},
"ItemLevel": 12,
"MaxStack": 25,
"DropOnDeath": true
}