Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Interactions / Weapons / Sword / Attacks / Deprecated / Block / Sword_Block.json

Sword_Block

Server/Item/Interactions/Weapons/Sword/Attacks/Deprecated/Block/Sword_Block.json, 383 B

Fields

FieldType
Typestring
Costsobject
Nextobject

Source

{
  "Type": "StatsCondition",
  "Costs": {
    "Stamina": 0.01
  },
  "Next": {
    "Type": "EffectCondition",
    "EntityEffectIds": [
      "Stamina_Broken"
    ],
    "Match": "None",
    "Next": {
      "Type": "Replace",
        "DefaultValue": {
          "Interactions": [
            "Sword_Block_Effect"
          ]
        },
        "Var": "Sword_Block_Effect"
    }
  }
}