veloren/assets/common/abilities/swordsimple/doublestrike.ron
2021-02-27 01:42:45 -05:00

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.4,
base_swing_duration: 0.1,
base_recover_duration: 0.5,
forward_movement: 2.5,
),
(
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: 2.0,
),
],
initial_energy_gain: 0,
max_energy_gain: 0,
energy_increase: 0,
speed_increase: 0.0,
max_speed_increase: 0.0,
scales_from_combo: 0,
is_interruptible: false,
)