Food_Fish_Raw
Server/Item/Items/Food/Food_Fish_Raw.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Quality | string |
Icon | string |
BlockType | object |
InteractionVars | object |
Scale | number |
MaxStack | number |
Recipe | object |
DropOnDeath | boolean |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Food_Fish_Raw.name",
"Description": "server.items.Food_Fish_Raw.description"
},
"Parent": "Template_Food",
"Quality": "Common",
"Icon": "Icons/ItemsGenerated/Food_Fish_Raw.png",
"BlockType": {
"Material": "Empty",
"DrawType": "Model",
"CustomModel": "Resources/Ingredients/Fish_Piece.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Fish_Piece_Raw_Texture.png",
"Weight": 1
}
],
"ParticleColor": "#d97676"
},
"InteractionVars": {
"Consume_Charge": {
"Interactions": [
{
"Parent": "Consume_Charge_Food_T1_Inner",
"Effects": {
"Particles": [
{
"SystemId": "Food_Eat",
"Color": "#D2A4A2",
"TargetNodeName": "Mouth",
"TargetEntityPart": "Entity"
}
]
}
}
]
},
"Effect": {
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Food_Instant_Heal_T1"
}
]
}
},
"Scale": 1,
"MaxStack": 25,
"Recipe": {
"TimeSeconds": 1,
"Input": [
{
"ResourceTypeId": "Fish"
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Cookingbench",
"Categories": [
"Ingredients"
]
}
]
},
"DropOnDeath": true,
"ItemLevel": 1
}