interim hammer tweaks - m2 poise, vigorous bash combo

This commit is contained in:
horblegorble 2024-06-05 15:09:41 +10:00
parent 1f0e014daa
commit bfef917693
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ ComboMelee2(
swing: Some(Forward(0.3)),
),
ori_modifier: 0.6,
custom_combo: Some((additional: 9, requirement: Some(TargetPoised))),
custom_combo: Some((additional: 4, requirement: Some(TargetPoised))),
),
],
energy_cost_per_strike: 10,

View File

@ -11,7 +11,7 @@ ChargedMelee(
scaled: Some((
kind: Bash(
damage: 40,
poise: 100,
poise: 70,
knockback: 2,
energy_regen: 30,
))),