Food_Beef_Raw
Server/Item/Items/Food/Food_Beef_Raw.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Quality | string |
Icon | string |
ResourceTypes | array[1] |
BlockType | object |
Scale | number |
InteractionVars | object |
MaxStack | number |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Food_Beef_Raw.name",
"Description": "server.items.Food_Beef_Raw.description"
},
"Parent": "Template_Food",
"Quality": "Common",
"Icon": "Icons/ItemsGenerated/Food_Beef_Raw.png",
"ResourceTypes": [
{
"Id": "Meats"
}
],
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Items/Consumables/Food/Beef.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Food/Beef_Raw.png",
"Weight": 1
}
],
"ParticleColor": "#f3ba9b",
"TextureComputedColor": "#E59A8E"
},
"Scale": 1,
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"Particles": [
{
"SystemId": "Food_Eat",
"Color": "#E27F7C",
"TargetNodeName": "Mouth",
"TargetEntityPart": "Entity"
}
]
}
}
]
},
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Food_Instant_Heal_T1"
}
]
}
},
"MaxStack": 25,
"DropOnDeath": true
}