Food_Egg
Server/Item/Items/Food/Food_Egg.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Quality | string |
Categories | array[1] |
InteractionVars | object |
Icon | string |
BlockType | object |
IconProperties | object |
Tags | object |
MaxStack | number |
Consumable | boolean |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Food_Egg.name"
},
"Parent": "Template_Food",
"Quality": "Common",
"Categories": [
"Items.Foods"
],
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"Particles": [
{
"SystemId": "Food_Eat",
"Color": "#F2D28E",
"TargetNodeName": "Mouth",
"TargetEntityPart": "Entity"
}
]
}
}
]
},
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Food_Instant_Heal_T1"
}
]
}
},
"Icon": "Icons/ItemsGenerated/Food_Egg.png",
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Items/Consumables/Food/Egg.blockymodel",
"CustomModelScale": 0.6,
"HitboxType": "Food_Medium",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Food/Egg_Texture.png",
"Weight": 1
}
],
"ParticleColor": "#d97676"
},
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.7,
"Translation": [
0,
-5.4
]
},
"Tags": {
"Type": [
"Food"
]
},
"MaxStack": 25,
"Consumable": true,
"DropOnDeath": true
}