lowered spin.ron base poise damage to 13 from 25

This commit is contained in:
donovanlank 2021-06-15 22:01:39 -07:00
parent 9ed788bb50
commit f26de7bbe9

View File

@ -3,7 +3,7 @@ SpinMelee(
swing_duration: 0.4,
recover_duration: 0.5,
base_damage: 160,
base_poise_damage: 25,
base_poise_damage: 13,
knockback: ( strength: 10.0, direction: Away),
range: 3.5,
damage_effect: None,