Bryant Mairs
2013-12-04 9ab5846d56bee4b12e89a1bd30404d827766a1d2
Make the charge stored by every battery box consistent with the input ingredients.
3 files modified
6 ■■■■ changed files
technic/machines/HV/battery_box.lua 2 ●●● patch | view | raw | blame | history
technic/machines/LV/battery_box.lua 2 ●●● patch | view | raw | blame | history
technic/machines/MV/battery_box.lua 2 ●●● patch | view | raw | blame | history
technic/machines/HV/battery_box.lua
@@ -10,7 +10,7 @@
technic.register_battery_box({
    tier           = "HV",
    max_charge     = 1500000,
    max_charge     = 1000000,
    charge_rate    = 100000,
    discharge_rate = 400000,
    charge_step    = 10000,
technic/machines/LV/battery_box.lua
@@ -10,7 +10,7 @@
technic.register_battery_box({
    tier           = "LV",
    max_charge     = 50000,
    max_charge     = 40000,
    charge_rate    = 1000,
    discharge_rate = 4000,
    charge_step    = 500,
technic/machines/MV/battery_box.lua
@@ -11,7 +11,7 @@
technic.register_battery_box({
    tier           = "MV",
    max_charge     = 300000,
    max_charge     = 200000,
    charge_rate    = 20000,
    discharge_rate = 80000,
    charge_step    = 2000,