Preset tweaks

This commit is contained in:
Anuken
2020-10-30 13:16:59 -04:00
parent a12583eb4d
commit ed93fa45d3
6 changed files with 8 additions and 6 deletions

View File

@@ -151,8 +151,8 @@ public class StatusEffects implements ContentList{
boss = new StatusEffect("boss"){{
color = Pal.health;
permanent = true;
damageMultiplier = 2f;
healthMultiplier = 2f;
damageMultiplier = 1.5f;
healthMultiplier = 1.5f;
}};
shocked = new StatusEffect("shocked"){{