Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Interactions / Weapons / Knife / Attacks / Block / Knife_Block.json

Knife_Block

Server/Item/Interactions/Weapons/Knife/Attacks/Block/Knife_Block.json, 320 B

Fields

FieldType
Typestring
Effectsobject
$Commentstring
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "Effects": {
    "ItemAnimationId": "Guard",
    "ClearAnimationOnFinish": true
  },
  "$Comment": "Prepare Delay",
  "RunTime": 0.1,
  "Next": {
    "Type": "Replace",
    "DefaultValue": {
      "Interactions": [
        "Knife_Block_Damage"
      ]
    },
    "Var": "Knife_Block_Damage"
  }
}