Change the Giant's Broadswords regeneration effect level from 41 to 3
This commit is contained in:
parent
dd3e009413
commit
e8e73306be
@ -60,6 +60,6 @@ public class GiantsBroadsword extends LegendaryItem
|
||||
private void buffPlayer(Player player)
|
||||
{
|
||||
grantPotionEffect(player, PotionEffectType.SLOW, 40, SLOW_AMPLIFIER);
|
||||
grantPotionEffect(player, PotionEffectType.REGENERATION, 40, REGEN_AMPLIFIER); //Regen
|
||||
grantPotionEffect(player, PotionEffectType.REGENERATION, 2, REGEN_AMPLIFIER); //Regen
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user