Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Tool / Hoe / Tool_Hoe_Thorium.json

Tool_Hoe_Thorium

Server/Item/Items/Tool/Hoe/Tool_Hoe_Thorium.json, 922 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Qualitystring
MaxStacknumber
ItemLevelnumber
Modelstring
Texturestring
Recipeobject
MaxDurabilitynumber
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tool_Hoe_Thorium.name"
  },
  "Parent": "Tool_Hoe_Crude",
  "Icon": "Icons/ItemsGenerated/Tool_Hoe_Thorium.png",
  "Quality": "Rare",
  "MaxStack": 1,
  "ItemLevel": 4,
  "Model": "Items/Tools/Hoe/Thorium.blockymodel",
  "Texture": "Items/Tools/Hoe/Thorium_Texture.png",
  "Recipe": {
    "TimeSeconds": 2.5,
    "Input": [
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 4
      },
      {
        "ItemId": "Ingredient_Bar_Thorium",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Farming"
        ],
        "Id": "Farmingbench",
        "RequiredTierLevel": 6
      }
    ]
  },
  "MaxDurability": 400,
  "IconProperties": {
    "Scale": 0.45,
    "Rotation": [
      45,
      300,
      0
    ],
    "Translation": [
      28.2,
      -25.2
    ]
  }
}