Utility_Bag_Seed
Server/Item/Items/Utility/Utility_Bag_Seed.json, 999 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
MaxStack | number |
IconProperties | object |
Quality | string |
Model | string |
Texture | string |
Scale | number |
Tags | object |
Container | object |
Interactions | object |
Icon | string |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Utility_Bag_Seed.name",
"Description": "server.items.Utility_Bag_Seed.description"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Items.Armors"
],
"MaxStack": 1,
"IconProperties": {
"Scale": 0.5,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-15.0
]
},
"Quality": "Developer",
"Model": "Items/Tools/Feedbag/Feedbag.blockymodel",
"Texture": "Items/Tools/Feedbag/Seedbag_Texture.png",
"Scale": 1.2,
"Tags": {
"Type": [
"Utility"
]
},
"Container": {
"Capacity": 18,
"ItemTag": "Family=Seeds"
},
"Interactions": {
"Primary": {
"Interactions": [
{
"Type": "EquipItem"
}
]
},
"Secondary": {
"Interactions": [
{
"Type": "OpenItemStackContainer"
}
]
}
},
"Icon": "Icons/ItemsGenerated/Utility_Bag_Seed.png",
"ItemLevel": 14
}