2021-01-21 01:57:03 +00:00
|
|
|
ComboMelee(
|
|
|
|
stage_data: [
|
|
|
|
(
|
|
|
|
stage: 1,
|
|
|
|
base_damage: 90,
|
|
|
|
damage_increase: 10,
|
2021-02-02 02:56:17 +00:00
|
|
|
base_poise_damage: 0,
|
|
|
|
poise_damage_increase: 0,
|
2021-01-21 01:57:03 +00:00
|
|
|
knockback: 8.0,
|
|
|
|
range: 3.5,
|
|
|
|
angle: 50.0,
|
2021-02-11 04:04:03 +00:00
|
|
|
base_buildup_duration: 0.35,
|
|
|
|
base_swing_duration: 0.075,
|
|
|
|
base_recover_duration: 0.4,
|
2021-02-15 01:27:28 +00:00
|
|
|
forward_movement: 1.0,
|
2021-01-21 01:57:03 +00:00
|
|
|
),
|
|
|
|
(
|
|
|
|
stage: 2,
|
|
|
|
base_damage: 130,
|
|
|
|
damage_increase: 15,
|
2021-02-02 02:56:17 +00:00
|
|
|
base_poise_damage: 0,
|
|
|
|
poise_damage_increase: 0,
|
2021-01-21 01:57:03 +00:00
|
|
|
knockback: 12.0,
|
|
|
|
range: 3.5,
|
|
|
|
angle: 30.0,
|
2021-02-11 04:04:03 +00:00
|
|
|
base_buildup_duration: 0.5,
|
|
|
|
base_swing_duration: 0.1,
|
|
|
|
base_recover_duration: 0.5,
|
2021-02-15 01:27:28 +00:00
|
|
|
forward_movement: 1.0,
|
2021-01-21 01:57:03 +00:00
|
|
|
),
|
|
|
|
],
|
|
|
|
initial_energy_gain: 25,
|
|
|
|
max_energy_gain: 175,
|
|
|
|
energy_increase: 30,
|
2021-02-02 02:56:17 +00:00
|
|
|
speed_increase: 0.0,
|
|
|
|
max_speed_increase: 0.0,
|
2021-01-21 01:57:03 +00:00
|
|
|
scales_from_combo: 2,
|
|
|
|
is_interruptible: false,
|
|
|
|
)
|