Recipe_Plant_Seeds_Mana1
Server/Item/Items/Recipe/Farming/Recipe_Plant_Seeds_Mana1.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Quality | string |
Categories | array[1] |
PlayerAnimationsId | string |
Model | string |
Texture | string |
IconProperties | object |
Consumable | boolean |
Interactions | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Recipe_Plant_Seeds_Mana1.name"
},
"Icon": "Icons/ItemsGenerated/Recipe_Plant_Seeds_Mana1.png",
"Quality": "Uncommon",
"Categories": [
"Items.Recipes"
],
"PlayerAnimationsId": "Item",
"Model": "Items/Consumables/Recipes/Recipe.blockymodel",
"Texture": "Items/Consumables/Recipes/Recipe_Texture.png",
"IconProperties": {
"Scale": 0.76,
"Rotation": [
135,
135,
0
],
"Translation": [
-1,
5
]
},
"Consumable": true,
"Interactions": {
"Primary": {
"Interactions": [
{
"ItemId": "Plant_Seeds_Mana1",
"Type": "LearnRecipe",
"Next": {
"Type": "ModifyInventory",
"AdjustHeldItemQuantity": -1
}
}
]
},
"Secondary": {
"Interactions": [
{
"ItemId": "Plant_Seeds_Mana1",
"Type": "LearnRecipe",
"Next": {
"Type": "ModifyInventory",
"AdjustHeldItemQuantity": -1
}
}
]
}
},
"Tags": {
"Type": [
"Recipe"
],
"Family": [
"Food"
]
}
}