Added the Mv and HV down converters.
authorkpoppel <poulsen.kim@gmail.com>
Wed, 12 Jun 2013 21:30:37 +0000 (23:30 +0200)
committerkpoppel <poulsen.kim@gmail.com>
Wed, 12 Jun 2013 21:30:37 +0000 (23:30 +0200)
commitcfb5bd190c8188d0a0ffd43701864cb1de48bd5d
tree1d22468a5574068fb07fa12ffacfa9a9a9476b53
parenta27b59dde52eec754db6930b420e1493e16980b8
Added the Mv and HV down converters.
Doing that required some changes to the batteries in that they have new meta data
aligned with the other machines.
I also added a BA type machine in addition to the existing PR and RE types.
This way it is easy to find he batteries on the network.
13 files changed:
technic/battery_box.lua
technic/battery_box_hv.lua
technic/battery_box_mv.lua
technic/down_converter_hv.lua [new file with mode: 0644]
technic/down_converter_mv.lua [new file with mode: 0644]
technic/init.lua
technic/solar_array_mv.lua
technic/textures/technic_hv_down_converter_bottom.png [new file with mode: 0644]
technic/textures/technic_hv_down_converter_side.png [new file with mode: 0644]
technic/textures/technic_hv_down_converter_top.png [new file with mode: 0644]
technic/textures/technic_mv_down_converter_bottom.png [new file with mode: 0644]
technic/textures/technic_mv_down_converter_side.png [new file with mode: 0644]
technic/textures/technic_mv_down_converter_top.png [new file with mode: 0644]