Ammo rebalancing / Possible crash fix

This commit is contained in:
Anuken
2021-08-11 09:27:06 -04:00
parent d3a15fba96
commit 5e5df8848d
6 changed files with 35 additions and 11 deletions
@@ -21,7 +21,7 @@ public class StatusEffects implements ContentList{
burning = new StatusEffect("burning"){{
color = Color.valueOf("ffc455");
damage = 0.12f; //over 8 seconds, this would be ~60 damage
damage = 0.167f;
effect = Fx.burning;
transitionDamage = 8f;