Dodge
Server/Item/Interactions/Dodge.json, 347 B
Fields
| Field | Type |
|---|---|
Type | string |
Flying | boolean |
Next | object |
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"
}
}
}