Plant_Seeds_Stamina3
Server/Item/Items/Plant/Crop/Stamina3/Plant_Seeds_Stamina3.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
Categories | array[1] |
Interactions | object |
InteractionVars | object |
Model | string |
Texture | string |
PlayerAnimationsId | string |
IconProperties | object |
Icon | string |
Tags | object |
ItemEntity | object |
ItemSoundSetId | string |
Recipe | object |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Seeds_Stamina3.name",
"Description": "server.items.Plant_Seeds_Stamina3.description"
},
"Quality": "Junk",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Secondary": "Seed_Condition_Crystal"
},
"InteractionVars": {
"SeedId": {
"Interactions": [
{
"Parent": "Seed_Place",
"BlockTypeToPlace": "Plant_Crop_Stamina3_Block"
}
]
}
},
"Model": "Resources/Plants/SeedBag.blockymodel",
"Texture": "Resources/Plants/SeedBag_Textures/Storm_Sapling.png",
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 1.1,
"Translation": [
2.5,
-11
],
"Rotation": [
0,
30,
15
]
},
"Icon": "Icons/ItemsGenerated/Plant_Seeds_Stamina3.png",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Seeds"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"ItemSoundSetId": "ISS_Items_Foliage",
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Ingredient_Void_Essence",
"Quantity": 8
},
{
"ItemId": "Ingredient_Voidheart",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Alchemybench",
"Categories": [
"Alchemy_Seeds"
],
"RequiredTierLevel": 5
}
]
},
"ItemLevel": 8
}