Final mech boss unit (unfinished)

This commit is contained in:
Anuken
2020-09-04 22:05:15 -04:00
parent 3127bb54b2
commit 739c4f2de2
31 changed files with 4314 additions and 4126 deletions
@@ -121,13 +121,14 @@ public class StatusEffects implements ContentList{
boss = new StatusEffect("boss"){{
permanent = true;
damageMultiplier = 1.5f;
armorMultiplier = 1.5f;
}};
shocked = new StatusEffect("shocked");
blasted = new StatusEffect("blasted");
//no effects, just small amounts of damage.
corroded = new StatusEffect("corroded"){{
damage = 0.1f;
}};