Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Interactions / NPCs / Intelligent / Outlander_Marauder / Outlander_Marauder_Sword_Block.json

Outlander_Marauder_Sword_Block

Server/Item/Interactions/NPCs/Intelligent/Outlander_Marauder/Outlander_Marauder_Sword_Block.json, 421 B

Fields

FieldType
Typestring
Effectsobject
$Commentstring
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "Effects": {
    "ItemPlayerAnimationsId": "Outlander_Sword",
    "ItemAnimationId": "Guard",
    "ClearAnimationOnFinish": true
  },
  "$Comment": "Prepare Delay",
  "RunTime": 0.1,
  "Next": {
    "Type": "Wielding",
    "Effects": {
      "ItemAnimationId": "Guard",
      "ClearAnimationOnFinish": true
    },
    "DamageModifiers": {
      "Physical": 0.2,
      "Projectile": 0.2
    }
  }
}