More blasting

This commit is contained in:
Anuken
2019-04-13 19:55:06 -04:00
parent 7a2a6586be
commit d1ec652f7b
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ public class ImpactReactor extends PowerGenerator{
protected int plasmas = 4;
protected float warmupSpeed = 0.001f;
protected float itemDuration = 60f;
protected int explosionRadius = 40;
protected int explosionRadius = 50;
protected int explosionDamage = 2000;
protected Color plasma1 = Color.valueOf("ffd06b"), plasma2 = Color.valueOf("ff361b");

View File

@@ -34,7 +34,7 @@ public class NuclearReactor extends PowerGenerator{
protected int itemDuration = 120; //time to consume 1 fuel
protected float heating = 0.01f; //heating per frame * fullness
protected float smokeThreshold = 0.3f; //threshold at which block starts smoking
protected int explosionRadius = 30;
protected int explosionRadius = 40;
protected int explosionDamage = 1350;
protected float flashThreshold = 0.46f; //heat threshold at which the lights start flashing
protected float coolantPower = 0.5f;