mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
18 lines
365 B
Plaintext
18 lines
365 B
Plaintext
DashMelee(
|
|
energy_cost: 0,
|
|
base_damage: 150,
|
|
max_damage: 160,
|
|
base_knockback: 8.0,
|
|
max_knockback: 25.0,
|
|
range: 4.0,
|
|
angle: 45.0,
|
|
energy_drain: 0,
|
|
forward_speed: 2.0,
|
|
buildup_duration: 500,
|
|
charge_duration: 1200,
|
|
swing_duration: 100,
|
|
recover_duration: 800,
|
|
infinite_charge: true,
|
|
is_interruptible: true,
|
|
)
|