QuantumArmor will reduce damage at the cost of energy. Closes #2302
This commit is contained in:
parent
48d595037b
commit
5861d41126
3 changed files with 68 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue