Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Utility / Utility_Leather_Quiver.json

Utility_Leather_Quiver

Server/Item/Items/Utility/Utility_Leather_Quiver.json, 922 B

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Iconstring
Qualitystring
ItemLevelnumber
Recipeobject
Modelstring
Texturestring
PlayerAnimationsIdstring
IconPropertiesobject
Tagsobject
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Utility_Leather_Quiver.name"
  },
  "Categories": [
    "Items.Armors"
  ],
  "Icon": "Icons/ItemsGenerated/Utility_Leather_Quiver.png",
  "Quality": "Common",
  "ItemLevel": 20,
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "ArmorBench"
      }
    ]
  },
  "Model": "Items/Back/Quiver.blockymodel",
  "Texture": "Items/Back/Quiver_Texture.png",
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.51,
    "Translation": [
      0,
      -19.1
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Family": [
      "Leather"
    ],
    "Type": [
      "Utility"
    ]
  },
  "MaxStack": 1
}