Remove lv, mv, and hv tiers from power tools.
authorRealBadAngel <mk@realbadangel.pl>
Wed, 17 Jul 2013 17:14:01 +0000 (19:14 +0200)
committerRealBadAngel <mk@realbadangel.pl>
Wed, 17 Jul 2013 17:14:01 +0000 (19:14 +0200)
commit3bc6cad6710ad76f8a829a575f03fea00c589134
tree1218cf765a6dd20ec0d3c26dc38ef68c3387471c
parent55a0a409636a320eff2c65d410e003a9a191cf05
Remove lv, mv, and hv tiers from power tools.
Theyre already tiered with Mk1-3 (at least drill is, more in the future).
Tools can be considered as designed for different tiers of circuits thx to their power needs.
For example Mk3 will require ages to load in LV batbox.
Batboxes load tools timining: LV standard (1000EU), MV 4x faster (4000EU), HV 16x faster (16000EU)
Also since 1EU is the same in any circuit it is possible to move energy from one to another with portable devices like crystals.

Other changes:
- moved charge/discharge functions to battery_boxes_commons.lua
- added UI style backgrounds for all the batboxes
technic/init.lua
technic/machines/hv/battery_box.lua
technic/machines/init.lua
technic/machines/lv/battery_box.lua
technic/machines/mv/battery_box.lua
technic/register_machine_and_tool.lua
technic/tools/chainsaw.lua
technic/tools/flashlight.lua
technic/tools/mining_drill.lua
technic/tools/mining_laser_mk1.lua
technic/tools/sonic_screwdriver.lua