Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Tool / Hammer / Tool_Hammer_Crude.json

Tool_Hammer_Crude

Server/Item/Items/Tool/Hammer/Tool_Hammer_Crude.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tool_Hammer_Crude.name",
    "Description": "server.items.Tool_Hammer_Crude.description"
  },
  "Categories": [
    "Items.Tools"
  ],
  "Icon": "Icons/ItemsGenerated/Tool_Hammer_Crude.png",
  "Quality": "Common",
  "ItemLevel": 2,
  "MaxStack": 1,
  "Set": "Tool_Stone",
  "Model": "Items/Tools/Hammer/Crude.blockymodel",
  "Texture": "Items/Tools/Hammer/Crude_Texture.png",
  "PlayerAnimationsId": "Pickaxe",
  "Recipe": {
    "TimeSeconds": 1,
    "KnowledgeRequired": false,
    "Input": [
      {
        "ResourceTypeId": "Rubble",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 3
      },
      {
        "ItemId": "Ingredient_Stick",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Workbench",
        "Type": "Crafting",
        "Categories": [
          "Workbench_Tools"
        ]
      }
    ]
  },
  "Interactions": {
    "Primary": {
      "Interactions": [
        {
          "Type": "CycleBlockGroup",
          "RunTime": 0.1,
          "Effects": {
            "ItemAnimationId": "Mine"
          }
        }
      ]
    },
    "Secondary": {
      "Interactions": [
        {
          "Type": "CycleBlockGroup",
          "RunTime": 0.1,
          "Effects": {
            "ItemAnimationId": "Mine"
          }
        }
      ]
    }
  },
  "MaxDurability": 100,
  "IconProperties": {
    "Scale": 0.45,
    "Translation": [
      20.4,
      -27
    ],
    "Rotation": [
      45,
      300,
      0
    ]
  },
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "Tags": {
    "Type": [
      "Tool"
    ]
  },
  "BlockSelectorTool": {
    "DurabilityLossOnUse": 1.0
  },
  "ItemSoundSetId": "ISS_Weapons_Wood"
}