Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Tool / Hoe / Tool_Hoe_Crude.json

Tool_Hoe_Crude

Server/Item/Items/Tool/Hoe/Tool_Hoe_Crude.json, 2.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Tool_Hoe_Crude.name",
    "Description": "server.items.Tool_Hoe.description"
  },
  "Categories": [
    "Items.Tools"
  ],
  "Set": "Tool_Stone",
  "Icon": "Icons/ItemsGenerated/Tool_Hoe_Crude.png",
  "Quality": "Common",
  "MaxStack": 1,
  "ItemLevel": 1,
  "InteractionConfig": {
    "Priorities": {
      "Secondary": {
        "MainHand": 1
      }
    }
  },
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 4
      },
      {
        "ResourceTypeId": "Rock",
        "Quantity": 3
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Categories": [
          "Farming"
        ],
        "Id": "Farmingbench"
      }
    ]
  },
  "Interactions": {
    "Primary": "Hoe_Attack",
    "Secondary": "Hoe_Till"
  },
  "InteractionVars": {
    "Hoe_Swing_Left_Effect": "Hoe_Swing_Left_Effect",
    "Hoe_Swing_Left_Damage": {
      "Interactions": [
        {
          "Parent": "Hoe_Swing_Left_Damage",
          "DamageCalculator": {
            "Type": "Dps",
            "BaseDamage": {
              "Physical": 1
            }
          }
        }
      ]
    },
    "Hoe_Swing_Right_Effect": "Hoe_Swing_Right_Effect",
    "Hoe_Swing_Right_Damage": {
      "Interactions": [
        {
          "Parent": "Hoe_Swing_Right_Damage",
          "DamageCalculator": {
            "Type": "Dps",
            "BaseDamage": {
              "Physical": 1
            }
          }
        }
      ]
    }
  },
  "Model": "Items/Tools/Hoe/Crude.blockymodel",
  "Texture": "Items/Tools/Hoe/Crude_Texture.png",
  "MaxDurability": 100,
  "PlayerAnimationsId": "Hoe",
  "IconProperties": {
    "Scale": 0.45,
    "Translation": [
      28.2,
      -25.2
    ],
    "Rotation": [
      45,
      300,
      0
    ]
  },
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "Tags": {
    "Type": [
      "Tool"
    ]
  },
  "ItemSoundSetId": "ISS_Weapons_Wood",
  "Utility": {
    "Compatible": true
  }
}