aboutsummaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorDavid Vierra <codewarrior@hawaii.rr.com>2018-03-31 13:51:35 -1000
committerDavid Vierra <codewarrior@hawaii.rr.com>2018-04-05 19:41:54 -1000
commit739b1b7676db0d7b302a82722c2c8e1d440e1194 (patch)
tree34bca5d670f32a8f8413551adf2f1a9950796511 /src/resources
parent65340f1b047edc2563e31f8bccc0244321bfc889 (diff)
downloadGT5-Unofficial-739b1b7676db0d7b302a82722c2c8e1d440e1194.tar.gz
GT5-Unofficial-739b1b7676db0d7b302a82722c2c8e1d440e1194.tar.bz2
GT5-Unofficial-739b1b7676db0d7b302a82722c2c8e1d440e1194.zip
Rewrite Power Sub-Station machine structure
Machine now allows variable height with 2-16 layers of cells (configurable via CELL_HEIGHT_MIN/MAX constants). Machine now affords more cell types for its interior (as detected in `getCellTier()`). Three more tiers of cells are added. Machine now computes energy storage from the number and type of cells in its interior. Base energy storage drastically reduced. Energy storage is now computed using a base value for the lowest tier of cells along with a tier multiplier. If the machine fails to form, stored energy is conserved. When the machine successfully forms, any energy above the storage capacity is deleted. Machine fails to form if not all cells are identical, or if dynamo/energy hatches are above the cells' tier. TODO: Add more tiers of energy cells, add crafting recipes for all new energy cells, rename and retexture cells to match tier and/or recipe, maybe adjust energy storage values.
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/assets/miscutils/lang/en_US.lang2
-rw-r--r--src/resources/assets/miscutils/textures/blocks/redox/redox1.pngbin0 -> 717 bytes
-rw-r--r--src/resources/assets/miscutils/textures/blocks/redox/redox2.pngbin0 -> 741 bytes
-rw-r--r--src/resources/assets/miscutils/textures/blocks/redox/redox3.pngbin0 -> 693 bytes
-rw-r--r--src/resources/assets/miscutils/textures/blocks/redox/redox4.pngbin0 -> 708 bytes
5 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/assets/miscutils/lang/en_US.lang b/src/resources/assets/miscutils/lang/en_US.lang
index a90bf55f89..0a842d7cd5 100644
--- a/src/resources/assets/miscutils/lang/en_US.lang
+++ b/src/resources/assets/miscutils/lang/en_US.lang
@@ -150,7 +150,7 @@ item.backpackBlack.name=Black Backpack
item.backpackWhite.name=White Backpack
item.itemBlueprint.name=Blueprint [I am useless]
item.itemGemShards.name=Diamond Shards
-item.itemHalfCompleteCasings.name=Half Complete Casing I
+item.itemHalfCompleteCasings.name=Half Complete Casing
item.itemSulfuricPotion.name=Thowable Vial of Sulfuric Acid
item.itemHydrofluoricPotion.name=Thowable Vial of Hydrofluoric Acid
item.itemIngotRaisinBread.name=A Serving of Raisin Bread
diff --git a/src/resources/assets/miscutils/textures/blocks/redox/redox1.png b/src/resources/assets/miscutils/textures/blocks/redox/redox1.png
new file mode 100644
index 0000000000..f3a48f72f8
--- /dev/null
+++ b/src/resources/assets/miscutils/textures/blocks/redox/redox1.png
Binary files differ
diff --git a/src/resources/assets/miscutils/textures/blocks/redox/redox2.png b/src/resources/assets/miscutils/textures/blocks/redox/redox2.png
new file mode 100644
index 0000000000..0456dbe20b
--- /dev/null
+++ b/src/resources/assets/miscutils/textures/blocks/redox/redox2.png
Binary files differ
diff --git a/src/resources/assets/miscutils/textures/blocks/redox/redox3.png b/src/resources/assets/miscutils/textures/blocks/redox/redox3.png
new file mode 100644
index 0000000000..ab2b3b27e9
--- /dev/null
+++ b/src/resources/assets/miscutils/textures/blocks/redox/redox3.png
Binary files differ
diff --git a/src/resources/assets/miscutils/textures/blocks/redox/redox4.png b/src/resources/assets/miscutils/textures/blocks/redox/redox4.png
new file mode 100644
index 0000000000..b925ffc26b
--- /dev/null
+++ b/src/resources/assets/miscutils/textures/blocks/redox/redox4.png
Binary files differ