QuantumArmor will reduce damage at the cost of energy. Closes #2302

This commit is contained in:
drcrazy 2021-02-14 23:40:23 +03:00
parent 48d595037b
commit 5861d41126
3 changed files with 68 additions and 0 deletions

View file

@ -292,6 +292,9 @@ public class TechRebornConfig {
@Config(config = "items", category = "power", key = "quantumSuitFireExtinguishCost", comment = "Quantum Suit Cost for Fire Extinguish")
public static double fireExtinguishCost = 50;
@Config(config = "items", category = "power", key = "quantumSuitDamageAbsorbCost", comment = "Quantum Suit Cost for Damage Absorbed")
public static double damageAbsorbCost = 10;
@Config(config = "items", category = "upgrades", key = "overclcoker_speed", comment = "Overclocker behavior speed multipiler")
public static double overclockerSpeed = 0.25;