Food_Popcorn
Server/Item/Items/Food/Food_Popcorn.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_Popcorn.name",
"Description": "server.items.Food_Popcorn.description"
},
"Parent": "Template_Food",
"Interactions": {
"Secondary": "Root_Secondary_Consume_Food_T3"
},
"Quality": "Uncommon",
"Icon": "Icons/ItemsGenerated/Food_Popcorn.png",
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Items/Consumables/Food/Popcorn.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Food/Popcorn_Texture.png",
"Weight": 1
}
],
"ParticleColor": "#e8dd7a"
},
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"Particles": [
{
"SystemId": "Food_Eat",
"Color": "#DFCB68",
"TargetNodeName": "Mouth",
"TargetEntityPart": "Entity"
}
]
}
}
]
},
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Food_Instant_Heal_T3"
}
]
}
},
"Recipe": {
"Input": [
{
"ItemId": "Plant_Crop_Corn_Item",
"Quantity": 2
},
{
"ItemId": "Ingredient_Salt",
"Quantity": 1
},
{
"ResourceTypeId": "Fuel",
"Quantity": 3
}
],
"Output": [
{
"ItemId": "Food_Popcorn",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Cookingbench",
"Categories": [
"Baked"
]
}
],
"TimeSeconds": 5
},
"ItemLevel": 10,
"MaxStack": 25,
"DropOnDeath": true
}