upsala
2018-12-09 e1a71a8fb0bf052358cdb6b197a5bf5b20341205
technic/machines/MV/battery_box.lua
@@ -5,16 +5,18 @@
   recipe = {
      {'technic:lv_battery_box0', 'technic:lv_battery_box0', 'technic:lv_battery_box0'},
      {'technic:lv_battery_box0', 'technic:mv_transformer',  'technic:lv_battery_box0'},
      {'',                        'technic:mv_cable0',       ''},
      {'',                        'technic:mv_cable',        ''},
   }
})
technic.register_battery_box({
   tier           = "MV",
   max_charge     = 300000,
   max_charge     = 200000,
   charge_rate    = 20000,
   discharge_rate = 80000,
   charge_step    = 2000,
   discharge_step = 8000,
   upgrade        = 1,
   tube           = 1,
})