Increase amplifier and duration of Castle Assault spawn regeneration and add spawn resistance

This commit is contained in:
AlexTheCoder 2017-07-15 15:48:33 -04:00 committed by cnr
parent 9f45d3672d
commit 3952fa2e1d

View File

@ -39,7 +39,8 @@ public abstract class KitPlayer extends ProgressingKit
protected void giveRegeneration(Player player)
{
player.addPotionEffect(new PotionEffect(PotionEffectType.REGENERATION, 20 * 5, 3));
player.addPotionEffect(new PotionEffect(PotionEffectType.REGENERATION, 20 * 8, 4));
player.addPotionEffect(new PotionEffect(PotionEffectType.DAMAGE_RESISTANCE, 20 * 8, 3));
}
@Override