Food_Bread
Server/Item/Items/Food/Food_Bread.json, 1.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Interactions | object |
Quality | string |
Icon | string |
BlockType | object |
InteractionVars | object |
Recipe | object |
Scale | number |
ItemLevel | number |
MaxStack | number |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Food_Bread.name",
"Description": "server.items.Food_Bread.description"
},
"Parent": "Template_Food",
"Interactions": {
"Secondary": "Root_Secondary_Consume_Food_T2"
},
"Quality": "Uncommon",
"Icon": "Icons/ItemsGenerated/Food_Bread.png",
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"Opacity": "Semitransparent",
"CustomModel": "Items/Consumables/Food/Bread.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Food/Bread_Texture.png",
"Weight": 1
}
],
"HitboxType": "Food_Medium",
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
},
"CustomModelScale": 0.5,
"BlockParticleSetId": "Dust",
"ParticleColor": "#e4cb69"
},
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"Particles": [
{
"SystemId": "Food_Eat",
"Color": "#DCC15D",
"TargetNodeName": "Mouth",
"TargetEntityPart": "Entity"
}
]
}
}
]
},
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Food_Instant_Heal_Bread"
}
]
}
},
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Dough",
"Quantity": 1
},
{
"ResourceTypeId": "Fuel",
"Quantity": 3
}
],
"Output": [
{
"ItemId": "Food_Bread"
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Cookingbench",
"Categories": [
"Baked"
]
}
],
"TimeSeconds": 5
},
"Scale": 1.5,
"ItemLevel": 7,
"MaxStack": 25,
"DropOnDeath": true
}