Increase amplifier and duration of Castle Assault spawn regeneration and add spawn resistance
This commit is contained in:
parent
9f45d3672d
commit
3952fa2e1d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user