Sword triple strike tweaks.

This commit is contained in:
Sam 2022-10-19 09:36:20 -04:00
parent 69bb7d9047
commit b1f45ea241

View File

@ -2,17 +2,17 @@ ComboMelee(
stage_data: [ stage_data: [
( (
stage: 1, stage: 1,
base_damage: 10.0, base_damage: 8.0,
damage_increase: 1.0, damage_increase: 0.5,
base_poise_damage: 0, base_poise_damage: 0,
poise_damage_increase: 0, poise_damage_increase: 0,
knockback: 0.0, knockback: 0.0,
range: 4.0, range: 4.0,
angle: 30.0, angle: 30.0,
base_buildup_duration: 0.1, base_buildup_duration: 0.1,
base_swing_duration: 0.075, base_swing_duration: 0.01,
hit_timing: 0.5, hit_timing: 0.5,
base_recover_duration: 0.15, base_recover_duration: 0.25,
forward_movement: 0.5, forward_movement: 0.5,
damage_kind: Slashing, damage_kind: Slashing,
damage_effect: Some(Buff(( damage_effect: Some(Buff((
@ -24,7 +24,7 @@ ComboMelee(
), ),
( (
stage: 2, stage: 2,
base_damage: 8.0, base_damage: 9.0,
damage_increase: 0.5, damage_increase: 0.5,
base_poise_damage: 0, base_poise_damage: 0,
poise_damage_increase: 0, poise_damage_increase: 0,