Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Interactions / Dodge.json

Dodge

Server/Item/Interactions/Dodge.json, 347 B

Fields

FieldType
Typestring
Flyingboolean
Nextobject

Source

{
  "Type": "Condition",
  "Flying": false,
  "Next": {
    "Type": "MovementCondition",
    "ForwardLeft": {
      "Type": "Simple"
    },
    "ForwardRight": {
      "Type": "Simple"
    },
    "Left": "Dodge_Left",
    "Right": "Dodge_Right",
    "BackLeft": {
      "Type": "Simple"
    },
    "BackRight": {
      "Type": "Simple"
    }
  }
}