Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Interactions / Weapons / Mace / Deprecated / Attacks / Block / Mace_Block.json

Mace_Block

Server/Item/Interactions/Weapons/Mace/Deprecated/Attacks/Block/Mace_Block.json, 591 B

Fields

FieldType
Typestring
Costsobject
Nextobject

Source

{
  "Type": "StatsCondition",
  "Costs": {
    "Stamina": 0.01
  },
  "Next": {
    "Type": "EffectCondition",
    "EntityEffectIds": [
      "Stamina_Broken"
    ],
    "Match": "None",
    "Next": {
      "Type": "Simple",
      "Effects": {
        "ItemAnimationId": "Guard",
        "ClearAnimationOnFinish": true
      },
      "$Comment": "Prepare Delay",
      "RunTime": 0.1,
      "Next": {
        "Type": "Replace",
        "DefaultValue": {
          "Interactions": [
            "Mace_Block_Damage"
          ]
        },
        "Var": "Mace_Block_Damage"
      }
    }
  }
}