veloren/assets/common/abilities/sword/triplestrike.ron

54 lines
1.4 KiB
Plaintext
Raw Normal View History

ComboMelee(
stage_data: [
(
stage: 1,
base_damage: 100,
damage_increase: 10,
2021-04-15 06:49:12 +00:00
base_poise_damage: 10,
2021-01-26 04:16:28 +00:00
poise_damage_increase: 0,
knockback: 10.0,
range: 4.0,
angle: 30.0,
2021-04-15 16:13:50 +00:00
base_buildup_duration: 0.15,
2021-02-11 06:05:33 +00:00
base_swing_duration: 0.075,
2021-04-15 16:13:50 +00:00
base_recover_duration: 0.15,
forward_movement: 0.5,
),
(
stage: 2,
base_damage: 80,
damage_increase: 15,
2021-04-15 06:49:12 +00:00
base_poise_damage: 13,
2021-01-26 04:16:28 +00:00
poise_damage_increase: 0,
knockback: 12.0,
range: 3.5,
2021-02-11 06:05:33 +00:00
angle: 40.0,
2021-02-21 05:39:35 +00:00
base_buildup_duration: 0.1,
2021-02-11 06:05:33 +00:00
base_swing_duration: 0.1,
base_recover_duration: 0.3,
forward_movement: 0.0,
),
(
stage: 3,
base_damage: 130,
damage_increase: 20,
2021-04-15 06:49:12 +00:00
base_poise_damage: 15,
2021-01-26 04:16:28 +00:00
poise_damage_increase: 0,
knockback: 14.0,
range: 6.0,
angle: 10.0,
2021-04-15 16:13:50 +00:00
base_buildup_duration: 0.15,
2021-02-11 06:05:33 +00:00
base_swing_duration: 0.1,
2021-04-15 16:13:50 +00:00
base_recover_duration: 0.35,
forward_movement: 1.2,
),
],
initial_energy_gain: 0,
max_energy_gain: 200,
energy_increase: 25,
speed_increase: 0.1,
2020-12-07 03:35:29 +00:00
max_speed_increase: 0.8,
scales_from_combo: 2,
is_interruptible: true,
)