RealBadAngel
2013-07-17 3bc6cad6710ad76f8a829a575f03fea00c589134
refs
author RealBadAngel <mk@realbadangel.pl>
Wednesday, July 17, 2013 19:14 +0200
committer RealBadAngel <mk@realbadangel.pl>
Wednesday, July 17, 2013 19:14 +0200
commit3bc6cad6710ad76f8a829a575f03fea00c589134
tree 1218cf765a6dd20ec0d3c26dc38ef68c3387471c tree | zip | gz
parent 55a0a409636a320eff2c65d410e003a9a191cf05 view | diff
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
11 files modified
344 ■■■■ changed files
technic/init.lua 2 ●●● diff | view | raw | blame | history
technic/machines/hv/battery_box.lua 96 ●●●●● diff | view | raw | blame | history
technic/machines/init.lua 1 ●●●● diff | view | raw | blame | history
technic/machines/lv/battery_box.lua 97 ●●●●● diff | view | raw | blame | history
technic/machines/mv/battery_box.lua 109 ●●●● diff | view | raw | blame | history
technic/register_machine_and_tool.lua 21 ●●●●● diff | view | raw | blame | history
technic/tools/chainsaw.lua 2 ●●● diff | view | raw | blame | history
technic/tools/flashlight.lua 2 ●●● diff | view | raw | blame | history
technic/tools/mining_drill.lua 10 ●●●● diff | view | raw | blame | history
technic/tools/mining_laser_mk1.lua 2 ●●● diff | view | raw | blame | history
technic/tools/sonic_screwdriver.lua 2 ●●● diff | view | raw | blame | history