Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Interactions / Weapons / Shortbow / Deprecated / Attacks / Block / Shortbow_Block.json

Shortbow_Block

Server/Item/Interactions/Weapons/Shortbow/Deprecated/Attacks/Block/Shortbow_Block.json, 434 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": "Shortbow_Block_Damage"
    }
  }
}