Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Interactions / Weapons / Pickaxe / Attacks / Pickaxe_Block_Break.json

Pickaxe_Block_Break

Server/Item/Interactions/Weapons/Pickaxe/Attacks/Pickaxe_Block_Break.json, 416 B

Fields

FieldType
Typestring
Failedobject
Nextobject

Source

{
  "Type": "UseBlock",
  "Failed": {
    "Type": "BreakBlock",
    "Tool": "Pickaxe",
    "UseLatestTarget": true
  },
  "Next": {
    "Type": "Replace",
    "Var": "Block_Hit_Camera_Effects",
    "DefaultOk": true,
    "DefaultValue": {
      "Interactions": [
        {
          "Type": "Simple",
          "Effects": {
            "CameraEffect": "Pickaxe_Mine_Impact"
          }
        }
      ]
    }
  }
}