mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
c07d8df58b
ability mapping
17 lines
362 B
Plaintext
17 lines
362 B
Plaintext
DashMelee(
|
|
energy_cost: 0,
|
|
base_damage: 30,
|
|
max_damage: 40,
|
|
base_knockback: 8.0,
|
|
max_knockback: 15.0,
|
|
range: 2.0,
|
|
angle: 45.0,
|
|
energy_drain: 0,
|
|
forward_speed: 1.5,
|
|
buildup_duration: 1200,
|
|
charge_duration: 300,
|
|
swing_duration: 100,
|
|
recover_duration: 500,
|
|
infinite_charge: true,
|
|
is_interruptible: true,
|
|
) |