mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
ComboMelee(
|
|
stage_data: [
|
|
(
|
|
stage: 1,
|
|
base_damage: 90,
|
|
damage_increase: 10,
|
|
base_poise_damage: 0,
|
|
poise_damage_increase: 0,
|
|
knockback: 8.0,
|
|
range: 3.5,
|
|
angle: 50.0,
|
|
base_buildup_duration: 0.35,
|
|
base_swing_duration: 0.075,
|
|
base_recover_duration: 0.4,
|
|
forward_movement: 1.0,
|
|
),
|
|
(
|
|
stage: 2,
|
|
base_damage: 130,
|
|
damage_increase: 15,
|
|
base_poise_damage: 0,
|
|
poise_damage_increase: 0,
|
|
knockback: 12.0,
|
|
range: 3.5,
|
|
angle: 30.0,
|
|
base_buildup_duration: 0.5,
|
|
base_swing_duration: 0.1,
|
|
base_recover_duration: 0.5,
|
|
forward_movement: 1.0,
|
|
),
|
|
],
|
|
initial_energy_gain: 25,
|
|
max_energy_gain: 175,
|
|
energy_increase: 30,
|
|
speed_increase: 0.0,
|
|
max_speed_increase: 0.0,
|
|
scales_from_combo: 2,
|
|
is_interruptible: false,
|
|
) |