Plant_Seeds_Turnip
Server/Item/Items/Plant/Crop/Turnip/Plant_Seeds_Turnip.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Quality | string |
InteractionVars | object |
Texture | string |
Icon | string |
IconProperties | object |
Recipe | object |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Seeds_Turnip.name",
"Description": "server.items.Plant_Seeds_Turnip.description"
},
"Parent": "Template_Seeds",
"Quality": "Junk",
"InteractionVars": {
"SeedId": {
"Interactions": [
{
"Parent": "Seed_Place",
"BlockTypeToPlace": "Plant_Crop_Turnip_Block"
}
]
}
},
"Texture": "Resources/Plants/SeedBag_Textures/Turnip.png",
"Icon": "Icons/ItemsGenerated/Plant_Seeds_Turnip.png",
"IconProperties": {
"Scale": 1.1,
"Rotation": [
0.0,
30.0,
15.0
],
"Translation": [
2.5,
-11.0
]
},
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 5
}
],
"Output": [
{
"ItemId": "Plant_Seeds_Turnip",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Seeds"
],
"RequiredTierLevel": 3
}
]
},
"ItemLevel": 9
}