2020-11-11 01:49:05 +00:00
|
|
|
ComboMelee(
|
2020-11-08 21:11:00 +00:00
|
|
|
stage_data: [
|
|
|
|
(
|
|
|
|
stage: 1,
|
|
|
|
base_damage: 100,
|
|
|
|
damage_increase: 10,
|
2020-12-05 18:23:45 +00:00
|
|
|
base_poise_damage: 10,
|
2020-12-16 23:30:33 +00:00
|
|
|
poise_damage_increase: 2,
|
2020-11-08 21:11:00 +00:00
|
|
|
knockback: 10.0,
|
|
|
|
range: 4.0,
|
|
|
|
angle: 30.0,
|
|
|
|
base_buildup_duration: 350,
|
|
|
|
base_swing_duration: 100,
|
|
|
|
base_recover_duration: 400,
|
|
|
|
forward_movement: 0.5,
|
|
|
|
),
|
|
|
|
(
|
|
|
|
stage: 2,
|
|
|
|
base_damage: 80,
|
|
|
|
damage_increase: 15,
|
2020-12-05 18:23:45 +00:00
|
|
|
base_poise_damage: 10,
|
2020-12-16 23:30:33 +00:00
|
|
|
poise_damage_increase: 2,
|
2020-11-08 21:11:00 +00:00
|
|
|
knockback: 12.0,
|
|
|
|
range: 3.5,
|
|
|
|
angle: 180.0,
|
|
|
|
base_buildup_duration: 400,
|
|
|
|
base_swing_duration: 600,
|
2020-11-11 01:49:05 +00:00
|
|
|
base_recover_duration: 400,
|
2020-11-08 21:11:00 +00:00
|
|
|
forward_movement: 0.0,
|
|
|
|
),
|
|
|
|
(
|
|
|
|
stage: 3,
|
|
|
|
base_damage: 130,
|
|
|
|
damage_increase: 20,
|
2020-12-05 18:23:45 +00:00
|
|
|
base_poise_damage: 10,
|
2020-12-16 23:30:33 +00:00
|
|
|
poise_damage_increase: 2,
|
2020-11-08 21:11:00 +00:00
|
|
|
knockback: 14.0,
|
|
|
|
range: 6.0,
|
|
|
|
angle: 10.0,
|
|
|
|
base_buildup_duration: 500,
|
|
|
|
base_swing_duration: 200,
|
|
|
|
base_recover_duration: 300,
|
|
|
|
forward_movement: 1.2,
|
|
|
|
),
|
|
|
|
],
|
|
|
|
initial_energy_gain: 0,
|
2020-11-25 20:19:11 +00:00
|
|
|
max_energy_gain: 200,
|
|
|
|
energy_increase: 25,
|
|
|
|
speed_increase: 0.1,
|
2020-12-07 03:35:29 +00:00
|
|
|
max_speed_increase: 0.8,
|
2020-12-08 04:00:24 +00:00
|
|
|
scales_from_combo: 2,
|
2020-11-08 21:11:00 +00:00
|
|
|
is_interruptible: true,
|
2020-12-05 18:23:45 +00:00
|
|
|
)
|