Food_Kebab_Fruit
Server/Item/Items/Food/Food_Kebab_Fruit.json, 2.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Interactions | object |
Quality | string |
Icon | string |
PlayerAnimationsId | object |
BlockType | object |
InteractionVars | object |
Recipe | object |
ItemLevel | number |
MaxStack | number |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Food_Kebab_Fruit.name",
"Description": "server.items.Food_Kebab_Fruit.description"
},
"Parent": "Template_Food",
"Interactions": {
"Secondary": "Root_Secondary_Consume_Food_T2"
},
"Quality": "Uncommon",
"Icon": "Icons/ItemsGenerated/Food_Skewer_Fruit.png",
"PlayerAnimationsId": {
"Parent": "Item",
"Animations": {
"Consume": {
"FirstPerson": "Characters/Animations/Items/Main_Handed/Item/Attacks/Eat_Side/Eat_Side_FPS.blockyanim",
"ThirdPerson": "Characters/Animations/Items/Main_Handed/Item/Attacks/Eat_Side/Eat_Side.blockyanim",
"Speed": 1,
"Looping": true
}
}
},
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Items/Consumables/Food/Fruit_Skewer.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Food/Fruit_Skewer_Texture.png",
"Weight": 1
}
],
"ParticleColor": "#f2de88"
},
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"Particles": [
{
"SystemId": "Food_Eat",
"Color": "#E5E591",
"TargetNodeName": "Mouth",
"TargetEntityPart": "Entity"
}
]
}
}
]
},
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Food_Instant_Heal_T2"
},
"HealthRegen_TierCheck_T2",
"FruitVeggie_TierCheck_T2"
]
}
},
"Recipe": {
"TimeSeconds": 1,
"Input": [
{
"ItemId": "Ingredient_Stick"
},
{
"ResourceTypeId": "Fruits",
"Quantity": 4
}
],
"Output": [
{
"ItemId": "Food_Kebab_Fruit"
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Cookingbench",
"Categories": [
"Prepared"
]
}
]
},
"ItemLevel": 2,
"MaxStack": 25,
"DropOnDeath": true
}