Food_Fish_Grilled
Server/Item/Items/Food/Food_Fish_Grilled.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Interactions | object |
Quality | string |
Icon | string |
BlockType | object |
Recipe | object |
InteractionVars | object |
Scale | number |
MaxStack | number |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Food_Fish_Grilled.name",
"Description": "server.items.Food_Fish_Grilled.description"
},
"Parent": "Template_Food",
"Interactions": {
"Secondary": "Root_Secondary_Consume_Food_T1"
},
"Quality": "Common",
"Icon": "Icons/ItemsGenerated/Food_Fish_Grilled.png",
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Resources/Ingredients/Fish_Piece.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Fish_Piece_Roasted_Texture.png",
"Weight": 1
}
],
"ParticleColor": "#8d7661"
},
"Recipe": {
"Input": [
{
"ItemId": "Food_Fish_Raw",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Campfire",
"Type": "Processing"
}
],
"TimeSeconds": 2
},
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"Particles": [
{
"SystemId": "Food_Eat",
"Color": "#BA9379",
"TargetNodeName": "Mouth",
"TargetEntityPart": "Entity"
}
]
}
}
]
},
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Food_Instant_Heal_T1"
},
"HealthRegen_TierCheck_T1",
"Meat_TierCheck_T1"
]
}
},
"Scale": 1,
"MaxStack": 25,
"DropOnDeath": true
}