Heat conductor + phase heater

This commit is contained in:
Anuken
2021-12-10 11:31:32 -05:00
parent 761ee12e6f
commit 3e9747c59c
31 changed files with 143 additions and 23 deletions

View File

@@ -714,6 +714,7 @@ stat.showinmap = <load map to show>
stat.description = Purpose
stat.input = Input
stat.output = Output
stat.maxefficiency = Max Efficiency
stat.booster = Booster
stat.tiles = Required Tiles
stat.affinities = Affinities
@@ -815,6 +816,7 @@ bar.capacity = Capacity: {0}
bar.unitcap = {0} {1}/{2}
bar.liquid = Liquid
bar.heat = Heat
bar.heatamount = Heat: {0}
bar.heatpercent = Heat: {0} ({1}%)
bar.power = Power
bar.progress = Build Progress
@@ -1098,12 +1100,22 @@ item.metaglass.name = Metaglass
item.scrap.name = Scrap
item.fissile-matter.name = Fissile Matter
item.beryllium.name = Beryllium
item.tungsten.name = Tungsten
item.oxide.name = Oxide
item.carbide.name = Carbide
item.dormant-cyst.name = Dormant Cyst
liquid.water.name = Water
liquid.slag.name = Slag
liquid.oil.name = Oil
liquid.cryofluid.name = Cryofluid
liquid.neoplasm.name = Neoplasm
liquid.arkycite.name = Arkycite
liquid.gallium.name = Gallium
liquid.ozone.name = Ozone
liquid.hydrogen.name = Hydrogen
liquid.nitrogen.name = Nitrogen
liquid.cyanogen.name = Cyanogen
unit.dagger.name = Dagger
unit.mace.name = Mace

View File

@@ -480,3 +480,6 @@
63226=eletric-heater|block-eletric-heater-ui
63225=vent-condenser|block-vent-condenser-ui
63224=electric-heater|block-electric-heater-ui
63223=phase-heater|block-phase-heater-ui
63222=arkyic-wall|block-arkyic-wall-ui
63221=heat-redirector|block-heat-redirector-ui

Binary file not shown.