Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Interactions / Weapons / Block_Break.json

Block_Break

Server/Item/Interactions/Weapons/Block_Break.json, 424 B

Fields

FieldType
Typestring
Failedobject

Source

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