Rationalise machine terminology
authorZefram <zefram@fysh.org>
Fri, 20 Jun 2014 15:58:52 +0000 (16:58 +0100)
committerRealBadAngel <maciej.kasatkin@o2.pl>
Fri, 20 Jun 2014 23:21:52 +0000 (01:21 +0200)
commit7c4b7046ccaedd96be4399eef569034484c7c455
treea18460928e9ad88a2f0c4b63d2ed28340d71c117
parentf7d103cd96f609f6c0002074d46d661ba14c2ae5
Rationalise machine terminology

All electrically-powered machines now consistently indicate their
tier (supply voltage) in their names.  As this implies that they are
electrically powered, the furnaces no longer have "Electric" in their
names.  The fuel-fired equivalents of electric machines, which exist
for alloy furnace and furnace, now say "Fuel-Fired" to distinguish them.
(The fuel-fired alloy furnace used to say "Coal", which was inaccurate
because it uses any fuel.  The fuel-fired furnace, from the default mod,
used to just be called "Furnace", which is ambiguous.)

Electric power generators now consistently indicate their tier and have
the word "Generator" in their names.  This makes their purpose much
clearer, and makes obvious craft guide searches produce useful results.
The fuel-fired generators, previously just (ambiguously) called
"Generator", are now explicitly "Fuel-Fired".
24 files changed:
technic/locale/de.txt
technic/locale/es.txt
technic/locale/it.txt
technic/locale/template.txt
technic/machines/HV/forcefield.lua
technic/machines/HV/nuclear_reactor.lua
technic/machines/HV/quarry.lua
technic/machines/LV/cnc.lua
technic/machines/LV/coal_alloy_furnace.lua
technic/machines/LV/coal_furnace.lua [new file with mode: 0644]
technic/machines/LV/compressor.lua
technic/machines/LV/extractor.lua
technic/machines/LV/geothermal.lua
technic/machines/LV/init.lua
technic/machines/LV/music_player.lua
technic/machines/LV/solar_panel.lua
technic/machines/LV/water_mill.lua
technic/machines/MV/power_radiator.lua
technic/machines/MV/tool_workshop.lua
technic/machines/MV/wind_mill.lua
technic/machines/register/alloy_furnace.lua
technic/machines/register/electric_furnace.lua
technic/machines/register/generator.lua
technic/machines/register/solar_array.lua