Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Interactions / NPCs / Intelligent / Outlander_Brute / Outlander_Brute_Block.json

Outlander_Brute_Block

Server/Item/Interactions/NPCs/Intelligent/Outlander_Brute/Outlander_Brute_Block.json, 425 B

Fields

FieldType
Typestring
Effectsobject
$Commentstring
RunTimenumber
Nextobject

Source

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