2021-01-21 01:57:03 +00:00
|
|
|
ComboMelee(
|
|
|
|
stage_data: [
|
|
|
|
(
|
|
|
|
stage: 1,
|
2021-05-01 00:11:07 +00:00
|
|
|
base_damage: 65,
|
|
|
|
damage_increase: 0,
|
2021-04-15 06:49:12 +00:00
|
|
|
base_poise_damage: 18,
|
2021-02-02 02:56:17 +00:00
|
|
|
poise_damage_increase: 0,
|
2021-03-12 05:38:41 +00:00
|
|
|
knockback: 4.0,
|
|
|
|
range: 2.5,
|
|
|
|
angle: 15.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-03-12 05:38:41 +00:00
|
|
|
forward_movement: 0.7,
|
2021-05-06 18:50:16 +00:00
|
|
|
damage_kind: Piercing,
|
2021-01-21 01:57:03 +00:00
|
|
|
),
|
|
|
|
(
|
|
|
|
stage: 2,
|
2021-05-01 00:11:07 +00:00
|
|
|
base_damage: 80,
|
|
|
|
damage_increase: 0,
|
2021-04-15 06:49:12 +00:00
|
|
|
base_poise_damage: 18,
|
2021-02-02 02:56:17 +00:00
|
|
|
poise_damage_increase: 0,
|
2021-03-12 05:38:41 +00:00
|
|
|
knockback: 7.0,
|
|
|
|
range: 2.5,
|
|
|
|
angle: 15.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-03-12 05:38:41 +00:00
|
|
|
forward_movement: 0.7,
|
2021-05-06 18:50:16 +00:00
|
|
|
damage_kind: Piercing,
|
2021-01-21 01:57:03 +00:00
|
|
|
),
|
|
|
|
],
|
2021-02-20 20:38:27 +00:00
|
|
|
initial_energy_gain: 0,
|
|
|
|
max_energy_gain: 0,
|
2021-01-21 01:57:03 +00:00
|
|
|
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,
|
2021-05-01 00:11:07 +00:00
|
|
|
ori_modifier: 0.75,
|
2021-05-06 18:50:16 +00:00
|
|
|
)
|