mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
interim hammer tweaks - m2 poise, vigorous bash combo
This commit is contained in:
parent
1f0e014daa
commit
bfef917693
@ -20,7 +20,7 @@ ComboMelee2(
|
|||||||
swing: Some(Forward(0.3)),
|
swing: Some(Forward(0.3)),
|
||||||
),
|
),
|
||||||
ori_modifier: 0.6,
|
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,
|
energy_cost_per_strike: 10,
|
||||||
|
@ -11,7 +11,7 @@ ChargedMelee(
|
|||||||
scaled: Some((
|
scaled: Some((
|
||||||
kind: Bash(
|
kind: Bash(
|
||||||
damage: 40,
|
damage: 40,
|
||||||
poise: 100,
|
poise: 70,
|
||||||
knockback: 2,
|
knockback: 2,
|
||||||
energy_regen: 30,
|
energy_regen: 30,
|
||||||
))),
|
))),
|
||||||
|
Loading…
Reference in New Issue
Block a user