Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Weapon / Shield / Weapon_Shield_Wood.json

Weapon_Shield_Wood

Server/Item/Items/Weapon/Shield/Weapon_Shield_Wood.json, 636 B

Fields

FieldType
Parentstring
TranslationPropertiesobject
Modelstring
Texturestring
Iconstring
Qualitystring
Recipeobject
ItemSoundSetIdstring

Source

{
  "Parent": "Template_Weapon_Shield",
  "TranslationProperties": {
    "Name": "server.items.Weapon_Shield_Wood.name"
  },
  "Model": "Items/Weapons/Shield/Wood.blockymodel",
  "Texture": "Items/Weapons/Shield/Wood_Hide.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Shield_Wood.png",
  "Quality": "Common",
  "Recipe": {
    "Input": [
      {
        "Quantity": 6,
        "ResourceTypeId": "Wood_Trunk"
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 4
      },
      {
        "ItemId": "Ingredient_Leather_Light",
        "Quantity": 1
      }
    ]
  },
  "ItemSoundSetId": "ISS_Weapons_Shield_Wood"
}