Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Tool / Hatchet / Tool_Hatchet_Adamantite.json

Tool_Hatchet_Adamantite

Server/Item/Items/Tool/Hatchet/Tool_Hatchet_Adamantite.json, 3.1 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Setstring
Qualitystring
ItemLevelnumber
Modelstring
Texturestring
Recipeobject
Toolobject
PlayerAnimationsIdstring
Utilityobject
Interactionsobject
InteractionVarsobject
IconPropertiesobject
Iconstring
DroppedItemAnimationstring
MaxDurabilitynumber
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tool_Hatchet_Adamantite.name"
  },
  "Categories": [
    "Items.Tools"
  ],
  "Set": "Tool_Cobalt",
  "Quality": "Rare",
  "ItemLevel": 40,
  "Model": "Items/Tools/Hatchet/Adamantite.blockymodel",
  "Texture": "Items/Tools/Hatchet/Adamantite_Texture.png",
  "Recipe": {
    "TimeSeconds": 4.5,
    "KnowledgeRequired": false,
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Adamantite",
        "Quantity": 8
      },
      {
        "ItemId": "Ingredient_Leather_Heavy",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Fabric_Scrap_Cindercloth",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Workbench_Tools"
        ],
        "Id": "Workbench",
        "RequiredTierLevel": 3
      }
    ]
  },
  "Tool": {
    "Specs": [
      {
        "Power": 1,
        "GatherType": "SoftBlocks"
      },
      {
        "Power": 0.05,
        "GatherType": "Soils"
      },
      {
        "Power": 0.5,
        "GatherType": "Woods"
      },
      {
        "Power": 0.05,
        "GatherType": "Rocks"
      },
      {
        "Power": 0.5,
        "GatherType": "Benches"
      },
      {
        "Power": 0.017,
        "GatherType": "VolcanicRocks"
      },
      {
        "Power": 0.046,
        "GatherType": "OreCopper"
      },
      {
        "Power": 0.046,
        "GatherType": "OreIron"
      },
      {
        "Power": 0.046,
        "GatherType": "OreSilver"
      },
      {
        "Power": 0.046,
        "GatherType": "OreGold"
      },
      {
        "Power": 0.046,
        "GatherType": "OreThorium"
      },
      {
        "Power": 0.046,
        "GatherType": "OreCobalt"
      },
      {
        "Power": 0.042,
        "GatherType": "OreAdamantite"
      },
      {
        "Power": 0.036,
        "GatherType": "OreMithril"
      }
    ],
    "DurabilityLossBlockTypes": [
      {
        "BlockSets": [
          "Stone",
          "Rock",
          "Ores",
          "Soil",
          "Wood"
        ],
        "DurabilityLossOnHit": 0.25
      }
    ]
  },
  "PlayerAnimationsId": "Hatchet",
  "Utility": {
    "Compatible": true
  },
  "Interactions": {
    "Primary": "Hatchet_Attack",
    "Secondary": "Hatchet_Attack"
  },
  "InteractionVars": {
    "Hatchet_Chop_Effect": "Hatchet_Chop_Effect",
    "Hatchet_Chop_Damage": {
      "Interactions": [
        {
          "Parent": "Hatchet_Chop_Damage",
          "DamageCalculator": {
            "Type": "Dps",
            "BaseDamage": {
              "Physical": 5
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Axe_Iron_Impact"
          }
        }
      ]
    }
  },
  "IconProperties": {
    "Scale": 0.45,
    "Translation": [
      15.6,
      -12.6
    ],
    "Rotation": [
      45,
      270,
      0
    ]
  },
  "Icon": "Icons/ItemsGenerated/Tool_Hatchet_Adamantite.png",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "MaxDurability": 400,
  "Tags": {
    "Type": [
      "Tool"
    ]
  },
  "ItemSoundSetId": "ISS_Weapons_Wood"
}