veloren/assets/common/abilities/unique/quadlowquick/quadstrike.ron

68 lines
1.8 KiB
Plaintext
Raw Normal View History

ComboMelee(
stage_data: [
(
stage: 1,
base_damage: 100,
damage_increase: 0,
2021-01-26 04:16:28 +00:00
base_poise_damage: 0,
2021-03-12 05:38:41 +00:00
poise_damage_increase: 30,
2020-11-21 20:59:25 +00:00
knockback: 2.0,
range: 3.5,
angle: 30.0,
base_buildup_duration: 0.6,
base_swing_duration: 0.1,
base_recover_duration: 0.1,
forward_movement: 1.5,
),
(
stage: 2,
base_damage: 130,
damage_increase: 0,
2021-01-26 04:16:28 +00:00
base_poise_damage: 0,
2021-03-12 05:38:41 +00:00
poise_damage_increase: 30,
2020-11-21 20:59:25 +00:00
knockback: 2.0,
range: 3.5,
angle: 30.0,
2021-03-12 05:38:41 +00:00
base_buildup_duration: 0.15,
base_swing_duration: 0.07,
base_recover_duration: 0.1,
forward_movement: 0.8,
),
(
stage: 3,
base_damage: 130,
damage_increase: 0,
2021-03-12 05:38:41 +00:00
base_poise_damage: 30,
2021-01-26 04:16:28 +00:00
poise_damage_increase: 0,
2020-11-21 20:59:25 +00:00
knockback: 2.0,
range: 3.5,
angle: 30.0,
base_buildup_duration: 0.2,
2021-03-12 05:38:41 +00:00
base_swing_duration: 0.07,
base_recover_duration: 0.1,
forward_movement: 0.8,
),
(
stage: 4,
base_damage: 130,
damage_increase: 0,
2021-01-26 04:16:28 +00:00
base_poise_damage: 0,
2021-03-12 05:38:41 +00:00
poise_damage_increase: 30,
2020-11-21 20:59:25 +00:00
knockback: 8.0,
range: 3.5,
angle: 30.0,
base_buildup_duration: 0.2,
2021-03-12 05:38:41 +00:00
base_swing_duration: 0.07,
base_recover_duration: 0.1,
forward_movement: 0.8,
),
],
initial_energy_gain: 0,
max_energy_gain: 0,
energy_increase: 0,
speed_increase: 0.0,
2020-12-07 03:35:29 +00:00
max_speed_increase: 0.0,
scales_from_combo: 0,
is_interruptible: false,
)