Bugfixes & balancing

This commit is contained in:
Anuken
2021-12-28 16:00:25 -05:00
parent ad42861daf
commit 4fa88296a7
20 changed files with 84 additions and 34 deletions

View File

@@ -92,7 +92,7 @@ public class Items{
pyratite = new Item("pyratite", Color.valueOf("ffaa5f")){{
flammability = 1.4f;
explosiveness = 0.5f;
explosiveness = 0.4f;
}};
beryllium = new Item("beryllium", Color.valueOf("3a8f64")){{
@@ -113,7 +113,7 @@ public class Items{
}};
carbide = new Item("carbide", Color.valueOf("89769a")){{
cost = 1.6f;
cost = 1.4f;
healthScaling = 1.1f;
}};