veloren/assets/common/abilities/axe/doublestrike.ron

40 lines
1.0 KiB
Plaintext
Raw Normal View History

ComboMelee(
stage_data: [
(
stage: 1,
base_damage: 90,
2021-03-20 20:28:03 +00:00
base_poise_damage: 20,
damage_increase: 10,
2021-01-26 04:16:28 +00:00
poise_damage_increase: 0,
knockback: 8.0,
range: 3.5,
angle: 50.0,
2021-03-12 05:38:41 +00:00
base_buildup_duration: 0.3,
base_swing_duration: 0.075,
2021-03-12 05:38:41 +00:00
base_recover_duration: 0.2,
forward_movement: 0.5,
),
(
stage: 2,
base_damage: 130,
2021-03-20 20:28:03 +00:00
base_poise_damage: 35,
damage_increase: 15,
2021-01-26 04:16:28 +00:00
poise_damage_increase: 0,
knockback: 12.0,
range: 3.5,
angle: 30.0,
2021-02-21 05:39:35 +00:00
base_buildup_duration: 0.25,
base_swing_duration: 0.1,
2021-02-11 06:05:33 +00:00
base_recover_duration: 0.4,
forward_movement: 0.25,
),
],
initial_energy_gain: 25,
max_energy_gain: 175,
energy_increase: 30,
2020-12-07 03:35:29 +00:00
speed_increase: 0.1,
max_speed_increase: 0.6,
scales_from_combo: 2,
is_interruptible: false,
)