increase technic charge and drain by 10x

makes charging take longer and usage use more energy
This commit is contained in:
OgelGames 2022-02-27 17:47:47 +11:00
parent 526899ad1f
commit 3bda65f4ef

View File

@ -111,8 +111,8 @@ local base_def = {
if has_technic then
-- Battery values are now charge values instead of wear
battery_life = battery_life * 60
battery_drain = 5
battery_life = battery_life * 600
battery_drain = 50
-- Different code for different APIs
if technic.plus then
use_battery = function(stack)