Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Tool / Pickaxe / Tool_Pickaxe_Crude.json

Tool_Pickaxe_Crude

Server/Item/Items/Tool/Pickaxe/Tool_Pickaxe_Crude.json, 3.6 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tool_Pickaxe_Crude.name",
    "Description": "server.items.Tool_Pickaxe_Crude.description"
  },
  "Categories": [
    "Items.Tools"
  ],
  "Quality": "Common",
  "ItemLevel": 5,
  "Icon": "Icons/ItemsGenerated/Tool_Pickaxe_Crude.png",
  "Model": "Items/Tools/Pickaxe/Crude.blockymodel",
  "Texture": "Items/Tools/Pickaxe/Crude_Texture.png",
  "Recipe": {
    "TimeSeconds": 0,
    "KnowledgeRequired": false,
    "Input": [
      {
        "ResourceTypeId": "Rubble",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Stick",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Fieldcraft",
        "Type": "Crafting",
        "Categories": [
          "Tools"
        ]
      },
      {
        "Id": "Workbench",
        "Type": "Crafting",
        "Categories": [
          "Workbench_Tools"
        ]
      }
    ]
  },
  "Tool": {
    "Specs": [
      {
        "Power": 1,
        "GatherType": "SoftBlocks"
      },
      {
        "Power": 0.35,
        "GatherType": "Soils"
      },
      {
        "Power": 0.05,
        "GatherType": "Woods"
      },
      {
        "Power": 0.25,
        "GatherType": "Rocks",
        "Quality": 1
      },
      {
        "Power": 0.5,
        "GatherType": "Benches"
      },
      {
        "Power": 0.084,
        "GatherType": "VolcanicRocks"
      },
      {
        "Power": 0.125,
        "GatherType": "OreCopper"
      },
      {
        "Power": 0.084,
        "GatherType": "OreIron"
      },
      {
        "Power": 0.084,
        "GatherType": "OreSilver"
      },
      {
        "Power": 0.084,
        "GatherType": "OreGold"
      },
      {
        "Power": 0.063,
        "GatherType": "OreThorium"
      },
      {
        "Power": 0.063,
        "GatherType": "OreCobalt"
      },
      {
        "Power": 0.05,
        "GatherType": "OreAdamantite"
      },
      {
        "Power": 0.042,
        "GatherType": "OreMithril"
      }
    ],
    "DurabilityLossBlockTypes": [
      {
        "BlockSets": [
          "Stone",
          "Rock",
          "Ores",
          "Soil",
          "Wood"
        ],
        "DurabilityLossOnHit": 0.25
      }
    ]
  },
  "PlayerAnimationsId": "Pickaxe",
  "Utility": {
    "Compatible": true
  },
  "Interactions": {
    "Primary": "Pickaxe_Attack"
  },
  "InteractionVars": {
    "Block_Hit_Camera_Effects": {
      "Interactions": [
        {
          "Type": "Simple",
          "Effects": {
            "CameraEffect": "Pickaxe_Mine_Impact"
          }
        }
      ]
    },
    "Pickaxe_Mine_Effect": {
      "Interactions": [
        {
          "Parent": "Pickaxe_Mine_Effect",
          "Effects": {
            "WorldSoundEventId": "SFX_Tool_T1_Swing",
            "LocalSoundEventId": "SFX_Pickaxe_T1_Swing_Down_Local"
          }
        }
      ]
    },
    "Pickaxe_Mine_Damage": {
      "Interactions": [
        {
          "Parent": "Pickaxe_Mine_Damage",
          "DamageCalculator": {
            "Type": "Absolute",
            "BaseDamage": {
              "Physical": 1
            }
          },
          "DamageEffects": {
            "WorldSoundEventId": "SFX_Light_Melee_T1_Impact"
          }
        }
      ]
    }
  },
  "IconProperties": {
    "Scale": 0.45,
    "Translation": [
      13.8,
      -14.4
    ],
    "Rotation": [
      45,
      270,
      0
    ]
  },
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "MaxDurability": 150,
  "Tags": {
    "Type": [
      "Tool"
    ]
  },
  "ItemSoundSetId": "ISS_Weapons_Wood"
}