Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Interactions / Weapons / Unarmed / Attacks / Block / Unarmed_Block.json

Unarmed_Block

Server/Item/Interactions/Weapons/Unarmed/Attacks/Block/Unarmed_Block.json, 373 B

Fields

FieldType
Typestring
$Commentstring
Effectsobject
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "$Comment": "Prepare Delay",
  "Effects": {
    "ItemAnimationId": "Guard",
    "ClearAnimationOnFinish": true
  },
  "RunTime": 0.05,
  "Next": {
    "Type": "Wielding",
    "Effects": {
      "ItemAnimationId": "Guard",
      "ClearAnimationOnFinish": true
    },
    "DamageModifiers": {
      "Physical": 0.8,
      "Projectile": 0.8
    }
  }
}