Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.6 / Item / Items / Utility / Utility_Bag_Seed.json

Utility_Bag_Seed

Server/Item/Items/Utility/Utility_Bag_Seed.json, 999 B

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
MaxStacknumber
IconPropertiesobject
Qualitystring
Modelstring
Texturestring
Scalenumber
Tagsobject
Containerobject
Interactionsobject
Iconstring
ItemLevelnumber

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
}