2022-11-10 12:53:12 +00:00
|
|
|
ComboMelee(
|
|
|
|
stage_data: [
|
|
|
|
(
|
|
|
|
stage: 1,
|
|
|
|
base_damage: 28.0,
|
|
|
|
damage_increase: 0,
|
2022-11-11 09:22:23 +00:00
|
|
|
base_poise_damage: 7.5,
|
2022-11-10 12:53:12 +00:00
|
|
|
poise_damage_increase: 0,
|
|
|
|
knockback: 3.0,
|
2022-11-11 15:37:58 +00:00
|
|
|
range: 3,
|
2022-11-12 12:51:27 +00:00
|
|
|
angle: 75.0,
|
2022-11-10 12:53:12 +00:00
|
|
|
base_buildup_duration: 1.2,
|
|
|
|
base_swing_duration: 0.07,
|
|
|
|
hit_timing: 0.5,
|
|
|
|
base_recover_duration: 0.3,
|
2022-11-11 15:37:58 +00:00
|
|
|
forward_movement: 0.25,
|
2022-11-11 09:22:23 +00:00
|
|
|
damage_kind: Piercing,
|
2022-11-10 12:53:12 +00:00
|
|
|
),
|
|
|
|
(
|
|
|
|
stage: 2,
|
|
|
|
base_damage: 28.0,
|
|
|
|
damage_increase: 0,
|
2022-11-11 09:22:23 +00:00
|
|
|
base_poise_damage: 7.5,
|
2022-11-10 12:53:12 +00:00
|
|
|
poise_damage_increase: 0,
|
|
|
|
knockback: 3.0,
|
2022-11-11 15:37:58 +00:00
|
|
|
range: 3,
|
2022-11-12 12:51:27 +00:00
|
|
|
angle: 75.0,
|
2022-11-10 12:53:12 +00:00
|
|
|
base_buildup_duration: 0.2,
|
|
|
|
base_swing_duration: 0.07,
|
|
|
|
hit_timing: 0.5,
|
|
|
|
base_recover_duration: 0.6,
|
2022-11-11 15:37:58 +00:00
|
|
|
forward_movement: 0.25,
|
2022-11-11 09:22:23 +00:00
|
|
|
damage_kind: Piercing,
|
2022-11-10 12:53:12 +00:00
|
|
|
),
|
|
|
|
],
|
2022-11-13 21:04:00 +00:00
|
|
|
initial_energy_gain: 5,
|
|
|
|
max_energy_gain: 5,
|
2022-11-10 12:53:12 +00:00
|
|
|
energy_increase: 0,
|
|
|
|
speed_increase: 0.0,
|
|
|
|
max_speed_increase: 0.0,
|
|
|
|
scales_from_combo: 0,
|
|
|
|
ori_modifier: 0.65,
|
|
|
|
)
|