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

Sword_Block_Effect

Server/Item/Interactions/Weapons/Sword/Attacks/Deprecated/Block/Sword_Block_Effect.json, 426 B

Fields

FieldType
Typestring
Effectsobject
$Commentstring
RunTimenumber
Nextobject

Source

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