Versions / 0.5.0-pre.9.2 / Item / Interactions / Weapons / Battleaxe / Deprecated / Variants / Battleaxe_Attack.json
Battleaxe_Attack
Server/Item/Interactions/Weapons/Battleaxe/Deprecated/Variants/Battleaxe_Attack.json, 500 B
Fields
| Field | Type |
|---|---|
Type | string |
DisplayProgress | boolean |
MouseSensitivityAdjustmentTarget | number |
MouseSensitivityAdjustmentDuration | number |
Effects | object |
AllowIndefiniteHold | boolean |
Next | object |
Source
{
"Type": "Charging",
"DisplayProgress": false,
"MouseSensitivityAdjustmentTarget": 0.3,
"MouseSensitivityAdjustmentDuration": 2.0,
"Effects": {
"ItemAnimationId": "DownstrikeCharging"
},
"AllowIndefiniteHold": false,
"Next": {
"0": {
"Type": "Chaining",
"ChainingAllowance": 2,
"Next": [
"Battleaxe_Swing_Down_Left",
"Battleaxe_Swing_Down_Right",
"Battleaxe_Swing_Down"
]
},
"1.5": "Battleaxe_Downstrike_Charged"
}
}