Change non-evil wizard health from 20 to 30

This commit is contained in:
Electroblob
2018-06-05 21:24:47 +01:00
parent dcec7c7281
commit 330c78a92c
@@ -186,6 +186,7 @@ public class EntityWizard extends EntityVillager implements ISpellCaster, IEntit
protected void applyEntityAttributes(){
super.applyEntityAttributes();
this.getEntityAttribute(SharedMonsterAttributes.MOVEMENT_SPEED).setBaseValue(0.5);
this.getEntityAttribute(SharedMonsterAttributes.MAX_HEALTH).setBaseValue(30);
}
private int getHealCooldown(){