├── icon.png ├── sprites ├── units │ ├── a-upsilon.png │ ├── a-upsilon-cell.png │ ├── a-upsilon-weapon1.png │ └── a-upsilon-weapon2.png ├── liquids │ └── antifreeze.png ├── blocks │ ├── crafting │ │ ├── 1a-c-kiln-ii.png │ │ ├── 1a-c-kiln-iii.png │ │ ├── 1a-j-melter-ii.png │ │ ├── 1a-c-kiln-ii-top.png │ │ ├── 1a-c-kiln-iii-top.png │ │ ├── 1a-j-melter-iii.png │ │ ├── 1a-a-multi-press-ii.png │ │ ├── 1a-i-blast-mixer-ii.png │ │ ├── 1a-l-spore-press-ii.png │ │ ├── 1a-m-pulverizer-ii.png │ │ ├── 1a-m-pulverizer-iii.png │ │ ├── 1a-e-phase-weaver-ii.png │ │ ├── 1a-e-phase-weaver-iii.png │ │ ├── 1a-f-surge-smelter-ii.png │ │ ├── 1a-f-surge-smelter-iii.png │ │ ├── 1a-h-pyratite-mixer-ii.png │ │ ├── 1a-i-blast-mixer-iii.png │ │ ├── 1a-j-melter-ii-bottom.png │ │ ├── 1a-j-melter-iii-bottom.png │ │ ├── 1a-k-disassembler-ii.png │ │ ├── 1a-l-spore-press-iii.png │ │ ├── 1a-m-pulverizer-ii-top.png │ │ ├── 1a-b-silicon-crucible-ii.png │ │ ├── 1a-g-cryofluid-mixer-ii.png │ │ ├── 1a-g-cryofluid-mixer-iii.png │ │ ├── 1a-h-pyratite-mixer-iii.png │ │ ├── 1a-i-blast-mixer-ii-top.png │ │ ├── 1a-i-blast-mixer-iii-top.png │ │ ├── 1a-m-pulverizer-iii-top.png │ │ ├── 1a-n-coal-centrifuge-ii.png │ │ ├── 1a-n-coal-centrifuge-iii.png │ │ ├── 1a-e-phase-weaver-ii-bottom.png │ │ ├── 1a-e-phase-weaver-ii-weave.png │ │ ├── 1a-e-phase-weaver-iii-weave.png │ │ ├── 1a-f-surge-smelter-ii-top.png │ │ ├── 1a-f-surge-smelter-iii-top.png │ │ ├── 1a-h-pyratite-mixer-ii-top.png │ │ ├── 1a-h-pyratite-mixer-iii-top.png │ │ ├── 1a-i-blast-mixer-ii-spinner.png │ │ ├── 1a-k-disassembler-ii-bottom.png │ │ ├── 1a-k-disassembler-ii-liquid.png │ │ ├── 1a-l-spore-press-ii-bottom.png │ │ ├── 1a-l-spore-press-ii-liquid.png │ │ ├── 1a-l-spore-press-ii-piston.png │ │ ├── 1a-l-spore-press-ii-piston1.png │ │ ├── 1a-l-spore-press-iii-bottom.png │ │ ├── 1a-l-spore-press-iii-frame0.png │ │ ├── 1a-l-spore-press-iii-frame1.png │ │ ├── 1a-l-spore-press-iii-frame2.png │ │ ├── 1a-l-spore-press-iii-frame3.png │ │ ├── 1a-m-pulverizer-ii-rotator.png │ │ ├── 1a-m-pulverizer-iii-liquid.png │ │ ├── 1a-m-pulverizer-iii-rotator.png │ │ ├── erekir │ │ │ ├── 1-silicon-arc-melter.png │ │ │ └── 1-silicon-arc-melter-bottom.png │ │ ├── 1a-b-silicon-crucible-ii-top.png │ │ ├── 1a-d-plastanium-compressor-ii.png │ │ ├── 1a-e-phase-weaver-iii-bottom.png │ │ ├── 1a-i-blast-mixer-iii-spinner.png │ │ ├── 1a-l-spore-press-ii-piston-t.png │ │ ├── 1a-d-plastanium-compressor-iii.png │ │ ├── 1a-g-cryofluid-mixer-ii-bottom.png │ │ ├── 1a-g-cryofluid-mixer-iii-bottom.png │ │ ├── 1a-g-cryofluid-mixer-iii-spinner.png │ │ ├── 1a-h-pyratite-mixer-ii-spinner.png │ │ ├── 1a-h-pyratite-mixer-iii-spinner.png │ │ ├── 1a-k-disassembler-ii-spinner-1.png │ │ ├── 1a-k-disassembler-ii-spinner-2.png │ │ ├── 1a-l-spore-press-ii-piston-hide.png │ │ ├── 1a-l-spore-press-ii-piston-icon.png │ │ ├── 1a-d-plastanium-compressor-ii-top.png │ │ ├── 1a-d-plastanium-compressor-iii-top.png │ │ ├── 1a-d-plastanium-compressor-iii-bottom.png │ │ ├── 1a-g-cryofluid-mixer-iii-cryofluid-output1.png │ │ ├── 1a-g-cryofluid-mixer-iii-cryofluid-output2.png │ │ ├── 1a-g-cryofluid-mixer-iii-tiered-antifreeze-output1.png │ │ └── 1a-g-cryofluid-mixer-iii-tiered-antifreeze-output2.png │ ├── effect │ │ ├── 3a-a-mend-dome.png │ │ ├── 3a-a-mend-dome-top.png │ │ ├── 3a-f-illuminator-ii.png │ │ ├── 3a-g-launch-pad-ii.png │ │ ├── 3a-g-launch-pad-iii.png │ │ ├── 3a-f-illuminator-iii.png │ │ ├── 3a-b-overdrive-dome-ii.png │ │ ├── 3a-c-force-projector-ii.png │ │ ├── 3a-c-force-projector-iii.png │ │ ├── 3a-d-core-fortification.png │ │ ├── 3a-e-armored-warehouse.png │ │ ├── 3a-f-illuminator-ii-top.png │ │ ├── 3a-f-illuminator-iii-top.png │ │ ├── 3a-g-launch-pad-ii-light.png │ │ ├── 3a-g-launch-pad-ii-pod.png │ │ ├── 3a-g-launch-pad-iii-pod.png │ │ ├── 3a-b-overdrive-dome-ii-top.png │ │ ├── 3a-g-launch-pad-iii-light.png │ │ ├── 3a-c-force-projector-ii-top.png │ │ ├── 3a-c-force-projector-iii-top.png │ │ ├── 3a-d-core-fortification-team.png │ │ ├── 3a-e-armored-warehouse-team.png │ │ ├── 3a-d-core-fortification-thruster1.png │ │ └── 3a-d-core-fortification-thruster2.png │ ├── liquid │ │ ├── 5a-a-huge-pump.png │ │ ├── 5a-b-liquid-tank-ii.png │ │ ├── 5a-a-huge-pump-liquid.png │ │ └── 5a-b-liquid-tank-ii-bottom.png │ ├── power │ │ ├── 6a-b-battery-ii.png │ │ ├── 6a-a-surge-tower-ii.png │ │ ├── 6a-a-surge-tower-iii.png │ │ ├── 6a-b-battery-ii-top.png │ │ ├── 6a-b-battery-large-ii.png │ │ ├── 6a-c-burner-generator.png │ │ ├── 6a-e-rtg-generator-ii.png │ │ ├── 6a-e-rtg-generator-iii.png │ │ ├── 6a-f-solar-panel-huge.png │ │ ├── 6a-b-battery-large-ii-top.png │ │ ├── 6a-c-burner-generator-top.png │ │ ├── 6a-d-thermal-generator-ii.png │ │ ├── 6a-e-rtg-generator-ii-top.png │ │ ├── 6a-f-medium-solar-panel.png │ │ ├── 6a-g-thorium-reactor-ii.png │ │ ├── 6a-g-thorium-reactor-iii.png │ │ ├── 6a-h-surge-plasma-reactor.png │ │ ├── 6a-d-thermal-generator-iii.png │ │ ├── 6a-e-rtg-generator-iii-top.png │ │ ├── 6a-g-thorium-reactor-ii-top.png │ │ ├── 6a-c-burner-generator-bottom.png │ │ ├── 6a-g-thorium-reactor-ii-lights.png │ │ ├── 6a-g-thorium-reactor-iii-top.png │ │ ├── 6a-g-thorium-reactor-iii-lights.png │ │ ├── 6a-h-surge-plasma-reactor-bottom.png │ │ ├── 6a-h-surge-plasma-reactor-liquid.png │ │ ├── 6a-i-oil-combustion-generator-i.png │ │ ├── 6a-i-oil-combustion-generator-ii.png │ │ ├── 6a-h-surge-plasma-reactor-plasma-0.png │ │ ├── 6a-h-surge-plasma-reactor-plasma-1.png │ │ ├── 6a-h-surge-plasma-reactor-plasma-2.png │ │ ├── 6a-h-surge-plasma-reactor-plasma-3.png │ │ ├── 6a-i-oil-combustion-generator-iii.png │ │ ├── 6a-i-oil-combustion-generator-i-bottom.png │ │ ├── 6a-i-oil-combustion-generator-ii-bottom.png │ │ └── 6a-i-oil-combustion-generator-iii-bottom.png │ ├── defense │ │ ├── 2a-a01-combined-wall.png │ │ ├── 2a-a02-combined-wall.png │ │ ├── 2a-b01-combined-wall.png │ │ ├── 2a-b02-combined-wall.png │ │ ├── 2a-c01-combined-wall.png │ │ ├── 2a-c02-combined-wall.png │ │ ├── 2a-b01-combined-wall-top.png │ │ ├── 2a-b02-combined-wall-top.png │ │ ├── 2a-c01-combined-wall-glow.png │ │ └── 2a-c02-combined-wall-glow.png │ ├── distribution │ │ ├── 4a-mass-driver-ii.png │ │ ├── 4a-mass-driver-iii.png │ │ ├── 4a-mass-driver-ii-base.png │ │ ├── 4a-mass-driver-iii-base.png │ │ └── conveyors │ │ │ ├── 4a-alloy-conveyor.png │ │ │ ├── 4a-alloy-conveyor-0.png │ │ │ ├── 4a-alloy-conveyor-1.png │ │ │ ├── 4a-alloy-conveyor-2.png │ │ │ ├── 4a-alloy-conveyor-edge.png │ │ │ └── 4a-alloy-conveyor-stack.png │ └── production │ │ ├── 7a-a-colossal-drill.png │ │ ├── 7a-b-cultivator-ii.png │ │ ├── 7a-b-cultivator-iii.png │ │ ├── 7a-b-cultivator-ii-top.png │ │ ├── 7a-c-oil-extractor-ii.png │ │ ├── 7a-c-oil-extractor-iii.png │ │ ├── 7a-a-colossal-drill-item.png │ │ ├── 7a-a-colossal-drill-rim.png │ │ ├── 7a-a-colossal-drill-top.png │ │ ├── 7a-a-water-extractor-ii.png │ │ ├── 7a-a-water-extractor-iii.png │ │ ├── 7a-b-cultivator-ii-bottom.png │ │ ├── 7a-b-cultivator-ii-middle.png │ │ ├── 7a-c-oil-extractor-ii-top.png │ │ ├── 7a-a-colossal-drill-rotator.png │ │ ├── 7a-a-water-extractor-ii-top.png │ │ ├── 7a-b-cultivator-iii-bottom.png │ │ ├── 7a-b-cultivator-iii-middle.png │ │ ├── 7a-c-oil-extractor-iii-top.png │ │ ├── 7a-a-water-extractor-ii-liquid.png │ │ ├── 7a-a-water-extractor-iii-top.png │ │ ├── 7a-c-oil-extractor-ii-liquid.png │ │ ├── 7a-c-oil-extractor-ii-rotator.png │ │ ├── 7a-c-oil-extractor-iii-liquid.png │ │ ├── 7a-c-oil-extractor-iii-rotator.png │ │ ├── 7a-a-water-extractor-ii-rotator.png │ │ ├── 7a-a-water-extractor-iii-liquid.png │ │ ├── 7a-a-water-extractor-iii-rotator-1.png │ │ └── 7a-a-water-extractor-iii-rotator-2.png └── advance-lighting-support │ ├── a-upsilon-advance-light.png │ ├── a-upsilon-weapon1-advance-light.png │ └── a-upsilon-weapon2-advance-light.png ├── sprites-override ├── pulverizer.png ├── pulverizer-top.png ├── pulverizer-rotator.png ├── spore-press-piston1.png └── spore-press-piston-icon.png ├── content ├── liquids │ └── antifreeze.json ├── blocks │ ├── power │ │ ├── 6a-b-battery-ii.json │ │ ├── 6a-f-medium-solar-panel.json │ │ ├── 6a-f-solar-panel-huge.json │ │ ├── 6a-b-battery-large-ii.json │ │ ├── 6a-a-surge-tower-ii.json │ │ ├── 6a-a-surge-tower-iii.json │ │ ├── 6a-d-thermal-generator-ii.json │ │ ├── 6a-d-thermal-generator-iii.json │ │ ├── 6a-g-thorium-reactor-ii.json │ │ ├── 6a-g-thorium-reactor-iii.json │ │ ├── 6a-c-burner-generator.json │ │ ├── 6a-e-rtg-generator-ii.json │ │ ├── 6a-e-rtg-generator-iii.json │ │ ├── 6a-i-oil-combustion-generator-ii.json │ │ ├── 6a-i-oil-combustion-generator-i.json │ │ ├── 6a-i-oil-combustion-generator-iii.json │ │ └── 6a-h-surge-plasma-reactor.json │ ├── defense │ │ ├── 2a-a01-combined-wall.json │ │ ├── 2a-a02-combined-wall.json │ │ ├── 2a-b02-combined-wall.json │ │ ├── 2a-c02-combined-wall.json │ │ ├── 2a-c01-combined-wall.json │ │ └── 2a-b01-combined-wall.json │ ├── liquid │ │ ├── 5a-b-liquid-tank-ii.json │ │ └── 5a-a-huge-pump.json │ ├── effect │ │ ├── 3a-f-illuminator-ii.json │ │ ├── 3a-f-illuminator-iii.json │ │ ├── 3a-e-armored-warehouse.json │ │ ├── 3a-a-mend-dome.json │ │ ├── 3a-d-core-fortification.json │ │ ├── 3a-b-overdrive-dome-ii.json │ │ ├── 3a-c-force-projector-ii.json │ │ └── 3a-c-force-projector-iii.json │ ├── production │ │ ├── 7a-a-water-extractor-ii.json │ │ ├── 7a-a-colossal-drill.json │ │ ├── 7a-b-cultivator-iii.json │ │ ├── 7a-b-cultivator-ii.json │ │ ├── 7a-a-water-extractor-iii.json │ │ ├── 7a-c-oil-extractor-ii.json │ │ └── 7a-c-oil-extractor-iii.json │ ├── distribution │ │ ├── 4a-alloy-conveyor.json │ │ ├── 4a-mass-driver-ii.json │ │ └── 4a-mass-driver-iii.json │ └── crafting │ │ ├── 1a-n-coal-centrifuge-ii.json │ │ ├── 1a-n-coal-centrifuge-iii.json │ │ ├── 1a-a-multi-press-ii.json │ │ ├── 1a-j-melter-ii.json │ │ ├── erekir │ │ └── 1-silicon-arc-melter.hjson │ │ ├── 1a-j-melter-iii.json │ │ ├── 1a-d-plastanium-compressor-ii.json │ │ ├── 1a-c-kiln-ii.json │ │ ├── 1a-c-kiln-iii.json │ │ ├── 1a-l-spore-press-iii.json │ │ ├── 1a-m-pulverizer-ii.json │ │ ├── 1a-h-pyratite-mixer-ii.json │ │ ├── 1a-i-blast-mixer-ii.json │ │ ├── 1a-f-surge-smelter-ii.json │ │ ├── 1a-b-silicon-crucible-ii.json │ │ ├── 1a-e-phase-weaver-ii.json │ │ ├── 1a-g-cryofluid-mixer-ii.json │ │ ├── 1a-i-blast-mixer-iii.json │ │ ├── 1a-l-spore-press-ii.json │ │ ├── 1a-h-pyratite-mixer-iii.json │ │ ├── 1a-e-phase-weaver-iii.json │ │ ├── 1a-d-plastanium-compressor-iii.json │ │ ├── 1a-m-pulverizer-iii.json │ │ ├── 1a-k-disassembler-ii.json │ │ ├── 1a-f-surge-smelter-iii.json │ │ └── 1a-g-cryofluid-mixer-iii.json └── units │ └── a-upsilon.json ├── mod.hjson └── bundles ├── bundle_ko.properties ├── bundle_ru.properties └── bundle.properties /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/icon.png -------------------------------------------------------------------------------- /sprites/units/a-upsilon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/units/a-upsilon.png -------------------------------------------------------------------------------- /sprites/liquids/antifreeze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/liquids/antifreeze.png -------------------------------------------------------------------------------- /sprites-override/pulverizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites-override/pulverizer.png -------------------------------------------------------------------------------- /sprites/units/a-upsilon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/units/a-upsilon-cell.png -------------------------------------------------------------------------------- /sprites-override/pulverizer-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites-override/pulverizer-top.png -------------------------------------------------------------------------------- /sprites/units/a-upsilon-weapon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/units/a-upsilon-weapon1.png -------------------------------------------------------------------------------- /sprites/units/a-upsilon-weapon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/units/a-upsilon-weapon2.png -------------------------------------------------------------------------------- /sprites-override/pulverizer-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites-override/pulverizer-rotator.png -------------------------------------------------------------------------------- /sprites-override/spore-press-piston1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites-override/spore-press-piston1.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-c-kiln-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-c-kiln-ii.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-a-mend-dome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-a-mend-dome.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/5a-a-huge-pump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/liquid/5a-a-huge-pump.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-b-battery-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-b-battery-ii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-c-kiln-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-c-kiln-iii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-j-melter-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-j-melter-ii.png -------------------------------------------------------------------------------- /sprites-override/spore-press-piston-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites-override/spore-press-piston-icon.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-c-kiln-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-c-kiln-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-c-kiln-iii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-c-kiln-iii-top.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-j-melter-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-j-melter-iii.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-a-mend-dome-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-a-mend-dome-top.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-f-illuminator-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-f-illuminator-ii.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-g-launch-pad-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-g-launch-pad-ii.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-g-launch-pad-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-g-launch-pad-iii.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/5a-b-liquid-tank-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/liquid/5a-b-liquid-tank-ii.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-a-surge-tower-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-a-surge-tower-ii.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-a-surge-tower-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-a-surge-tower-iii.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-b-battery-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-b-battery-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-a-multi-press-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-a-multi-press-ii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-i-blast-mixer-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-i-blast-mixer-ii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-l-spore-press-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-l-spore-press-ii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-m-pulverizer-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-m-pulverizer-ii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-m-pulverizer-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-m-pulverizer-iii.png -------------------------------------------------------------------------------- /sprites/blocks/defense/2a-a01-combined-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/defense/2a-a01-combined-wall.png -------------------------------------------------------------------------------- /sprites/blocks/defense/2a-a02-combined-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/defense/2a-a02-combined-wall.png -------------------------------------------------------------------------------- /sprites/blocks/defense/2a-b01-combined-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/defense/2a-b01-combined-wall.png -------------------------------------------------------------------------------- /sprites/blocks/defense/2a-b02-combined-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/defense/2a-b02-combined-wall.png -------------------------------------------------------------------------------- /sprites/blocks/defense/2a-c01-combined-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/defense/2a-c01-combined-wall.png -------------------------------------------------------------------------------- /sprites/blocks/defense/2a-c02-combined-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/defense/2a-c02-combined-wall.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-f-illuminator-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-f-illuminator-iii.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/5a-a-huge-pump-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/liquid/5a-a-huge-pump-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-b-battery-large-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-b-battery-large-ii.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-c-burner-generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-c-burner-generator.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-e-rtg-generator-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-e-rtg-generator-ii.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-e-rtg-generator-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-e-rtg-generator-iii.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-f-solar-panel-huge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-f-solar-panel-huge.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-e-phase-weaver-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-e-phase-weaver-ii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-e-phase-weaver-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-e-phase-weaver-iii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-f-surge-smelter-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-f-surge-smelter-ii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-f-surge-smelter-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-f-surge-smelter-iii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-h-pyratite-mixer-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-h-pyratite-mixer-ii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-i-blast-mixer-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-i-blast-mixer-iii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-j-melter-ii-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-j-melter-ii-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-j-melter-iii-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-j-melter-iii-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-k-disassembler-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-k-disassembler-ii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-l-spore-press-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-l-spore-press-iii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-m-pulverizer-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-m-pulverizer-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/4a-mass-driver-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/distribution/4a-mass-driver-ii.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/4a-mass-driver-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/distribution/4a-mass-driver-iii.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-b-overdrive-dome-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-b-overdrive-dome-ii.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-c-force-projector-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-c-force-projector-ii.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-c-force-projector-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-c-force-projector-iii.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-d-core-fortification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-d-core-fortification.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-e-armored-warehouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-e-armored-warehouse.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-f-illuminator-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-f-illuminator-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-f-illuminator-iii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-f-illuminator-iii-top.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-g-launch-pad-ii-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-g-launch-pad-ii-light.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-g-launch-pad-ii-pod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-g-launch-pad-ii-pod.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-g-launch-pad-iii-pod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-g-launch-pad-iii-pod.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-b-battery-large-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-b-battery-large-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-c-burner-generator-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-c-burner-generator-top.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-d-thermal-generator-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-d-thermal-generator-ii.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-e-rtg-generator-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-e-rtg-generator-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-f-medium-solar-panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-f-medium-solar-panel.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-g-thorium-reactor-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-g-thorium-reactor-ii.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-g-thorium-reactor-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-g-thorium-reactor-iii.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-h-surge-plasma-reactor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-h-surge-plasma-reactor.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-a-colossal-drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-a-colossal-drill.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-b-cultivator-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-b-cultivator-ii.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-b-cultivator-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-b-cultivator-iii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-b-silicon-crucible-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-b-silicon-crucible-ii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-g-cryofluid-mixer-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-g-cryofluid-mixer-ii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-g-cryofluid-mixer-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-g-cryofluid-mixer-iii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-h-pyratite-mixer-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-h-pyratite-mixer-iii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-i-blast-mixer-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-i-blast-mixer-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-i-blast-mixer-iii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-i-blast-mixer-iii-top.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-m-pulverizer-iii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-m-pulverizer-iii-top.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-n-coal-centrifuge-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-n-coal-centrifuge-ii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-n-coal-centrifuge-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-n-coal-centrifuge-iii.png -------------------------------------------------------------------------------- /sprites/blocks/defense/2a-b01-combined-wall-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/defense/2a-b01-combined-wall-top.png -------------------------------------------------------------------------------- /sprites/blocks/defense/2a-b02-combined-wall-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/defense/2a-b02-combined-wall-top.png -------------------------------------------------------------------------------- /sprites/blocks/defense/2a-c01-combined-wall-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/defense/2a-c01-combined-wall-glow.png -------------------------------------------------------------------------------- /sprites/blocks/defense/2a-c02-combined-wall-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/defense/2a-c02-combined-wall-glow.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-b-overdrive-dome-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-b-overdrive-dome-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-g-launch-pad-iii-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-g-launch-pad-iii-light.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/5a-b-liquid-tank-ii-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/liquid/5a-b-liquid-tank-ii-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-d-thermal-generator-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-d-thermal-generator-iii.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-e-rtg-generator-iii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-e-rtg-generator-iii-top.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-g-thorium-reactor-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-g-thorium-reactor-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-b-cultivator-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-b-cultivator-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-c-oil-extractor-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-c-oil-extractor-ii.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-c-oil-extractor-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-c-oil-extractor-iii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-e-phase-weaver-ii-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-e-phase-weaver-ii-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-e-phase-weaver-ii-weave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-e-phase-weaver-ii-weave.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-e-phase-weaver-iii-weave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-e-phase-weaver-iii-weave.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-f-surge-smelter-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-f-surge-smelter-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-f-surge-smelter-iii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-f-surge-smelter-iii-top.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-h-pyratite-mixer-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-h-pyratite-mixer-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-h-pyratite-mixer-iii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-h-pyratite-mixer-iii-top.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-i-blast-mixer-ii-spinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-i-blast-mixer-ii-spinner.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-k-disassembler-ii-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-k-disassembler-ii-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-k-disassembler-ii-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-k-disassembler-ii-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-l-spore-press-ii-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-l-spore-press-ii-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-l-spore-press-ii-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-l-spore-press-ii-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-l-spore-press-ii-piston.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-l-spore-press-ii-piston.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-l-spore-press-ii-piston1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-l-spore-press-ii-piston1.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-l-spore-press-iii-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-l-spore-press-iii-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-l-spore-press-iii-frame0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-l-spore-press-iii-frame0.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-l-spore-press-iii-frame1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-l-spore-press-iii-frame1.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-l-spore-press-iii-frame2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-l-spore-press-iii-frame2.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-l-spore-press-iii-frame3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-l-spore-press-iii-frame3.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-m-pulverizer-ii-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-m-pulverizer-ii-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-m-pulverizer-iii-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-m-pulverizer-iii-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-m-pulverizer-iii-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-m-pulverizer-iii-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/erekir/1-silicon-arc-melter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/erekir/1-silicon-arc-melter.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/4a-mass-driver-ii-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/distribution/4a-mass-driver-ii-base.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/4a-mass-driver-iii-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/distribution/4a-mass-driver-iii-base.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-c-force-projector-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-c-force-projector-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-c-force-projector-iii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-c-force-projector-iii-top.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-d-core-fortification-team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-d-core-fortification-team.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-e-armored-warehouse-team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-e-armored-warehouse-team.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-c-burner-generator-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-c-burner-generator-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-g-thorium-reactor-ii-lights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-g-thorium-reactor-ii-lights.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-g-thorium-reactor-iii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-g-thorium-reactor-iii-top.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-a-colossal-drill-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-a-colossal-drill-item.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-a-colossal-drill-rim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-a-colossal-drill-rim.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-a-colossal-drill-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-a-colossal-drill-top.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-a-water-extractor-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-a-water-extractor-ii.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-a-water-extractor-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-a-water-extractor-iii.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-b-cultivator-ii-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-b-cultivator-ii-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-b-cultivator-ii-middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-b-cultivator-ii-middle.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-c-oil-extractor-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-c-oil-extractor-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-b-silicon-crucible-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-b-silicon-crucible-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-d-plastanium-compressor-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-d-plastanium-compressor-ii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-e-phase-weaver-iii-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-e-phase-weaver-iii-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-i-blast-mixer-iii-spinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-i-blast-mixer-iii-spinner.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-l-spore-press-ii-piston-t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-l-spore-press-ii-piston-t.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-g-thorium-reactor-iii-lights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-g-thorium-reactor-iii-lights.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-h-surge-plasma-reactor-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-h-surge-plasma-reactor-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-h-surge-plasma-reactor-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-h-surge-plasma-reactor-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-i-oil-combustion-generator-i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-i-oil-combustion-generator-i.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-i-oil-combustion-generator-ii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-i-oil-combustion-generator-ii.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-a-colossal-drill-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-a-colossal-drill-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-a-water-extractor-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-a-water-extractor-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-b-cultivator-iii-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-b-cultivator-iii-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-b-cultivator-iii-middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-b-cultivator-iii-middle.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-c-oil-extractor-iii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-c-oil-extractor-iii-top.png -------------------------------------------------------------------------------- /sprites/advance-lighting-support/a-upsilon-advance-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/advance-lighting-support/a-upsilon-advance-light.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-d-plastanium-compressor-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-d-plastanium-compressor-iii.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-g-cryofluid-mixer-ii-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-g-cryofluid-mixer-ii-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-g-cryofluid-mixer-iii-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-g-cryofluid-mixer-iii-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-g-cryofluid-mixer-iii-spinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-g-cryofluid-mixer-iii-spinner.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-h-pyratite-mixer-ii-spinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-h-pyratite-mixer-ii-spinner.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-h-pyratite-mixer-iii-spinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-h-pyratite-mixer-iii-spinner.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-k-disassembler-ii-spinner-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-k-disassembler-ii-spinner-1.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-k-disassembler-ii-spinner-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-k-disassembler-ii-spinner-2.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-l-spore-press-ii-piston-hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-l-spore-press-ii-piston-hide.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-l-spore-press-ii-piston-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-l-spore-press-ii-piston-icon.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/4a-alloy-conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/distribution/conveyors/4a-alloy-conveyor.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-d-core-fortification-thruster1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-d-core-fortification-thruster1.png -------------------------------------------------------------------------------- /sprites/blocks/effect/3a-d-core-fortification-thruster2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/effect/3a-d-core-fortification-thruster2.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-h-surge-plasma-reactor-plasma-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-h-surge-plasma-reactor-plasma-0.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-h-surge-plasma-reactor-plasma-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-h-surge-plasma-reactor-plasma-1.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-h-surge-plasma-reactor-plasma-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-h-surge-plasma-reactor-plasma-2.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-h-surge-plasma-reactor-plasma-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-h-surge-plasma-reactor-plasma-3.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-i-oil-combustion-generator-iii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-i-oil-combustion-generator-iii.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-a-water-extractor-ii-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-a-water-extractor-ii-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-a-water-extractor-iii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-a-water-extractor-iii-top.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-c-oil-extractor-ii-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-c-oil-extractor-ii-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-c-oil-extractor-ii-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-c-oil-extractor-ii-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-c-oil-extractor-iii-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-c-oil-extractor-iii-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-c-oil-extractor-iii-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-c-oil-extractor-iii-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-d-plastanium-compressor-ii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-d-plastanium-compressor-ii-top.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-d-plastanium-compressor-iii-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-d-plastanium-compressor-iii-top.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/erekir/1-silicon-arc-melter-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/erekir/1-silicon-arc-melter-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/4a-alloy-conveyor-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/distribution/conveyors/4a-alloy-conveyor-0.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/4a-alloy-conveyor-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/distribution/conveyors/4a-alloy-conveyor-1.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/4a-alloy-conveyor-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/distribution/conveyors/4a-alloy-conveyor-2.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-a-water-extractor-ii-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-a-water-extractor-ii-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-a-water-extractor-iii-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-a-water-extractor-iii-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-d-plastanium-compressor-iii-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-d-plastanium-compressor-iii-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/4a-alloy-conveyor-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/distribution/conveyors/4a-alloy-conveyor-edge.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/4a-alloy-conveyor-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/distribution/conveyors/4a-alloy-conveyor-stack.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-i-oil-combustion-generator-i-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-i-oil-combustion-generator-i-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-i-oil-combustion-generator-ii-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-i-oil-combustion-generator-ii-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/power/6a-i-oil-combustion-generator-iii-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/power/6a-i-oil-combustion-generator-iii-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-a-water-extractor-iii-rotator-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-a-water-extractor-iii-rotator-1.png -------------------------------------------------------------------------------- /sprites/blocks/production/7a-a-water-extractor-iii-rotator-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/production/7a-a-water-extractor-iii-rotator-2.png -------------------------------------------------------------------------------- /sprites/advance-lighting-support/a-upsilon-weapon1-advance-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/advance-lighting-support/a-upsilon-weapon1-advance-light.png -------------------------------------------------------------------------------- /sprites/advance-lighting-support/a-upsilon-weapon2-advance-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/advance-lighting-support/a-upsilon-weapon2-advance-light.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-g-cryofluid-mixer-iii-cryofluid-output1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-g-cryofluid-mixer-iii-cryofluid-output1.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-g-cryofluid-mixer-iii-cryofluid-output2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-g-cryofluid-mixer-iii-cryofluid-output2.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-g-cryofluid-mixer-iii-tiered-antifreeze-output1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-g-cryofluid-mixer-iii-tiered-antifreeze-output1.png -------------------------------------------------------------------------------- /sprites/blocks/crafting/1a-g-cryofluid-mixer-iii-tiered-antifreeze-output2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sputnuc/Upgrated-Tiers/HEAD/sprites/blocks/crafting/1a-g-cryofluid-mixer-iii-tiered-antifreeze-output2.png -------------------------------------------------------------------------------- /content/liquids/antifreeze.json: -------------------------------------------------------------------------------- 1 | { 2 | "temperature": 0.1, 3 | "viscosity": 0.5, 4 | "heatCapacity": 1.5, 5 | "flammability":0, 6 | "effect": "freezing", 7 | "color": "8a73c6", 8 | "lightColor":"8a73c666" 9 | } -------------------------------------------------------------------------------- /content/blocks/power/6a-b-battery-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "battery", 3 | "size": 2, 4 | "health":120, 5 | "consumes": { 6 | "powerBuffered": 20000 7 | }, 8 | "research": "battery", 9 | "category": "power", 10 | "requirements": [ 11 | "lead/40", 12 | "graphite/25" 13 | ] 14 | } -------------------------------------------------------------------------------- /content/blocks/defense/2a-a01-combined-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Wall", 3 | "size": 3, 4 | "health":4000, 5 | "category": "defense", 6 | "research": "titanium-wall-large", 7 | "requirements": [ 8 | "copper/50", 9 | "lead/45", 10 | "titanium/50" 11 | ] 12 | } -------------------------------------------------------------------------------- /content/blocks/defense/2a-a02-combined-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Wall", 3 | "size": 4, 4 | "health":7100, 5 | "research": "2a-a01-combined-wall", 6 | "category": "defense", 7 | "requirements": [ 8 | "copper/90", 9 | "lead/85", 10 | "titanium/80" 11 | ] 12 | } -------------------------------------------------------------------------------- /content/blocks/power/6a-f-medium-solar-panel.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "SolarGenerator", 3 | "size": 2, 4 | "hasPower": true, 5 | "powerProduction": 0.5, 6 | "requirements": [ 7 | "lead/30", 8 | "silicon/40", 9 | "titanium/20" 10 | ], 11 | "category": "power", 12 | "research": "solar-panel" 13 | 14 | } -------------------------------------------------------------------------------- /content/blocks/liquid/5a-b-liquid-tank-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "LiquidRouter", 3 | "size": 4, 4 | "liquidCapacity": 4000, 5 | "health": 2000, 6 | "requirements": [ 7 | "titanium/100", 8 | "metaglass/100", 9 | "thorium/80", 10 | "silicon/90" 11 | ], 12 | "category": "liquid", 13 | "research": "liquid-tank" 14 | } -------------------------------------------------------------------------------- /content/blocks/power/6a-f-solar-panel-huge.json: -------------------------------------------------------------------------------- 1 | 2 | { 3 | "type": "SolarGenerator", 4 | "size": 4, 5 | "hasPower": true, 6 | "powerProduction": 3.5, 7 | "requirements": [ 8 | "lead/175", 9 | "silicon/200", 10 | "phase-fabric/100", 11 | "surge-alloy/80" 12 | ], 13 | "category": "power", 14 | "research": "solar-panel-large" 15 | 16 | } -------------------------------------------------------------------------------- /mod.hjson: -------------------------------------------------------------------------------- 1 | name: tiered 2 | displayName: Upgraded Tiers 3 | author: sputnuc 4 | description: 5 | ''' 6 | - This mod adds in 1 or 2 higher tiers of vanilla blocks. Mod is still in development. More contents coming soon. 7 | - Erekir is cooking 8 | - thanks to original autor: [#ffd37f]mq_1175[] 9 | ''' 10 | version: 2.32 11 | subtitle: "v2.32 Erekir update" 12 | minGameVersion: 146 13 | -------------------------------------------------------------------------------- /content/blocks/power/6a-b-battery-large-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "battery", 3 | "size": 4, 4 | "health":750, 5 | "consumes": { 6 | "powerBuffered": 200000 7 | }, 8 | "research": "battery-large", 9 | "category": "power", 10 | "requirements": [ 11 | "lead/150", 12 | "titanium/120", 13 | "surge-alloy/90", 14 | "silicon/120" 15 | ] 16 | } -------------------------------------------------------------------------------- /content/blocks/effect/3a-f-illuminator-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type":"LightBlock", 3 | "size":2, 4 | "brightness": 0.8, 5 | "radius": 200, 6 | "buildVisibility":"lightingOnly", 7 | "consumes": {"power": 0.15}, 8 | "research":"illuminator", 9 | "category": "effect", 10 | "requirements": [ 11 | "graphite/30", 12 | "silicon/20", 13 | "titanium/20" 14 | ] 15 | } -------------------------------------------------------------------------------- /content/blocks/power/6a-a-surge-tower-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "PowerNode", 3 | "size": 3, 4 | "health": 500, 5 | "laserRange": 75, 6 | "maxNodes": 3, 7 | "hasPower": true, 8 | "category": "power", 9 | "requirements": [ 10 | "silicon/150", 11 | "titanium/120", 12 | "surge-alloy/80", 13 | "plastanium/100" 14 | ], 15 | "research": "surge-tower" 16 | } -------------------------------------------------------------------------------- /content/blocks/liquid/5a-a-huge-pump.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Pump", 3 | "size": 4, 4 | "liquidCapacity": 100, 5 | "pumpAmount": 0.6, 6 | "hasPower":true, 7 | "consumes": { 8 | "power": 6 9 | }, 10 | "requirements": [ 11 | "titanium/170", 12 | "metaglass/200", 13 | "silicon/180", 14 | "lead/200", 15 | "thorium/180" 16 | ], 17 | "category": "liquid", 18 | "research": "impulse-pump" 19 | } -------------------------------------------------------------------------------- /content/blocks/effect/3a-f-illuminator-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type":"LightBlock", 3 | "size":3, 4 | "brightness": 0.75, 5 | "radius": 450, 6 | "buildVisibility":"lightingOnly", 7 | "consumes": {"power": 0.5 8 | }, 9 | "research":"3a-f-illuminator-ii", 10 | "category": "effect", 11 | "requirements": [ 12 | "silicon/40", 13 | "thorium/30", 14 | "plastanium/25" 15 | ] 16 | } -------------------------------------------------------------------------------- /content/blocks/power/6a-a-surge-tower-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "PowerNode", 3 | "size": 4, 4 | "health": 950, 5 | "laserRange": 110, 6 | "maxNodes": 7, 7 | "hasPower": true, 8 | "category": "power", 9 | "requirements": [ 10 | "silicon/250", 11 | "titanium/200", 12 | "lead/275", 13 | "surge-alloy/190", 14 | "plastanium/200", 15 | "phase-fabric/180" 16 | ], 17 | "research": "6a-a-surge-tower-ii" 18 | } -------------------------------------------------------------------------------- /content/blocks/effect/3a-e-armored-warehouse.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "StorageBlock", 3 | "size": 4, 4 | "researchCostMultiplier": 0.5, 5 | "health": 2500, 6 | "itemCapacity": 7000, 7 | "research": { 8 | "parent": "vault", 9 | "objectives": [ 10 | "core-nucleus" 11 | ] 12 | }, 13 | "category": "effect", 14 | "requirements": [ 15 | "thorium/300", 16 | "surge-alloy/200", 17 | "plastanium/250" 18 | ] 19 | } -------------------------------------------------------------------------------- /content/blocks/production/7a-a-water-extractor-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "SolidPump", 3 | "size": 3, 4 | "liquidCapacity":50, 5 | "rotateSpeed": 1.8, 6 | "pumpAmount": 0.5, 7 | "consumes": {"power": 2.5}, 8 | "outputsLiquid": true, 9 | "attribute":"water", 10 | "requirements": [ 11 | "lead/90", 12 | "titanium/70", 13 | "silicon/85", 14 | "metaglass/80", 15 | "thorium/70" 16 | ], 17 | "category": "production", 18 | "research": "water-extractor" 19 | } -------------------------------------------------------------------------------- /content/blocks/distribution/4a-alloy-conveyor.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "StackConveyor", 3 | "loadEffect":"conveyorPoof", 4 | "unloadEffect":"conveyorPoof", 5 | "health": 200, 6 | "speed": 0.1, 7 | "itemCapacity": 30, 8 | "requirements": [ 9 | "surge-alloy/2", 10 | "silicon/2", 11 | "plastanium/2" 12 | ], 13 | "research": { 14 | "parent": "plastanium-conveyor", 15 | "objectives": [ 16 | "desolateRift" 17 | ] 18 | }, 19 | "category": "distribution" 20 | } -------------------------------------------------------------------------------- /content/blocks/power/6a-d-thermal-generator-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ThermalGenerator", 3 | "size": 3, 4 | "powerProduction": 2.5, 5 | "generateEffect": "redgeneratespark", 6 | "floating": true, 7 | "boostScale": 0.15, 8 | "maxBoost": 1.5, 9 | "ambientSound": "hum", 10 | "ambientSoundVolume": 0.4, 11 | "requirements": [ 12 | "lead/200", 13 | "silicon/250", 14 | "thorium/175", 15 | "plastanium/100" 16 | ], 17 | "category": "power", 18 | "research": "thermal-generator" 19 | } -------------------------------------------------------------------------------- /content/blocks/distribution/4a-mass-driver-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "MassDriver", 3 | "size": 4, 4 | "itemCapacity": 300, 5 | "range":800, 6 | "reload": 360, 7 | "hasPower":true, 8 | "consumes": {"power": 5, 9 | "liquid": { 10 | "liquid": "cryofluid", 11 | "amount": 0.1 12 | } 13 | }, 14 | "requirements": [ 15 | "plastanium/170", 16 | "titanium/200", 17 | "silicon/180", 18 | "lead/225", 19 | "thorium/210" 20 | ], 21 | "category": "distribution", 22 | "research": "mass-driver" 23 | } -------------------------------------------------------------------------------- /content/blocks/power/6a-d-thermal-generator-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ThermalGenerator", 3 | "size": 4, 4 | "powerProduction": 5, 5 | "generateEffect": "redgeneratespark", 6 | "floating": true, 7 | "ambientSound": "hum", 8 | "boostScale": 0.15, 9 | "maxBoost": 2, 10 | "ambientSoundVolume": 0.5, 11 | "requirements": [ 12 | "lead/500", 13 | "silicon/450", 14 | "thorium/475", 15 | "plastanium/400", 16 | "surge-alloy/450" 17 | ], 18 | "category": "power", 19 | "research": "6a-d-thermal-generator-ii" 20 | } -------------------------------------------------------------------------------- /content/blocks/defense/2a-b02-combined-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "mendProjector", 3 | "health": 13000, 4 | "size": 4, 5 | "buildCostMultiplier": 0.15, 6 | "absorbLasers":true, 7 | "reload": 160, 8 | "range": 24, 9 | "phaseBoost": 0, 10 | "phaseRangeBoost": 0, 11 | "conductivePower":true, 12 | "consumes": { 13 | "power": 1 14 | }, 15 | "healPercent": 5, 16 | "requirements": [ 17 | "thorium/90", 18 | "plastanium/96", 19 | "metaglass/90" 20 | ], 21 | "category": "defense", 22 | "research": "2a-b01-combined-wall" 23 | } -------------------------------------------------------------------------------- /content/blocks/distribution/4a-mass-driver-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "MassDriver", 3 | "size": 5, 4 | "itemCapacity": 740, 5 | "range": 1300, 6 | "reload": 420, 7 | "bulletLifetime": 500, 8 | "bulletSpeed": 10, 9 | "hasPower":true, 10 | "consumes": {"power": 11, 11 | "liquid": { 12 | "liquid": "cryofluid", 13 | "amount": 0.25 14 | } 15 | }, 16 | "requirements": [ 17 | "plastanium/380", 18 | "surge-alloy/300", 19 | "silicon/475", 20 | "phase-fabric/300", 21 | "thorium/450" 22 | ], 23 | "category": "distribution", 24 | "research": "4a-mass-driver-ii" 25 | } -------------------------------------------------------------------------------- /content/blocks/defense/2a-c02-combined-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ShieldWall", 3 | "flashHit": true, 4 | "size": 4, 5 | "health": 16000, 6 | "shieldHealth":4000, 7 | "conductivePower":true, 8 | "chanceDeflect": 18, 9 | "lightningChance": 0.06, 10 | "lightningDamage": 40, 11 | "category": "defense", 12 | "envDisabled": 16, 13 | "consumes": { 14 | "power": 6 15 | }, 16 | "consumesPower" :true, 17 | "research": "2a-c01-combined-wall", 18 | "requirements": [ 19 | "surge-alloy/150", 20 | "phase-fabric/130", 21 | "silicon/140" 22 | ] 23 | } -------------------------------------------------------------------------------- /content/blocks/crafting/1a-n-coal-centrifuge-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 3, 4 | "hasPower": true, 5 | "hasItems": true, 6 | "itemCapacity": 20, 7 | "liquidCapacity": 20, 8 | "craftTime": 45, 9 | "craftEffect": "coalSmeltsmoke", 10 | "consumes": { 11 | "power": 1, 12 | "liquid": { 13 | "liquid": "oil", 14 | "amount": 0.25 15 | } 16 | }, 17 | "requirements": [ 18 | "lead/100", 19 | "graphite/80", 20 | "titanium/95", 21 | "silicon/90" 22 | ], 23 | "category": "crafting", 24 | "research": "coal-centrifuge", 25 | "outputItem": "coal/5" 26 | } 27 | -------------------------------------------------------------------------------- /content/blocks/defense/2a-c01-combined-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ShieldWall", 3 | "flashHit": true, 4 | "size": 3, 5 | "health": 8300, 6 | "shieldHealth":1200, 7 | "conductivePower":true, 8 | "chanceDeflect": 12, 9 | "lightningChance": 0.06, 10 | "lightningDamage": 30, 11 | "category": "defense", 12 | "envDisabled": 16, 13 | "consumes": { 14 | "power": 4 15 | }, 16 | "consumesPower" :true, 17 | "research": { 18 | "parent": "surge-wall-large", 19 | "objectives": [ 20 | "phase-wall-large" 21 | ] 22 | }, 23 | "requirements": [ 24 | "surge-alloy/60", 25 | "phase-fabric/60", 26 | "silicon/65" 27 | ] 28 | } -------------------------------------------------------------------------------- /content/blocks/defense/2a-b01-combined-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "mendProjector", 3 | "health": 7200, 4 | "size": 3, 5 | "buildCostMultiplier": 0.15, 6 | "absorbLasers":true, 7 | "reload": 180, 8 | "range": 20, 9 | "healPercent": 4, 10 | "conductivePower":true, 11 | "phaseBoost": 0, 12 | "phaseRangeBoost": 0, 13 | "consumes": { 14 | "power": 0.8 15 | }, 16 | "requirements": [ 17 | "thorium/48", 18 | "plastanium/50", 19 | "metaglass/50" 20 | ], 21 | "category": "defense", 22 | "research": { 23 | "parent": "plastanium-wall-large", 24 | "objectives": [ 25 | "thorium-wall-large" 26 | ] 27 | } 28 | } -------------------------------------------------------------------------------- /content/blocks/effect/3a-a-mend-dome.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "mendProjector", 3 | "health": 490, 4 | "size": 3, 5 | "buildCostMultiplier": 0.15, 6 | "reload": 120, 7 | "range": 180, 8 | "healPercent": 19, 9 | "itemCapacity": 15, 10 | "hasPower": true, 11 | "hasBoost": false, 12 | "phaseBoost": 0, 13 | "phaseRangeBoost": 0, 14 | "consumes": { 15 | "power": 6.8, 16 | "items": { 17 | "items": [ 18 | "silicon/1", 19 | "phase-fabric/1" 20 | ], 21 | "booster": false, 22 | "optional": false 23 | } 24 | }, 25 | "requirements": [ 26 | "silicon/160", 27 | "lead/140", 28 | "graphite/230", 29 | "plastanium/100", 30 | "titanium/130", 31 | "surge-alloy/120" 32 | ], 33 | "category": "effect", 34 | "research": "mend-projector" 35 | } 36 | -------------------------------------------------------------------------------- /content/blocks/crafting/1a-n-coal-centrifuge-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 4, 4 | "hasPower": true, 5 | "hasItems": true, 6 | "itemCapacity": 60, 7 | "liquidCapacity": 60, 8 | "craftTime": 65, 9 | "craftEffect": "smokeCloud", 10 | "consumes": { 11 | "power": 3, 12 | "items": { 13 | "items": [ 14 | "spore-pod/2" 15 | ] 16 | }, 17 | "liquid": { 18 | "liquid": "oil", 19 | "amount": 0.5 20 | } 21 | }, 22 | "requirements": [ 23 | "lead/200", 24 | "graphite/175", 25 | "titanium/250", 26 | "silicon/150", 27 | "plastanium/120" 28 | ], 29 | "category": "crafting", 30 | "research": "1a-n-coal-centrifuge-ii", 31 | "outputItem": "coal/25" 32 | } 33 | -------------------------------------------------------------------------------- /content/blocks/crafting/1a-a-multi-press-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 4, 4 | "hasPower": true, 5 | "hasItems": true, 6 | "itemCapacity": 30, 7 | "liquidCapacity": 30, 8 | "craftTime": 60, 9 | "craftEffect": "pulverize", 10 | "updateEffect": "pulverizeSmall", 11 | "consumes": { 12 | "power": 6, 13 | "items": { 14 | "items": [ 15 | "coal/15" 16 | ] 17 | }, 18 | "liquid": { 19 | "liquid": "water", "amount": 0.2 20 | } 21 | }, 22 | "requirements": [ 23 | "lead/250", 24 | "graphite/150", 25 | "titanium/200", 26 | "silicon/100", 27 | "plastanium/100" 28 | ], 29 | "category": "crafting", 30 | "research": "multi-press", 31 | "outputItem": "graphite/12" 32 | } 33 | -------------------------------------------------------------------------------- /content/blocks/effect/3a-d-core-fortification.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "CoreBlock", 3 | "health": 15000, 4 | "size": 6, 5 | "itemCapacity": 20000, 6 | "unitCapModifier": 36, 7 | "researchCostMultiplier": 0.06, 8 | "thrusterLength": 7, 9 | "unitType": "a-upsilon", 10 | "requirements": [ 11 | "copper/14000", 12 | "lead/14000", 13 | "titanium/12000", 14 | "thorium/11000", 15 | "silicon/15000", 16 | "plastanium/13000", 17 | "surge-alloy/11000", 18 | "phase-fabric/10000" 19 | ], 20 | "category": "effect", 21 | "research": { 22 | "parent": "core-nucleus", 23 | "objectives": [ 24 | { 25 | "type": "SectorComplete", 26 | "preset": "planetaryTerminal" 27 | } 28 | ] 29 | } 30 | } -------------------------------------------------------------------------------- /content/blocks/power/6a-g-thorium-reactor-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "NuclearReactor", 3 | "health": 2000, 4 | "itemCapacity": 40, 5 | "liquidCapacity": 40, 6 | "size": 4, 7 | "ambientSound": "hum", 8 | "ambientSoundVolume": 0.35, 9 | "explosionRadius": 30, 10 | "explosionDamage": 3000, 11 | "hasLiquids": true, 12 | "powerProduction": 65, 13 | "itemDuration": 500, 14 | "heating": 0.02, 15 | "consumes": { 16 | "items": [ 17 | "thorium/6" 18 | ], 19 | "liquid": { 20 | "liquid": "cryofluid", 21 | "amount": 0.2 22 | } 23 | }, 24 | "requirements": [ 25 | "lead/400", 26 | "silicon/300", 27 | "metaglass/350", 28 | "thorium/300", 29 | "plastanium/150" 30 | ], 31 | "category": "power", 32 | "research": "thorium-reactor" 33 | } -------------------------------------------------------------------------------- /content/blocks/effect/3a-b-overdrive-dome-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OverdriveProjector", 3 | "health": 1200, 4 | "size": 4, 5 | "range": 300, 6 | "itemCapacity": 25, 7 | "consumes": { 8 | "power": 30, 9 | "items": { 10 | "items": [ 11 | "silicon/2", 12 | "phase-fabric/2", 13 | "surge-alloy/2" 14 | ], 15 | "booster": false, 16 | "optional": false 17 | } 18 | }, 19 | "speedBoost": 4.75, 20 | "hasBoost":false, 21 | "speedBoostPhase": 0, 22 | "requirements": [ 23 | "lead/750", 24 | "silicon/600", 25 | "graphite/700", 26 | "plastanium/600", 27 | "phase-fabric/550", 28 | "titanium/700", 29 | "surge-alloy/550" 30 | ], 31 | "category": "effect", 32 | "research": { 33 | "parent": "overdrive-dome", 34 | "objectives": [ 35 | { 36 | "type": "SectorComplete", 37 | "preset": "desolateRift" 38 | } 39 | ] 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /content/blocks/production/7a-a-colossal-drill.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Drill", 3 | "size": 5, 4 | "tier": 14, 5 | "rotateSpeed": 4, 6 | "drillTime": 100, 7 | "liquidBoostIntensity": 0, 8 | "drawRim": true, 9 | "itemCapacity": 50, 10 | "warmupSpeed": 0.0878, 11 | "drillEffect": "mine", 12 | "hasLiquids": true, 13 | "hardnessDrillMultiplier": 5, 14 | "liquidCapacity": 25, 15 | "expanded": true, 16 | "consumes": { 17 | "power": 25, 18 | "liquid": { 19 | "liquid": "cryofluid", 20 | "amount": 0.2, 21 | "booster": false, 22 | "optional": false 23 | } 24 | }, 25 | "requirements": [ 26 | "thorium/400", 27 | "plastanium/500", 28 | "surge-alloy/400", 29 | "metaglass/400", 30 | "silicon/500", 31 | "lead/600" 32 | ], 33 | "category": "production", 34 | "research": "blast-drill" 35 | } 36 | -------------------------------------------------------------------------------- /content/blocks/power/6a-g-thorium-reactor-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "NuclearReactor", 3 | "health": 6200, 4 | "itemCapacity": 45, 5 | "liquidCapacity": 45, 6 | "size": 5, 7 | "ambientSound": "hum", 8 | "ambientSoundVolume": 0.35, 9 | "explosionRadius": 69, 10 | "explosionDamage": 6000, 11 | "hasLiquids": true, 12 | "powerProduction": 160, 13 | "itemDuration": 600, 14 | "heating": 0.02, 15 | "consumes": { 16 | "items": [ 17 | "thorium/8", 18 | "phase-fabric/1" 19 | ], 20 | "liquid": { 21 | "liquid": "antifreeze", 22 | "amount": 0.6 23 | } 24 | }, 25 | "requirements": [ 26 | "lead/600", 27 | "silicon/500", 28 | "metaglass/550", 29 | "thorium/500", 30 | "plastanium/350", 31 | "surge-alloy/375", 32 | "phase-fabric/350" 33 | ], 34 | "category": "power", 35 | "research": "6a-g-thorium-reactor-ii" 36 | } -------------------------------------------------------------------------------- /content/blocks/crafting/1a-j-melter-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 2, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "drawRegion", 9 | "suffix": "-bottom" 10 | }, 11 | { 12 | "type": "DrawLiquidTile", 13 | "drawLiquid": "slag" 14 | }, 15 | { 16 | "type": "DrawDefault" 17 | } 18 | ] 19 | 20 | }, 21 | "hasPower": true, 22 | "hasItems": true, 23 | "liquidCapacity": 15, 24 | "itemCapacity": 15, 25 | "craftTime": 60, 26 | "consumes": { 27 | "power": 2, 28 | "items": { 29 | "items": [ 30 | "coal/2", 31 | "scrap/5" 32 | ] 33 | } 34 | }, 35 | "requirements": [ 36 | "lead/70", 37 | "copper/75", 38 | "titanium/50", 39 | "silicon/50" 40 | ], 41 | "category": "crafting", 42 | "research": "melter", 43 | "outputLiquid": "slag/0.5" 44 | } 45 | -------------------------------------------------------------------------------- /content/blocks/effect/3a-c-force-projector-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ForceProjector", 3 | "health": 800, 4 | "shieldHealth": 6000, 5 | "size": 4, 6 | "sides":8, 7 | "shieldRotation":22.5, 8 | "liquidCapacity": 30, 9 | "itemCapacity": 20, 10 | "hasPower": true, 11 | "hasItems": true, 12 | "hasLiquid": true, 13 | "canOverdrive": true, 14 | "phaseUseTime": 400, 15 | "solid": true, 16 | "radius": 200, 17 | "cooldownNormal": 2, 18 | "cooldownLiquid": 1, 19 | "cooldownBrokenBase": 1.75, 20 | "consumes": { 21 | "power": 12, 22 | "items": { 23 | "items": [ 24 | "phase-fabric/1" 25 | ], 26 | "optional": false 27 | } 28 | }, 29 | "requirements": [ 30 | "titanium/650", 31 | "silicon/600", 32 | "plastanium/450", 33 | "phase-fabric/400" 34 | ], 35 | "category": "effect", 36 | "research": "force-projector" 37 | } 38 | -------------------------------------------------------------------------------- /content/blocks/crafting/erekir/1-silicon-arc-melter.hjson: -------------------------------------------------------------------------------- 1 | type: HeatCrafter 2 | squareSprite: false 3 | size: 5 4 | heatRequirement: 10 5 | hasLiquids: true 6 | liquidCapacity: 40 7 | drawer: { 8 | type: DrawMulti 9 | drawers: [ 10 | { 11 | type: DrawRegion 12 | suffix: -bottom 13 | } 14 | { 15 | type: DrawArcSmelt 16 | } 17 | { 18 | type: DrawDefault 19 | }] 20 | 21 | } 22 | hasPower: true 23 | hasItems: true 24 | itemCapacity: 90 25 | craftTime: 150 26 | craftEffect: smeltsmoke 27 | consumes: { 28 | power: 10 29 | items: { 30 | items: [ 31 | graphite/8 32 | sand/30 33 | ] 34 | } 35 | liquids: [ 36 | nitrogen/0.25 37 | ] 38 | } 39 | requirements: [ 40 | beryllium/250 41 | graphite/275 42 | silicon/200 43 | tungsten/110 44 | oxide/75 45 | ] 46 | category: crafting 47 | research: silicon-arc-furnace 48 | outputItem: silicon/32 -------------------------------------------------------------------------------- /content/blocks/crafting/1a-j-melter-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 3, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "drawRegion", 9 | "suffix": "-bottom" 10 | }, 11 | { 12 | "type": "DrawLiquidTile", 13 | "drawLiquid": "slag" 14 | }, 15 | { 16 | "type": "DrawDefault" 17 | } 18 | ] 19 | 20 | }, 21 | "hasPower": true, 22 | "hasItems": true, 23 | "liquidCapacity": 40, 24 | "itemCapacity": 30, 25 | "craftTime": 90, 26 | "outputsLiquid": true, 27 | "consumes": { 28 | "power": 5, 29 | "items": { 30 | "items": [ 31 | "pyratite/2", 32 | "scrap/10" 33 | ] 34 | } 35 | }, 36 | "requirements": [ 37 | "lead/75", 38 | "titanium/70", 39 | "silicon/50", 40 | "plastanium/60" 41 | ], 42 | "category": "crafting", 43 | "research": "1a-j-melter-ii", 44 | "outputLiquid": "slag/1.5" 45 | } 46 | -------------------------------------------------------------------------------- /content/blocks/power/6a-c-burner-generator.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ConsumeGenerator", 3 | "size": 4, 4 | "hasPower": true, 5 | "hasItems": true, 6 | "powerProduction": 50, 7 | "ambientSound": "steam", 8 | "itemCapacity": 35, 9 | "generateEffect":"generatespark", 10 | "itemDuration": 110, 11 | "drawer": { 12 | "type": "DrawMulti", 13 | "drawers": [ 14 | { 15 | "type": "drawRegion", 16 | "suffix": "-bottom" 17 | }, 18 | { 19 | "type": "DrawLiquidTile", 20 | "drawLiquid": "cryofluid" 21 | }, 22 | { 23 | "type": "DrawDefault" 24 | }, 25 | { 26 | "type": "DrawWarmupRegion" 27 | } 28 | ] 29 | }, 30 | "consumes": { 31 | "itemFlammable": {}, 32 | "liquid": { 33 | "liquid": "cryofluid", 34 | "amount": 0.2 35 | } 36 | }, 37 | "category": "power", 38 | "research": "differential-generator", 39 | "requirements": [ 40 | "thorium/200", 41 | "titanium/220", 42 | "surge-alloy/150", 43 | "silicon/200", 44 | "plastanium/180" 45 | ] 46 | } 47 | -------------------------------------------------------------------------------- /content/blocks/crafting/1a-d-plastanium-compressor-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 3, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "DrawDefault" 9 | }, 10 | { 11 | "type": "DrawFade" 12 | } 13 | ] 14 | }, 15 | "hasPower": true, 16 | "hasItems": true, 17 | "itemCapacity": 30, 18 | "liquidCapacity": 40, 19 | "craftTime": 180, 20 | "craftEffect": "formsmoke", 21 | "updateEffect": "plasticburn", 22 | "consumes": { 23 | "power": 6, 24 | "items": { 25 | "items": [ 26 | "titanium/13", 27 | "spore-pod/6" 28 | ] 29 | }, 30 | "liquid": { 31 | "liquid": "oil", 32 | "amount": 0.25 33 | } 34 | }, 35 | "requirements": [ 36 | "lead/200", 37 | "graphite/150", 38 | "titanium/230", 39 | "silicon/300", 40 | "plastanium/100" 41 | ], 42 | "category": "crafting", 43 | "research": "plastanium-compressor", 44 | "outputItem": "plastanium/8" 45 | } 46 | -------------------------------------------------------------------------------- /content/blocks/power/6a-e-rtg-generator-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ConsumeGenerator", 3 | "size": 3, 4 | "powerProduction": 11, 5 | "drawer": { 6 | "type": "DrawMulti", 7 | "drawers": [ 8 | { 9 | "type": "DrawDefault" 10 | }, 11 | { 12 | "type": "DrawWarmupRegion" 13 | } 14 | ] 15 | }, 16 | "hasItems": true, 17 | "itemCapacity": 30, 18 | "itemDuration": 400, 19 | "consumes": { 20 | "itemRadioactive": {} 21 | }, 22 | "minItemEfficiency": 0.1, 23 | "requirements": [ 24 | "lead/250", 25 | "silicon/275", 26 | "plastanium/200", 27 | "thorium/180", 28 | "surge-alloy/155" 29 | ], 30 | "category": "power", 31 | "research": { 32 | "parent": "rtg-generator", 33 | "objectives": [ 34 | "thorium-reactor" 35 | ] 36 | }, 37 | "loopSound": "hum", 38 | "ambientSound": "machine", 39 | "loopSoundVolume": 0.5, 40 | "ambientSoundVolume": 0.25 41 | } -------------------------------------------------------------------------------- /content/blocks/crafting/1a-c-kiln-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "AttributeCrafter", 3 | "boostScale": 0.15, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "DrawDefault" 9 | }, 10 | { 11 | "type": "DrawFlame", 12 | "flameColor": "ffc099", 13 | "flameRadius": 4, 14 | "flameRadiusIn": 2, 15 | "flameRadiusScl": 4, 16 | "flameRadiusMag": 2, 17 | "flameRadiusInMag": 1.7 18 | } 19 | ] 20 | 21 | }, 22 | "size": 3, 23 | "hasPower": true, 24 | "hasItems": true, 25 | "itemCapacity": 30, 26 | "craftTime": 90, 27 | "craftEffect": "smeltsmoke", 28 | "updateEffect": "none", 29 | "consumes": { 30 | "power": 3, 31 | "items": { 32 | "items": [ 33 | "sand/4", 34 | "lead/5", 35 | "pyratite/1" 36 | ] 37 | } 38 | }, 39 | "requirements": [ 40 | "plastanium/35", 41 | "titanium/150", 42 | "silicon/100", 43 | "metaglass/80" 44 | ], 45 | "category": "crafting", 46 | "research": "kiln", 47 | "outputItem": "metaglass/10" 48 | } 49 | -------------------------------------------------------------------------------- /content/blocks/crafting/1a-c-kiln-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "AttributeCrafter", 3 | "boostScale": 0.15, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "DrawDefault" 9 | }, 10 | { 11 | "type": "DrawFlame", 12 | "flameRadius": 5, 13 | "flameRadiusIn": 4, 14 | "flameRadiusScl": 2, 15 | "flameRadiusMag": 1, 16 | "flameRadiusInMag": 1 17 | } 18 | ] 19 | }, 20 | "size": 4, 21 | "hasPower": true, 22 | "hasItems": true, 23 | "itemCapacity": 50, 24 | "craftTime": 80, 25 | "craftEffect": "smeltsmoke", 26 | "updateEffect": "none", 27 | "consumes": { 28 | "power": 8, 29 | "items": { 30 | "items": [ 31 | "sand/10", 32 | "lead/10", 33 | "pyratite/5" 34 | ] 35 | } 36 | }, 37 | "requirements": [ 38 | "metaglass/175", 39 | "titanium/250", 40 | "silicon/250", 41 | "surge-alloy/50", 42 | "plastanium/80" 43 | ], 44 | "category": "crafting", 45 | "research": "1a-c-kiln-ii", 46 | "outputItem": "metaglass/24" 47 | } 48 | -------------------------------------------------------------------------------- /content/blocks/power/6a-e-rtg-generator-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ConsumeGenerator", 3 | "size": 4, 4 | "powerProduction": 25, 5 | "drawer": { 6 | "type": "DrawMulti", 7 | "drawers": [ 8 | { 9 | "type": "DrawDefault" 10 | }, 11 | { 12 | "type": "DrawWarmupRegion" 13 | } 14 | ] 15 | }, 16 | "hasItems": true, 17 | "itemCapacity": 40, 18 | "itemDuration": 400, 19 | "consumes": { 20 | "itemRadioactive": {} 21 | }, 22 | "minItemEfficiency": 0.2, 23 | "requirements": [ 24 | "lead/500", 25 | "silicon/450", 26 | "plastanium/400", 27 | "thorium/500", 28 | "surge-alloy/450", 29 | "phase-fabric/450" 30 | ], 31 | "category": "power", 32 | "research": { 33 | "parent": "6a-e-rtg-generator-ii", 34 | "objectives": [ 35 | "6a-g-thorium-reactor-ii" 36 | ] 37 | }, 38 | "loopSound": "hum", 39 | "ambientSound": "machine", 40 | "loopSoundVolume": 0.5, 41 | "ambientSoundVolume": 0.25 42 | } -------------------------------------------------------------------------------- /content/blocks/crafting/1a-l-spore-press-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 4, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "drawRegion", 9 | "suffix": "-bottom" 10 | }, 11 | { 12 | "type": "DrawLiquidTile", 13 | "drawLiquid": "oil" 14 | }, 15 | { 16 | "type": "DrawDefault" 17 | }, 18 | { 19 | "type": "DrawFrames", 20 | "frames": 4 21 | } 22 | ] 23 | }, 24 | "hasPower": true, 25 | "hasItems": true, 26 | "hasLiquids":true, 27 | "liquidCapacity": 500, 28 | "itemCapacity": 30, 29 | "craftTime": 60, 30 | "outputsLiquid": true, 31 | "consumes": { 32 | "power": 6, 33 | "items": { 34 | "items": [ 35 | "spore-pod/15" 36 | ] 37 | } 38 | }, 39 | "requirements": [ 40 | "lead/150", 41 | "titanium/120", 42 | "metaglass/125", 43 | "plastanium/100", 44 | "surge-alloy/80" 45 | ], 46 | "category": "crafting", 47 | "research": "1a-l-spore-press-ii", 48 | "outputLiquid": "oil/2.5" 49 | } -------------------------------------------------------------------------------- /content/blocks/crafting/1a-m-pulverizer-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 2, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "DrawDefault" 9 | }, 10 | { 11 | "type": "DrawRegion", 12 | "suffix": "-rotator", 13 | "rotateSpeed": -4, 14 | "spinSprite": true 15 | }, 16 | { 17 | "type": "DrawRegion", 18 | "suffix": "-top" 19 | } 20 | ] 21 | 22 | }, 23 | "hasPower": true, 24 | "hasItems": true, 25 | "itemCapacity": 20, 26 | "liquidCapacity": 20, 27 | "craftTime": 100, 28 | "craftEffect": "pulverize", 29 | "updateEffect": "pulverizeSmall", 30 | "ambientSound": "grinding", 31 | "ambientSoundVolume": 0.03, 32 | "consumes": { 33 | "power": 1.5, 34 | "items": { 35 | "items": [ 36 | "scrap/5" 37 | ] 38 | }, 39 | "liquid": { 40 | "liquid": "water", 41 | "amount": 0.05 42 | } 43 | }, 44 | "requirements": [ 45 | "titanium/40", 46 | "lead/45", 47 | "graphite/40" 48 | ], 49 | "category": "crafting", 50 | "research": "pulverizer", 51 | "outputItem": "sand/8" 52 | } 53 | -------------------------------------------------------------------------------- /content/blocks/crafting/1a-h-pyratite-mixer-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 3, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "DrawDefault" 9 | }, 10 | { 11 | "type": "DrawRegion", 12 | "suffix": "-spinner", 13 | "rotateSpeed": 2, 14 | "spinSprite": true 15 | }, 16 | { 17 | "type": "DrawRegion", 18 | "suffix": "-top" 19 | } 20 | ] 21 | 22 | }, 23 | "hasPower": true, 24 | "hasItems": true, 25 | "liquidCapacity": 15, 26 | "itemCapacity": 20, 27 | "craftTime": 90, 28 | "consumes": { 29 | "power": 1.5, 30 | "items": { 31 | "items": [ 32 | "sand/5", 33 | "lead/5", 34 | "coal/3" 35 | ] 36 | }, 37 | "liquid": { 38 | "liquid": "oil", 39 | "amount": 0.1 40 | } 41 | }, 42 | "requirements": [ 43 | "lead/100", 44 | "titanium/75", 45 | "silicon/90", 46 | "metaglass/80" 47 | ], 48 | "category": "crafting", 49 | "research": "pyratite-mixer", 50 | "outputItem": "pyratite/5" 51 | } -------------------------------------------------------------------------------- /content/blocks/crafting/1a-i-blast-mixer-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 3, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "DrawDefault" 9 | }, 10 | { 11 | "type": "DrawRegion", 12 | "suffix": "-spinner", 13 | "rotateSpeed": 3, 14 | "spinSprite": true 15 | }, 16 | { 17 | "type": "DrawRegion", 18 | "suffix": "-top" 19 | } 20 | ] 21 | 22 | }, 23 | "hasPower": true, 24 | "hasItems": true, 25 | "liquidCapacity": 15, 26 | "itemCapacity": 20, 27 | "craftTime": 90, 28 | "consumes": { 29 | "power": 2, 30 | "items": { 31 | "items": [ 32 | "pyratite/6", 33 | "spore-pod/3" 34 | ] 35 | }, 36 | "liquid": { 37 | "liquid": "oil", 38 | "amount": 0.2 39 | } 40 | } 41 | , 42 | "requirements": [ 43 | "lead/100", 44 | "titanium/80", 45 | "silicon/85", 46 | "metaglass/90" 47 | ], 48 | "category": "crafting", 49 | "research": "blast-mixer", 50 | "outputItem": "blast-compound/8" 51 | } -------------------------------------------------------------------------------- /content/blocks/crafting/1a-f-surge-smelter-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "AttributeCrafter", 3 | "boostScale": 0.1, 4 | "size": 4, 5 | "drawer": { 6 | "type": "DrawMulti", 7 | "drawers": [ 8 | { 9 | "type": "DrawDefault" 10 | }, 11 | { 12 | "type": "DrawFlame", 13 | "flameRadius": 4, 14 | "flameRadiusIn": 2.5, 15 | "flameRadiusScl": 4, 16 | "flameRadiusMag": 2, 17 | "flameRadiusInMag": 1.5 18 | } 19 | ] 20 | }, 21 | "hasPower": true, 22 | "hasItems": true, 23 | "itemCapacity": 40, 24 | "craftTime": 240, 25 | "craftEffect": "smeltsmoke", 26 | "updateEffect": "none", 27 | "consumes": { 28 | "power": 8, 29 | "items": { 30 | "items": [ 31 | "silicon/6", 32 | "titanium/7", 33 | "graphite/8", 34 | "lead/8", 35 | "pyratite/1" 36 | ] 37 | } 38 | }, 39 | "requirements": [ 40 | "silicon/175", 41 | "titanium/180", 42 | "lead/150", 43 | "thorium/150", 44 | "surge-alloy/70" 45 | ], 46 | "category": "crafting", 47 | "research": "surge-smelter", 48 | "outputItem": "surge-alloy/8" 49 | } 50 | -------------------------------------------------------------------------------- /content/blocks/crafting/1a-b-silicon-crucible-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "AttributeCrafter", 3 | "size": 4, 4 | "boostScale": 0.15, 5 | "maxBoost": 1.5, 6 | "drawer": { 7 | "type": "DrawMulti", 8 | "drawers": [ 9 | { 10 | "type": "DrawDefault" 11 | }, 12 | { 13 | "type": "DrawFlame", 14 | "flameColor": "ffef99", 15 | "flameRadius": 4.5, 16 | "flameRadiusIn": 2.5, 17 | "flameRadiusScl": 4, 18 | "flameRadiusMag": 2, 19 | "flameRadiusInMag": 1.7 20 | } 21 | ] 22 | 23 | }, 24 | "hasPower": true, 25 | "hasItems": true, 26 | "itemCapacity": 60, 27 | "craftTime": 90, 28 | "craftEffect": "smeltsmoke", 29 | "consumes": { 30 | "power": 8, 31 | "items": { 32 | "items": [ 33 | "graphite/10", 34 | "sand/20", 35 | "pyratite/3" 36 | ] 37 | } 38 | }, 39 | "requirements": [ 40 | "metaglass/200", 41 | "titanium/175", 42 | "silicon/200", 43 | "surge-alloy/60", 44 | "plastanium/100" 45 | ], 46 | "category": "crafting", 47 | "research": "silicon-crucible", 48 | "outputItem": "silicon/28" 49 | } 50 | -------------------------------------------------------------------------------- /content/blocks/crafting/1a-e-phase-weaver-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 3, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "drawRegion", 9 | "suffix": "-bottom" 10 | }, 11 | { 12 | "type": "DrawWeave" 13 | }, 14 | { 15 | "type": "DrawDefault" 16 | } 17 | ] 18 | }, 19 | "hasPower": true, 20 | "hasItems": true, 21 | "itemCapacity": 40, 22 | "liquidCapacity": 30, 23 | "craftTime": 180, 24 | "craftEffect": "smeltsmoke", 25 | "updateEffect": "none", 26 | "ambientSound": "techloop", 27 | "ambientSoundVolume": 0.03, 28 | "consumes": { 29 | "power": 8, 30 | "items": { 31 | "items": [ 32 | "sand/18", 33 | "thorium/10" 34 | ] 35 | }, 36 | "liquid": { 37 | "liquid": "cryofluid", 38 | "amount": 0.2 39 | } 40 | }, 41 | "requirements": [ 42 | "silicon/200", 43 | "titanium/200", 44 | "lead/250", 45 | "plastanium/100", 46 | "thorium/250", 47 | "phase-fabric/80" 48 | ], 49 | "category": "crafting", 50 | "research": "phase-weaver", 51 | "outputItem": "phase-fabric/4" 52 | } 53 | -------------------------------------------------------------------------------- /content/blocks/crafting/1a-g-cryofluid-mixer-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 3, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "drawRegion", 9 | "suffix": "-bottom" 10 | }, 11 | { 12 | "type": "DrawLiquidTile", 13 | "drawLiquid": "water" 14 | }, 15 | { 16 | "type": "DrawLiquidTile", 17 | "drawLiquid": "cryofluid", 18 | "drawLiquidLight": true 19 | }, 20 | { 21 | "type": "DrawDefault" 22 | } 23 | ] 24 | 25 | }, 26 | "hasPower": true, 27 | "hasItems": true, 28 | "liquidCapacity": 300, 29 | "itemCapacity": 25, 30 | "craftTime": 150, 31 | "outputsLiquid": true, 32 | "consumes": { 33 | "power": 3, 34 | "items": { 35 | "items": [ 36 | "titanium/5", 37 | "lead/1" 38 | ] 39 | }, 40 | "liquid": { 41 | "liquid": "water", 42 | "amount": 1.0 43 | } 44 | }, 45 | "requirements": [ 46 | "metaglass/100", 47 | "titanium/150", 48 | "silicon/125", 49 | "plastanium/110" 50 | ], 51 | "category": "crafting", 52 | "research": "cryofluid-mixer", 53 | "outputLiquid": "cryofluid/1.0" 54 | } 55 | -------------------------------------------------------------------------------- /content/blocks/crafting/1a-i-blast-mixer-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 4, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "DrawDefault" 9 | }, 10 | { 11 | "type": "DrawRegion", 12 | "suffix": "-spinner", 13 | "rotateSpeed": 4, 14 | "spinSprite": true 15 | }, 16 | { 17 | "type": "DrawRegion", 18 | "suffix": "-top" 19 | } 20 | ] 21 | 22 | }, 23 | "craftEffect": "blastsmoke", 24 | "hasPower": true, 25 | "hasItems": true, 26 | "liquidCapacity": 35, 27 | "itemCapacity": 35, 28 | "craftTime": 120, 29 | "consumes": { 30 | "power": 2.5, 31 | "items": { 32 | "items": [ 33 | "pyratite/10", 34 | "spore-pod/10" 35 | ] 36 | }, 37 | "liquid": { 38 | "liquid": "oil", 39 | "amount": 0.35 40 | } 41 | } 42 | , 43 | "requirements": [ 44 | "lead/200", 45 | "titanium/200", 46 | "silicon/200", 47 | "metaglass/175", 48 | "plastanium/120" 49 | ], 50 | "category": "crafting", 51 | "research": "1a-i-blast-mixer-ii", 52 | "outputItem": "blast-compound/18" 53 | } 54 | -------------------------------------------------------------------------------- /content/blocks/crafting/1a-l-spore-press-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 3, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "drawRegion", 9 | "suffix": "-bottom" 10 | }, 11 | { 12 | "type": "DrawPistons", 13 | "sinMag": 1, 14 | "sinScl": 4, 15 | "sides": 8 16 | }, 17 | { 18 | "type": "drawRegion", 19 | "suffix": "-piston-hide" 20 | }, 21 | { 22 | "type": "DrawLiquidRegion", 23 | "drawLiquid": "oil" 24 | }, 25 | { 26 | "type": "DrawDefault" 27 | } 28 | ] 29 | }, 30 | "hasPower": true, 31 | "hasItems": true, 32 | "hasLiquids":true, 33 | "liquidCapacity": 200, 34 | "itemCapacity": 20, 35 | "craftTime": 40, 36 | "outputsLiquid": true, 37 | "consumes": { 38 | "power": 2.5, 39 | "items": { 40 | "items": [ 41 | "spore-pod/5" 42 | ] 43 | } 44 | }, 45 | "requirements": [ 46 | "lead/75", 47 | "titanium/80", 48 | "metaglass/85", 49 | "plastanium/70" 50 | ], 51 | "category": "crafting", 52 | "research": "spore-press", 53 | "outputLiquid": "oil/1.0" 54 | } 55 | -------------------------------------------------------------------------------- /content/blocks/production/7a-b-cultivator-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "AttributeCrafter", 3 | "category": "production", 4 | "requirements": [ 5 | "lead/190", 6 | "plastanium/150", 7 | "silicon/200", 8 | "surge-alloy/150", 9 | "phase-fabric/150" 10 | ], 11 | "outputItem": "spore-pod/20", 12 | "craftTime": 60, 13 | "size": 4, 14 | "liquidCapacity":100, 15 | "hasLiquids": true, 16 | "itemCapacity": 80, 17 | "hasPower": true, 18 | "hasItems": true, 19 | "craftEffect": "none", 20 | "attribute": "spores", 21 | "maxBoost": 4, 22 | "envRequired": 8, 23 | "consumes": { 24 | "power": 6, 25 | "liquid": "water/2.5" 26 | }, 27 | 28 | "drawer": { 29 | "type": "DrawMulti", 30 | "drawers": [ 31 | { 32 | "type": "DrawRegion", 33 | "suffix": "-bottom" 34 | }, 35 | { 36 | "type": "DrawLiquidTile", 37 | "drawLiquid": "water" 38 | }, 39 | { 40 | "type": "DrawCultivator" 41 | }, 42 | { 43 | "type": "DrawDefault" 44 | } 45 | ] 46 | }, 47 | "research": "7a-b-cultivator-ii" 48 | } -------------------------------------------------------------------------------- /content/blocks/crafting/1a-h-pyratite-mixer-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 4, 4 | "craftEffect": "smokeCloud", 5 | "drawer": { 6 | "type": "DrawMulti", 7 | "drawers": [ 8 | { 9 | "type": "DrawDefault" 10 | }, 11 | { 12 | "type": "DrawRegion", 13 | "suffix": "-spinner", 14 | "rotateSpeed": 3, 15 | "spinSprite": true 16 | }, 17 | { 18 | "type": "DrawRegion", 19 | "suffix": "-top" 20 | } 21 | ] 22 | 23 | }, 24 | "hasPower": true, 25 | "hasItems": true, 26 | "liquidCapacity": 35, 27 | "itemCapacity": 40, 28 | "craftTime": 120, 29 | "consumes": { 30 | "power": 2.5, 31 | "items": { 32 | "items": [ 33 | "sand/16", 34 | "lead/16", 35 | "coal/10" 36 | ] 37 | }, 38 | "liquid": { 39 | "liquid": "oil", 40 | "amount": 0.25 41 | } 42 | } 43 | , 44 | "requirements": [ 45 | "lead/225", 46 | "titanium/200", 47 | "silicon/175", 48 | "metaglass/150", 49 | "plastanium/100" 50 | ], 51 | "category": "crafting", 52 | "research": "1a-h-pyratite-mixer-ii", 53 | "outputItem": "pyratite/20" 54 | } 55 | -------------------------------------------------------------------------------- /content/blocks/crafting/1a-e-phase-weaver-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 4, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "drawRegion", 9 | "suffix": "-bottom" 10 | }, 11 | { 12 | "type": "DrawWeave" 13 | }, 14 | { 15 | "type": "DrawDefault" 16 | } 17 | ] 18 | }, 19 | "hasPower": true, 20 | "hasItems": true, 21 | "itemCapacity": 60, 22 | "liquidCapacity": 60, 23 | "craftTime": 240, 24 | "craftEffect": "smeltsmoke", 25 | "updateEffect": "none", 26 | "ambientSound": "techloop", 27 | "ambientSoundVolume": 0.04, 28 | "consumes": { 29 | "power": 10, 30 | "items": { 31 | "items": [ 32 | "sand/25", 33 | "thorium/20", 34 | "silicon/15" 35 | ] 36 | }, 37 | "liquid": { 38 | "liquid": "cryofluid", 39 | "amount": 0.4 40 | } 41 | }, 42 | "requirements": [ 43 | "silicon/300", 44 | "titanium/350", 45 | "lead/375", 46 | "plastanium/250", 47 | "thorium/300", 48 | "phase-fabric/250", 49 | "surge-alloy/200" 50 | ], 51 | "category": "crafting", 52 | "research": "1a-e-phase-weaver-ii", 53 | "outputItem": "phase-fabric/15" 54 | } 55 | -------------------------------------------------------------------------------- /content/blocks/production/7a-b-cultivator-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "AttributeCrafter", 3 | "category": "production", 4 | "requirements": [ 5 | "lead/80", 6 | "plastanium/70", 7 | "silicon/85", 8 | "thorium/75" 9 | ], 10 | "outputItem": "spore-pod/5", 11 | "craftTime": 60, 12 | "size": 3, 13 | "liquidCapacity":70, 14 | "hasLiquids": true, 15 | "hasPower": true, 16 | "hasItems": true, 17 | "craftEffect": "none", 18 | "attribute": "spores", 19 | "maxBoost": 2.5, 20 | "itemCapacity": 15, 21 | "envRequired": 8, 22 | "consumes": { 23 | "power": 2, 24 | "liquid": "water/0.75" 25 | }, 26 | 27 | "drawer": { 28 | "type": "DrawMulti", 29 | "drawers": [ 30 | { 31 | "type": "DrawRegion", 32 | "suffix": "-bottom" 33 | }, 34 | { 35 | "type": "DrawLiquidTile", 36 | "drawLiquid": "water" 37 | }, 38 | { 39 | "type": "DrawDefault" 40 | }, 41 | { 42 | "type": "DrawCultivator" 43 | }, 44 | { 45 | "type": "DrawRegion", 46 | "suffix": "-top" 47 | } 48 | ] 49 | }, 50 | "research": "cultivator" 51 | } -------------------------------------------------------------------------------- /content/blocks/crafting/1a-d-plastanium-compressor-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 4, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "drawRegion", 9 | "suffix": "-bottom" 10 | }, 11 | { 12 | "type": "DrawLiquidTile", 13 | "drawLiquid": "oil" 14 | }, 15 | { 16 | "type": "DrawDefault" 17 | }, 18 | { 19 | "type": "DrawFade" 20 | } 21 | ] 22 | }, 23 | "hasPower": true, 24 | "hasItems": true, 25 | "itemCapacity": 60, 26 | "liquidCapacity": 85, 27 | "craftTime": 240, 28 | "craftEffect": "formsmoke", 29 | "updateEffect": "plasticburn", 30 | "consumes": { 31 | "power": 9, 32 | "items": { 33 | "items": [ 34 | "titanium/20", 35 | "spore-pod/15" 36 | ] 37 | }, 38 | "liquid": { 39 | "liquid": "oil", 40 | "amount": 1.2 41 | } 42 | }, 43 | "requirements": [ 44 | "lead/300", 45 | "graphite/150", 46 | "metaglass/120", 47 | "titanium/300", 48 | "silicon/300", 49 | "plastanium/120", 50 | "surge-alloy/90" 51 | ], 52 | "category": "crafting", 53 | "research": "1a-d-plastanium-compressor-ii", 54 | "outputItem": "plastanium/36" 55 | } 56 | -------------------------------------------------------------------------------- /content/blocks/effect/3a-c-force-projector-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ForceProjector", 3 | "health": 1800, 4 | "shieldHealth": 19000, 5 | "size": 5, 6 | "sides": 12, 7 | "liquidCapacity": 40, 8 | "shieldRotation":45, 9 | "itemCapacity": 30, 10 | "hasPower": true, 11 | "hasItems": true, 12 | "hasLiquid": true, 13 | "canOverdrive": true, 14 | "phaseUseTime": 420, 15 | "solid": true, 16 | "radius": 400, 17 | "cooldownNormal": 3.5, 18 | "cooldownLiquid": 2, 19 | "cooldownBrokenBase": 1.75, 20 | "consumes": { 21 | "power": 35, 22 | "items": { 23 | "items": [ 24 | "phase-fabric/4", 25 | "surge-alloy/4", 26 | "silicon/4" 27 | ], 28 | "optional": false 29 | } 30 | }, 31 | "requirements": [ 32 | "thorium/650", 33 | "titanium/850", 34 | "silicon/900", 35 | "plastanium/750", 36 | "phase-fabric/800", 37 | "surge-alloy/700" 38 | ], 39 | "category": "effect", 40 | "research": { 41 | "parent": "3a-c-force-projector-ii", 42 | "objectives": [ 43 | { 44 | "type": "SectorComplete", 45 | "preset": "planetaryTerminal" 46 | } 47 | ] 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /content/blocks/crafting/1a-m-pulverizer-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 3, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "DrawDefault" 9 | }, 10 | { 11 | "type": "DrawRegion", 12 | "suffix": "-rotator", 13 | "rotateSpeed": -5, 14 | "spinSprite": true 15 | }, 16 | { 17 | "type": "DrawLiquidRegion", 18 | "drawLiquid": "water" 19 | }, 20 | { 21 | "type": "DrawRegion", 22 | "suffix": "-top" 23 | } 24 | ] 25 | 26 | }, 27 | "hasPower": true, 28 | "hasLiquids":true, 29 | "hasItems": true, 30 | "itemCapacity": 60, 31 | "liquidCapacity": 35, 32 | "craftTime": 60, 33 | "craftEffect": "pulverize", 34 | "updateEffect": "pulverizeSmall", 35 | "ambientSound": "grinding", 36 | "ambientSoundVolume": 0.04, 37 | "consumes": { 38 | "power": 3.5, 39 | "items": { 40 | "items": [ 41 | "scrap/10" 42 | ] 43 | }, 44 | "liquid": { 45 | "liquid": "water", 46 | "amount": 0.11 47 | } 48 | }, 49 | "requirements": [ 50 | "titanium/90", 51 | "lead/85", 52 | "silicon/70", 53 | "plastanium/60" 54 | ], 55 | "category": "crafting", 56 | "research": "1a-m-pulverizer-ii", 57 | "outputItem": "sand/20" 58 | } 59 | -------------------------------------------------------------------------------- /content/blocks/production/7a-a-water-extractor-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "AttributeCrafter", 3 | "size": 4, 4 | "hasLiquids": true, 5 | "minEfficiency": 0.1, 6 | "boostScale": 0.05, 7 | "liquidCapacity": 100, 8 | "hasPower": true, 9 | "consumes": {"power": 5.5}, 10 | "outputsLiquid": true, 11 | "attribute":"water", 12 | "drawer": { 13 | "type": "DrawMulti", 14 | "drawers": [ 15 | { 16 | "type": "DrawDefault" 17 | }, 18 | { 19 | "type": "DrawLiquidRegion", 20 | "drawLiquid": "water" 21 | }, 22 | { 23 | "type": "DrawRegion", 24 | "suffix": "-rotator-1", 25 | "rotateSpeed": 5, 26 | "spinSprite": true 27 | }, 28 | { 29 | "type": "DrawRegion", 30 | "suffix": "-rotator-2", 31 | "rotateSpeed": 2, 32 | "spinSprite": true 33 | }, 34 | { 35 | "type": "DrawRegion", 36 | "suffix": "-top" 37 | } 38 | ] 39 | 40 | }, 41 | "requirements": [ 42 | "lead/160", 43 | "plastanium/140", 44 | "silicon/100", 45 | "metaglass/120", 46 | "surge-alloy/100" 47 | ], 48 | "category": "production", 49 | "outputLiquid": "water/1.5", 50 | "research": "7a-a-water-extractor-ii" 51 | } -------------------------------------------------------------------------------- /content/blocks/crafting/1a-k-disassembler-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Separator", 3 | "size": 4, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "drawRegion", 9 | "suffix": "-bottom" 10 | }, 11 | { 12 | "type": "DrawLiquidRegion", 13 | "drawLiquid": "slag" 14 | }, 15 | { 16 | "type": "DrawRegion", 17 | "suffix": "-spinner-1", 18 | "rotateSpeed": 3, 19 | "spinSprite": true 20 | }, 21 | { 22 | "type": "DrawRegion", 23 | "suffix": "-spinner-2", 24 | "rotateSpeed": 2, 25 | "spinSprite": true 26 | }, 27 | { 28 | "type": "DrawDefault" 29 | } 30 | ] 31 | }, 32 | 33 | "hasPower": true, 34 | "hasLiquids":true, 35 | "hasItems": true, 36 | "itemCapacity": 60, 37 | "liquidCapacity": 100, 38 | "craftTime": 1, 39 | "consumes": { 40 | "power": 6.5, 41 | "liquid": { 42 | "liquid": "slag", 43 | "amount": 1.4 44 | } 45 | }, 46 | "results": [ 47 | "copper/15", 48 | "lead/12", 49 | "graphite/10", 50 | "sand/16", 51 | "thorium/8", 52 | "titanium/12" 53 | ], 54 | "category": "crafting", 55 | "research": "disassembler", 56 | 57 | "requirements": [ 58 | "titanium/250", 59 | "silicon/350", 60 | "plastanium/200", 61 | "thorium/300", 62 | "surge-alloy/80" 63 | ] 64 | } 65 | -------------------------------------------------------------------------------- /content/blocks/power/6a-i-oil-combustion-generator-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ConsumeGenerator", 3 | "size": 3, 4 | "hasPower": true, 5 | "powerProduction": 15, 6 | "ambientSound": "steam", 7 | "generateEffect":{ 8 | "type": "RadialEffect", 9 | "amount": 18, 10 | "rotationSpacing": 45, 11 | "effect": { 12 | "particles": 1, 13 | "length": 90, 14 | "lifetime": 440, 15 | "cone": 11, 16 | "baseRotation": 35, 17 | "useRotation": false, 18 | "sizeFrom": 0, 19 | "sizeTo": 12, 20 | "colorFrom": 787878, 21 | "colorTo": 78787800, 22 | "sizeInterp": "pow2Out", 23 | "interp": "pow2Out" 24 | } 25 | }, 26 | "drawer": { 27 | "type": "DrawMulti", 28 | "drawers": [ 29 | { 30 | "type": "drawRegion", 31 | "suffix": "-bottom" 32 | }, 33 | { 34 | "type": "DrawLiquidTile", 35 | "drawLiquid": "oil" 36 | }, 37 | { 38 | "type": "DrawDefault" 39 | } 40 | ] 41 | }, 42 | "consumes": { 43 | "liquid": { 44 | "liquid": "oil", 45 | "amount": 0.4 46 | } 47 | }, 48 | "category": "power", 49 | "research":"6a-i-oil-combustion-generator-i", 50 | "requirements": [ 51 | "lead/65", 52 | "silicon/60", 53 | "plastanium/50", 54 | "metaglass/60" 55 | ] 56 | } -------------------------------------------------------------------------------- /content/blocks/crafting/1a-f-surge-smelter-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "AttributeCrafter", 3 | "boostScale": 0.1, 4 | "size": 5, 5 | "drawer": { 6 | "type": "DrawMulti", 7 | "drawers": [ 8 | { 9 | "type": "DrawDefault" 10 | }, 11 | { 12 | "type": "DrawFlame", 13 | "flameRadius": 6, 14 | "flameRadiusIn": 3.5, 15 | "flameRadiusScl": 4.5, 16 | "flameRadiusMag": 2.5, 17 | "flameRadiusInMag": 1.7 18 | } 19 | ] 20 | }, 21 | "hasPower": true, 22 | "hasItems": true, 23 | "itemCapacity": 50, 24 | "liquidCapacity": 40, 25 | "craftTime": 150, 26 | "craftEffect": "smeltsmoke", 27 | "updateEffect": "none", 28 | "consumes": { 29 | "power": 15, 30 | "items": { 31 | "items": [ 32 | "silicon/14", 33 | "titanium/14", 34 | "thorium/16", 35 | "graphite/12", 36 | "blast-compound/4" 37 | ] 38 | }, 39 | "liquid": { 40 | "liquid": "cryofluid", 41 | "amount": 0.25 42 | } 43 | }, 44 | "requirements": [ 45 | "lead/300", 46 | "silicon/350", 47 | "titanium/350", 48 | "plastanium/250", 49 | "thorium/250", 50 | "phase-fabric/175", 51 | "surge-alloy/150" 52 | ], 53 | "category": "crafting", 54 | "research": { 55 | "parent": "1a-f-surge-smelter-ii", 56 | "objectives": [ 57 | "desolateRift" 58 | ] 59 | }, 60 | "outputItem": "surge-alloy/21" 61 | } 62 | -------------------------------------------------------------------------------- /content/blocks/production/7a-c-oil-extractor-ii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "AttributeCrafter", 3 | "health": 590, 4 | "outputLiquid": "oil/0.8", 5 | "baseEfficiency": 0, 6 | "drawer": { 7 | "type": "DrawMulti", 8 | "drawers": [ 9 | { 10 | "type": "DrawDefault" 11 | }, 12 | { 13 | "type": "DrawLiquidRegion", 14 | "drawLiquid": "oil" 15 | }, 16 | { 17 | "type": "DrawRegion", 18 | "suffix": "-rotator", 19 | "rotateSpeed": 4, 20 | "spinSprite": true 21 | }, 22 | { 23 | "type": "DrawRegion", 24 | "suffix": "-top" 25 | } 26 | ] 27 | 28 | }, 29 | "size": 4, 30 | "requirements": [ 31 | "silicon/175", 32 | "titanium/180", 33 | "lead/150", 34 | "thorium/150", 35 | "plastanium/100" 36 | ], 37 | "hasPower": true, 38 | "craftTime":60, 39 | "hasLiquids": true, 40 | "minEfficiency": 0.1, 41 | "hasItems": true, 42 | "itemCapacity": 15, 43 | "liquidCapacity": 80, 44 | "attribute": "oil", 45 | "boostScale": 0.0625, 46 | "maxBoost": 1.5, 47 | "consumes": { 48 | "power": 6, 49 | "items": { 50 | "items": [ 51 | {"item": "sand", "amount": 3} 52 | ] 53 | }, 54 | "liquid": { 55 | "liquid": "water", 56 | "amount": 0.4 57 | } 58 | }, 59 | "category": "production", 60 | "research": "oil-extractor" 61 | } -------------------------------------------------------------------------------- /content/blocks/production/7a-c-oil-extractor-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "AttributeCrafter", 3 | "health": 900, 4 | "outputLiquid": "oil/1.5", 5 | "baseEfficiency": 0, 6 | "drawer": { 7 | "type": "DrawMulti", 8 | "drawers": [ 9 | { 10 | "type": "DrawDefault" 11 | }, 12 | { 13 | "type": "DrawLiquidRegion", 14 | "drawLiquid": "oil" 15 | }, 16 | { 17 | "type": "DrawRegion", 18 | "suffix": "-rotator", 19 | "rotateSpeed": 5, 20 | "spinSprite": true 21 | }, 22 | { 23 | "type": "DrawRegion", 24 | "suffix": "-top" 25 | } 26 | ] 27 | 28 | }, 29 | "size": 5, 30 | "requirements": [ 31 | "silicon/375", 32 | "titanium/300", 33 | "lead/350", 34 | "thorium/250", 35 | "plastanium/150", 36 | "surge-alloy/120" 37 | ], 38 | "hasPower": true, 39 | "hasLiquids": true, 40 | "hasItems": true, 41 | "itemCapacity": 35, 42 | "minEfficiency": 0.1, 43 | "boostScale": 0.0401, 44 | "craftTime":90, 45 | "liquidCapacity": 70, 46 | "maxBoost": 1.5, 47 | "attribute": "oil", 48 | "consumes": { 49 | "power": 15, 50 | "items": { 51 | "items": [ 52 | {"item": "sand", "amount": 5} 53 | ] 54 | }, 55 | "liquid": { 56 | "liquid": "water", 57 | "amount": 0.7 58 | } 59 | }, 60 | "category": "production", 61 | "research": "7a-c-oil-extractor-ii" 62 | } -------------------------------------------------------------------------------- /content/blocks/power/6a-i-oil-combustion-generator-i.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ConsumeGenerator", 3 | "size": 2, 4 | "hasPower": true, 5 | "powerProduction": 7.5, 6 | "ambientSound": "steam", 7 | "generateEffect":{ 8 | "type": "RadialEffect", 9 | "amount": 16, 10 | "rotationSpacing": 45, 11 | "effect": { 12 | "particles": 1, 13 | "length": 70, 14 | "lifetime": 400, 15 | "cone": 11, 16 | "baseRotation": 35, 17 | "useRotation": false, 18 | "sizeFrom": 0, 19 | "sizeTo": 9, 20 | "colorFrom": 787878, 21 | "colorTo": 78787800, 22 | "sizeInterp": "pow2Out", 23 | "interp": "pow2Out" 24 | } 25 | }, 26 | "drawer": { 27 | "type": "DrawMulti", 28 | "drawers": [ 29 | { 30 | "type": "drawRegion", 31 | "suffix": "-bottom" 32 | }, 33 | { 34 | "type": "DrawLiquidTile", 35 | "drawLiquid": "oil" 36 | }, 37 | { 38 | "type": "DrawDefault" 39 | } 40 | ] 41 | }, 42 | "consumes": { 43 | "liquid": { 44 | "liquid": "oil", 45 | "amount": 0.2 46 | } 47 | }, 48 | "category": "power", 49 | "research": { 50 | "parent": "steam-generator", 51 | "objectives": [ 52 | "differential-generator" 53 | ] 54 | }, 55 | "requirements": [ 56 | "lead/30", 57 | "silicon/40", 58 | "titanium/30", 59 | "metaglass/25" 60 | ] 61 | } -------------------------------------------------------------------------------- /content/blocks/power/6a-i-oil-combustion-generator-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ConsumeGenerator", 3 | "size": 4, 4 | "hasPower": true, 5 | "powerProduction": 36, 6 | "ambientSound": "steam", 7 | "generateEffect":{ 8 | "type": "RadialEffect", 9 | "amount": 20, 10 | "rotationSpacing": 45, 11 | "effect": { 12 | "particles": 1, 13 | "length": 80, 14 | "lifetime": 440, 15 | "cone": 11, 16 | "baseRotation": 35, 17 | "useRotation": false, 18 | "sizeFrom": 0, 19 | "sizeTo": 14, 20 | "colorFrom": 787878, 21 | "colorTo": 78787800, 22 | "sizeInterp": "pow2Out", 23 | "interp": "pow2Out" 24 | } 25 | }, 26 | "drawer": { 27 | "type": "DrawMulti", 28 | "drawers": [ 29 | { 30 | "type": "drawRegion", 31 | "suffix": "-bottom" 32 | }, 33 | { 34 | "type": "DrawLiquidTile", 35 | "drawLiquid": "oil" 36 | }, 37 | { 38 | "type": "DrawDefault" 39 | } 40 | ] 41 | }, 42 | "consumes": { 43 | "liquid": { 44 | "liquid": "oil", 45 | "amount": 0.9 46 | } 47 | }, 48 | "category": "power", 49 | "research": { 50 | "parent": "6a-i-oil-combustion-generator-ii", 51 | "objectives": [ 52 | "6a-c-burner-generator" 53 | ] 54 | }, 55 | "requirements": [ 56 | "surge-alloy/180", 57 | "thorium/190", 58 | "silicon/200", 59 | "plastanium/150", 60 | "metaglass/175" 61 | ] 62 | } -------------------------------------------------------------------------------- /content/blocks/power/6a-h-surge-plasma-reactor.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ImpactReactor", 3 | "size": 5, 4 | "health":4000, 5 | "hasPower": true, 6 | "hasItems": true, 7 | 8 | "explodeEffect": "impactReactorExplosion", 9 | "explodeSound": "explosionbig", 10 | 11 | "powerProduction": 730, 12 | "itemCapacity": 30, 13 | "liquidCapacity": 40, 14 | "explosionRadius": 50, 15 | "explosionDamage": 1000, 16 | "itemDuration": 300, 17 | "drawer": { 18 | "type": "DrawMulti", 19 | "drawers": [ 20 | { 21 | "type": "drawRegion", 22 | "suffix": "-bottom" 23 | }, 24 | { 25 | "type": "DrawPlasma" 26 | }, 27 | { 28 | "type": "DrawDefault" 29 | }, 30 | { 31 | "type": "DrawLiquidRegion", 32 | "drawLiquid": "antifreeze" 33 | } 34 | ] 35 | }, 36 | "consumes": { 37 | "power": 150.0, 38 | "items": [ 39 | "blast-compound/5", 40 | "surge-alloy/5" 41 | ], 42 | "liquid": { 43 | "liquid": "antifreeze", 44 | "amount": 0.9 45 | } 46 | }, 47 | "category": "power", 48 | "research": { 49 | "parent": "impact-reactor", 50 | "objectives": [ 51 | { 52 | "type": "SectorComplete", 53 | "preset": "planetaryTerminal" 54 | }, 55 | "6a-g-thorium-reactor-iii" 56 | ] 57 | }, 58 | "requirements": [ 59 | "titanium/950", 60 | "surge-alloy/950", 61 | "silicon/950", 62 | "plastanium/900", 63 | "phase-fabric/800", 64 | "metaglass/800" 65 | ] 66 | } 67 | -------------------------------------------------------------------------------- /content/blocks/crafting/1a-g-cryofluid-mixer-iii.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "size": 4, 4 | "drawer": { 5 | "type": "DrawMulti", 6 | "drawers": [ 7 | { 8 | "type": "drawRegion", 9 | "suffix": "-bottom" 10 | }, 11 | { 12 | "type": "DrawLiquidTile", 13 | "drawLiquid": "water" 14 | }, 15 | { 16 | "type": "DrawLiquidTile", 17 | "drawLiquid": "cryofluid", 18 | "drawLiquidLight": true 19 | }, 20 | { 21 | "type": "DrawRegion", 22 | "suffix": "-spinner", 23 | "rotateSpeed": 3, 24 | "spinSprite": true 25 | }, 26 | { 27 | "type": "DrawDefault" 28 | }, 29 | { 30 | "type": "DrawLiquidOutputs" 31 | } 32 | ] 33 | 34 | }, 35 | "hasPower": true, 36 | "hasItems": true, 37 | "rotateDraw": false, 38 | "rotate":true, 39 | "itemCapacity": 40, 40 | "liquidCapacity":700, 41 | "craftTime": 200, 42 | "outputsLiquid": true, 43 | "consumes": { 44 | "power": 7, 45 | "items": { 46 | "items": [ 47 | "titanium/13", 48 | "lead/8", 49 | "silicon/3" 50 | ] 51 | }, 52 | "liquid": { 53 | "liquid": "water", 54 | "amount": 2.5 55 | } 56 | }, 57 | "requirements": [ 58 | "lead/225", 59 | "titanium/250", 60 | "silicon/250", 61 | "plastanium/150", 62 | "metaglass/175", 63 | "surge-alloy/200" 64 | ], 65 | "category": "crafting", 66 | "research": { 67 | "parent": "1a-g-cryofluid-mixer-ii", 68 | "objectives": [ 69 | "desolateRift" 70 | ] 71 | }, 72 | "outputLiquids": [ 73 | "cryofluid/1.3", 74 | "antifreeze/1.2" 75 | ], 76 | "liquidOutputDirections": [1, 3] 77 | } 78 | -------------------------------------------------------------------------------- /content/units/a-upsilon.json: -------------------------------------------------------------------------------- 1 | { 2 | "flying": true, 3 | "mineSpeed": 10, 4 | "defaultController": "BuilderAI", 5 | "mineTier":4, 6 | "speed": 4.05, 7 | "accel": 0.125, 8 | "lowAltitude": true, 9 | "drag": 0.0625, 10 | "itemCapacity": 120, 11 | "health": 400, 12 | "fogRadius":0, 13 | "rotateSpeed": 21, 14 | "armor": 1, 15 | "buildSpeed": 1.25, 16 | "engineOffset":10, 17 | "engineSize:": 6, 18 | "hitsize":18, 19 | "weapons": [ 20 | { 21 | "name": "a-upsilon-weapon1", 22 | "reload": 35, 23 | "mirror": true, 24 | "rotate":true, 25 | "x": -7.25, 26 | "y": 2, 27 | "top": true, 28 | "shoot": { 29 | "type": "shootPattern", 30 | "shots": 3, 31 | "shotDelay": 2 32 | }, 33 | "shootY": 2, 34 | "ejectEffect": "casing3", 35 | "bullet": { 36 | "type": "BasicBulletType", 37 | "homingPower": 0.1, 38 | "damage": 10, 39 | "speed": 4, 40 | "width": 8, 41 | "height": 13, 42 | "shootEffect": "shootSmall", 43 | "smokeEffect": "shootSmallSmoke", 44 | "buildingDamageMultiplier": 0.01, 45 | "lifetime": 75 46 | } 47 | }, 48 | { 49 | "name": "a-upsilon-weapon2", 50 | "reload": 40, 51 | "top": true, 52 | "mirror": false, 53 | "inaccuracy": 4, 54 | "x":0, 55 | "y":-1.9, 56 | "shoot": { 57 | "type": "shootPattern", 58 | "shots": 3, 59 | "shotDelay": 4 60 | }, 61 | "shootY": 3, 62 | "ejectEffect": "none", 63 | "shootSound": "missile", 64 | "bullet": { 65 | "type": "MissileBulletType", 66 | "homingPower": 0.1, 67 | "homingRange":60, 68 | "weaveScale": 6, 69 | "weaveMag": 1.1, 70 | "damage": 16, 71 | "speed": 3, 72 | "width": 8, 73 | "height": 8, 74 | "lifetime": 60, 75 | "frontColor": "fff8e8", 76 | "backColor": "f9c27a", 77 | "trailColor": "ffb855", 78 | "hitEffect": "blastExplosion", 79 | "despawnEffect": "blastExplosion", 80 | "buildingDamageMultiplier": 0.01, 81 | "shootEffect": "shootBig", 82 | "smokeEffect": "shootSmallSmoke" 83 | } 84 | } 85 | ] 86 | } -------------------------------------------------------------------------------- /bundles/bundle_ko.properties: -------------------------------------------------------------------------------- 1 | 2 | # 블럭들 3 | # 공장 4 | block.tiered-1a-a-multi-press-ii.name = 대형 흑연 압축기 5 | block.tiered-1a-a-multi-press-ii.description =티어 3 흑연 압축기. 냉각을 위해 더 많은 물이 필요합니다. 6 | 7 | block.tiered-1a-b-silicon-crucible-ii.name = 큰 실리콘 도가니 8 | block.tiered-1a-b-silicon-crucible-ii.description = 티어 3 실리콘 제련소는 고효율을 위해 폭발물을 사용합니다. 9 | 10 | block.tiered-1a-c-kiln-ii.name = 강화 유리 도가니 11 | block.tiered-1a-c-kiln-ii.description = 고급 가마. 강화 유리 생산에 사용합니다. 12 | block.tiered-1a-c-kiln-iii.name = 큰 강화 유리 제련소 13 | block.tiered-1a-c-kiln-iii.description = 티어 3 가마. 또한 폭발물을 사용합니다. 14 | 15 | block.tiered-1a-d-plastanium-compressor-ii.name = 고급 압축기 16 | block.tiered-1a-d-plastanium-compressor-ii.description = 티어 2 플라스타늄 압축기. 생산을 위해 추가 포자 꼬투리가 필요합니다. 17 | block.tiered-1a-d-plastanium-compressor-iii.name = 대형 플라스타늄 합성기 18 | block.tiered-1a-d-plastanium-compressor-iii.description = 티어 3 플라스타늄 압축기. 납과 같은 여분의 금속이 필요합니다. 19 | block.tiered-1a-e-phase-weaver-ii.name = 고급 제조기 20 | block.tiered-1a-e-phase-weaver-ii.description = 티어 2 메타 제조기. 냉각수가 필요합니다. 21 | block.tiered-1a-e-phase-weaver-iii.name = 큰 제조기 22 | block.tiered-1a-e-phase-weaver-iii.description = 티어 3 메타 제조기. 23 | 24 | block.tiered-1a-f-surge-smelter-ii.name = 합금로 25 | block.tiered-1a-f-surge-smelter-ii.description = 티어 2 설금 제련소. 더 나은 효율성을 위해 파이라타이트를 사용합니다. 실리콘 도가니와 같은 친화성이 있습니다. 26 | block.tiered-1a-f-surge-smelter-iii.name = 설금 대장간 27 | block.tiered-1a-f-surge-smelter-iii.description = 티어 3 설금 제련소. 추가 폭발물과 냉각수를 사용합니다. 28 | block.tiered-1a-f-surge-smelter-iii.details = WIP 밸런싱 29 | 30 | block.tiered-1a-g-cryofluid-mixer-ii.name = 냉각수 블렌더 31 | block.tiered-1a-g-cryofluid-mixer-ii.description = 높은 냉각수 생산을 위해 여분의 납을 사용합니다. 32 | block.tiered-1a-g-cryofluid-mixer-iii.name = 큰 냉각수 혼합기 33 | block.tiered-1a-g-cryofluid-mixer-iii.description = 더 큰 냉각수 혼합기는 추가 실리콘이 필요합니다. 34 | 35 | block.tiered-1a-h-pyratite-mixer-ii.name = 고급 파이라타이트 혼합기 36 | block.tiered-1a-h-pyratite-mixer-ii.description = 더 큰 파이라타이트 혼합기. 더 빠른 파이라타이트 생산을 위해 석유가 필요합니다. 37 | block.tiered-1a-h-pyratite-mixer-iii.name = 파이라타이트 대장간 38 | block.tiered-1a-h-pyratite-mixer-iii.description = 더 크고 빠른 파이라타이트 혼합기. 39 | 40 | block.tiered-1a-i-blast-mixer-ii.name = 고급 폭발물 혼합기 41 | block.tiered-1a-i-blast-mixer-ii.description = 더 큰 폭발물 혼합기. 더 빠른 폭발물 생산을 위해 오일이 필요합니다. 42 | block.tiered-1a-i-blast-mixer-iii.name = 복합 대장간 43 | block.tiered-1a-i-blast-mixer-iii.description = 더 크고 빠른 폭발물 혼합기. 44 | 45 | block.tiered-1a-j-melter-ii.name = 고철 버너 46 | block.tiered-1a-j-melter-ii.description = 더 큰 융해기는 더 빠른 고철 융해를 위해 석탄을 연료로 사용합니다. 47 | block.tiered-1a-j-melter-iii.name = 큰 융해기 48 | block.tiered-1a-j-melter-iii.description = 녹은 고철에서 다량의 광재를 추출합니다. 파이라타이트는 더 나은 연소 연료로 필요합니다. 49 | block.tiered-1a--disassembler-ii.name = 큰 분리기 50 | block.tiered-1a-k-disassembler-ii.description = 고철을 소모하지 않고 광재 사용량이 많은 고급 분리기입니다. 51 | 52 | block.tiered-1a-l-spore-press-ii.name = 포자 분쇄기 53 | block.tiered-1a-l-spore-press-ii.description = 더 큰 포자 압축기는 더 나은 석유 생산량을 위해 더 많은 포자 꼬투리 를 분쇄합니다. 54 | block.tiered-1a-l-spore-press-iii.name = 큰 압축기 55 | block.tiered-1a-l-spore-press-iii.description = 티어 3 포자 압축기는 이 작업을 수행하려면 빠른 포자 꼬투리 입력이 필요합니다. 56 | 57 | block.tiered-1a-m-pulverizer-ii.name = 그라인더 58 | block.tiered-1a-m-pulverizer-ii.description =더 큰 분쇄기. 냉각수로 물을 사용합니다. 59 | block.tiered-1a-m-pulverizer-iii.name = 슈레더 60 | block.tiered-m-pulverizer-iii.description = 그라인더처럼 작동하지만 더 많은 물을 사용합니다. 61 | 62 | block.tiered-1a-n-coal-centrifuge-ii.name = 고급 원심 분리기 63 | block.tiered-1a-n-coal-centrifuge-ii.description = 더 나은 석탄 원심 분리기. 64 | block.tiered-1a-n-coal-centrifuge-iii.name = 대량 석탄 추출기 65 | block.tiered-1a-n-coal-centrifuge-iii.description = 티어 3 석탄 원심 분리기는 추가 포자 압축기가 필요합니다. 66 | ��. 67 | �니다. 68 | ��. 69 | -------------------------------------------------------------------------------- /bundles/bundle_ru.properties: -------------------------------------------------------------------------------- 1 | # жидкости 2 | liquid.tiered-antifreeze.name = Жидкий водород 3 | liquid.tiered-antifreeze.description = Вторичная жидкость выходящая из смесителя криогенной жидкости 3-го уровня. Используется в турелях, плазменном реакторе и ТТЯЭС 4 | 5 | # блоки 6 | # стены 7 | block.tiered-2a-a01-combined-wall.name = Копмпозитная стена, 1-го уровня 8 | block.tiered-2a-a01-combined-wall.description = Комбинация медной и титановой стены. 9 | block.tiered-2a-a02-combined-wall.name = Огромная Копмпозитная стена, 1-го уровня 10 | block.tiered-2a-a02-combined-wall.description = Комбинация медной и титановой стены. 11 | 12 | block.tiered-2a-b01-combined-wall.name = Копмпозитная стена, 2-го уровня 13 | block.tiered-2a-b01-combined-wall.description = Комбинация ториевой и пластановой стены. Поглощает лазеры. 14 | block.tiered-2a-b02-combined-wall.name = Огромная Копмпозитная стена, 2-го уровня 15 | block.tiered-2a-b02-combined-wall.description = Комбинация ториевой и пластановой стены. Поглощает лазеры. 16 | 17 | block.tiered-2a-c01-combined-wall.name = Копмпозитная стена, 3-го уровня 18 | block.tiered-2a-c01-combined-wall.description = Стена воспроизводящяя собственный щит при подаче энергии, 19 | block.tiered-2a-c02-combined-wall.name = Огромная Копмпозитная стена, 3-го уровня 20 | block.tiered-2a-c02-combined-wall.description = Стена воспроизводящяя собственный щит при подаче энергии. 21 | 22 | # защита/ускорение/ремонт/хранилища 23 | block.tiered-3a-g-launch-pad-ii.name = продвинутая пусковая площадка 24 | block.tiered-3a-g-launch-pad-ii.description = Транспортирует больше предметов. 25 | block.tiered-3a-g-launch-pad-iii.name = Планетарная пусковая площадка 26 | block.tiered-3a-g-launch-pad-iii.description = Доставляет очень много предметов на другие сектора. 27 | block.tiered-3a-g-launch-pad-iii.details = Пусковые площадки 2-го и 3-го уровня созданы для баланса с модом Allure. 28 | 29 | block.tiered-3a-f-illuminator-ii.name = Проэктор 30 | block.tiered-3a-f-illuminator-ii.description = Светит сильнее. 31 | block.tiered-3a-f-illuminator-iii.name = Сверхмощный осветитель 32 | block.tiered-3a-f-illuminator-iii.description = Светит ещë сильнее. 33 | 34 | block.tiered-3a-e-armored-warehouse.name = Массовый склад 35 | block.tiered-3a-e-armored-warehouse.description = Хранит массивное число предметов. Может быть присоеденëн к ядру для его расширения 36 | 37 | block.tiered-3a-a-mend-dome.name = Ремонтный купол 38 | block.tiered-3a-a-mend-dome.description = Эффективнее востанавливает блоки в большом радиусе. Требует для работы фазовую ткань и кремний 39 | 40 | block.tiered-3a-b-overdrive-dome-ii.name = Сверхприводный распределитель 41 | block.tiered-3a-b-overdrive-dome-ii.description = Массово ускоряет работу блоков в радиусе 42 | 43 | block.tiered-3a-c-force-projector-ii.name = Большой силовой проэктор 44 | block.tiered-3a-c-force-projector-ii.description = Создаëт большой силовой щит который защищает юнитов и блоки под ним. Эффективнее обычной версии. 45 | block.tiered-3a-c-force-projector-iii.name = Продвинутый силовой купол 46 | block.tiered-3a-c-force-projector-iii.description = Купол охватывающий почти всю базу. Всë также требует для работы некоторые ресурсы. 47 | 48 | # ядра 49 | block.tiered-3a-d-core-fortification.name = Ядро: Укрепление 50 | 51 | # логистика 52 | block.tiered-4a-mass-driver-ii.name = Большая электромагнитная катапульта 53 | block.tiered-4a-mass-driver-ii.description = Более совершенная версия электромагнитной катапульты, перезарядка длинее из-за большего объëма пачки. 54 | block.tiered-4a-mass-driver-iii.name = Гигансткая электромагнитная катапульта 55 | block.tiered-4a-mass-driver-iii.description = Электромагнитная катапульта 3-го тира. Требует для работы криогенную жидкость 56 | 57 | block.tiered-4a-alloy-conveyor.name = Кинетический конвеер 58 | block.tiered-4a-alloy-conveyor.description = Перемещает предметы большими пачками, а остальное также как и у пластанового конвеера 59 | 60 | # фабрики 61 | block.tiered-1a-n-coal-centrifuge-ii.name = Усовершенствованная угольная центрифуга 62 | block.tiered-1a-n-coal-centrifuge-ii.description = Более эффективная угольная центрифуга. 63 | block.tiered-1a-n-coal-centrifuge-iii.name = Массовая угольная чаша 64 | block.tiered-1a-n-coal-centrifuge-iii.description = Улучшенная и последняя версия угольной центрифуги, требует споровые стручки. 65 | 66 | block.tiered-1a-a-multi-press-ii.name = Массовый графитный пресс 67 | block.tiered-1a-a-multi-press-ii.description = Графитный пресс 3-го уровня. Требует больше воды для охлаждения. 68 | 69 | block.tiered-1a-b-silicon-crucible-ii.name = Массовая кремниевая доменная печь 70 | block.tiered-1a-b-silicon-crucible-ii.description = Кремниевая плавильня 3-го уровня. Требует более плотную форму углерода (графит). 71 | 72 | block.tiered-1a-c-kiln-ii.name = Плавильня метастекла 73 | block.tiered-1a-c-kiln-ii.description = Продвинутая печь. Используется для массового производства метастекла. 74 | block.tiered-1a-c-kiln-iii.name = Большой тигель метастекла 75 | block.tiered-1a-c-kiln-iii.description = Печь 3-го уровня. Использует больше пиротитовой смеси. 76 | 77 | block.tiered-1a-d-plastanium-compressor-ii.name = Продвинутый пластановый компрессор 78 | block.tiered-1a-d-plastanium-compressor-ii.description = Пластновый компрессор 2-го уровня. Дополнительно требует споры для производства. 79 | block.tiered-1a-d-plastanium-compressor-iii.name = Пластановый массовый пресс 80 | block.tiered-1a-d-plastanium-compressor-iii.description = Пластановый компрессор 3-го тира. В процессе производства потребляет много спор. 81 | 82 | block.tiered-1a-e-phase-weaver-ii.name = Продвинутый фазовый ткач 83 | block.tiered-1a-e-phase-weaver-ii.description = Фазовый ткач 2-го уровня. Требует криогенную жидкость для охлаждения. 84 | block.tiered-1a-e-phase-weaver-iii.name = Фазовый ткатцкий станок 85 | block.tiered-1a-e-phase-weaver-iii.description = Фазовый ткач 3-го уровня. 86 | 87 | block.tiered-1a-f-surge-smelter-ii.name = Кинетический тигель 88 | block.tiered-1a-f-surge-smelter-ii.description = Плавильня кинетического сплава 2-го уровня. Использует пиротит для хорошей эффективности. Работает по той же технологии, что и кремниевый тигель. 89 | block.tiered-1a-f-surge-smelter-iii.name = Кинетический горн 90 | block.tiered-1a-f-surge-smelter-iii.description = Плавильня кинетического сплава 3-го уровня. Дополнительно использует взрывчатую смесь и криогенную жидкость. 91 | block.tiered-1a-f-surge-smelter-iii.details = Работа над балансом в процессе 92 | 93 | block.tiered-1a-g-cryofluid-mixer-ii.name = Мешалка криогенной жидкости 94 | block.tiered-1a-g-cryofluid-mixer-ii.description = Дополнительно использует свинец для эффективного производства криогенной жидкости. 95 | block.tiered-1a-g-cryofluid-mixer-iii.name = Смеситель криогенной жидкости 96 | block.tiered-1a-g-cryofluid-mixer-iii.description = Более габаритная мешалка. 97 | 98 | block.tiered-1a-h-pyratite-mixer-ii.name = Продвинутая мешалка пиротита 99 | block.tiered-1a-h-pyratite-mixer-ii.description = Требует нефть для ускоренной продукции пиротита. 100 | block.tiered-1a-h-pyratite-mixer-iii.name = Пиротитовый миксер 101 | block.tiered-1a-h-pyratite-mixer-iii.description = Мешалка пиротита 3-го уровня. 102 | 103 | block.tiered-1a-i-blast-mixer-ii.name = Смеситель взрывчатой смеси 104 | block.tiered-1a-i-blast-mixer-ii.description = Более габаритная мешалка взрывчатой смеси. Требует нефть для ускоренной продукции взрывчатой смеси. 105 | block.tiered-1a-i-blast-mixer-iii.name = Миксер взрывчатой смеси 106 | block.tiered-1a-i-blast-mixer-iii.description = Огромная мешалка взрывчатой смеси 3-го уровня. 107 | 108 | block.tiered-1a-j-melter-ii.name = Шлаковая доменная печь 109 | block.tiered-1a-j-melter-ii.description = Более габаритная плавильня, использует уголь для ускоренного плавления металлолома. 110 | block.tiered-1a-j-melter-iii.name = Шлаковый отделитель 111 | block.tiered-1a-j-melter-iii.description = Извлекает большое количество шлака из расплавленного металлолома. Пиротит требуется в качестве более хорошего топлива. 112 | 113 | block.tiered-1a-k-disassembler-ii.name = Инерционный отделитель 114 | block.tiered-1a-k-disassembler-ii.description = Усовершенствованный отделитель, не потребляющий металлолом, но использующий большое количество шлака. 115 | 116 | block.tiered-1a-l-spore-press-ii.name = Дробилка спор 117 | block.tiered-1a-l-spore-press-ii.description = Больший споровый пресс, сжимающий больше спор для лучшего синтеза нефти. 118 | block.tiered-1a-l-spore-press-iii.name = Синтетический уплотнитель 119 | block.tiered-1a-l-spore-press-iii.description = Споровый пресс 3-го уровня, для работы требуется быстрая подача спор. 120 | 121 | block.tiered-1a-m-pulverizer-ii.name = Дробитель 122 | block.tiered-1a-m-pulverizer-ii.description = Большой измельчитель. Использует воду как охлаждение. 123 | block.tiered-1a-m-pulverizer-iii.name = Шреддер 124 | block.tiered-1a-m-pulverizer-iii.description = Работает так же, как и дробитель, но требует больше воды. 125 | 126 | #Эрикир фарбики 127 | block.tiered-1-silicon-arc-melter.name = Кремниивая дуговая кузница 128 | 129 | # энергия 130 | block.tiered-6a-h-surge-plasma-reactor.name = Плазмовый термоядерный реактор 131 | block.tiered-6a-h-surge-plasma-reactor.description = Использует кинетический сплав и взывчатую смесь для получения гиганского количиства энергии. Требует энергию для старта. Если при работе будет сломан, то будет взрыв. 132 | 133 | block.tiered-6a-i-oil-combustion-generator-i.name = Нефтяной генератор 134 | block.tiered-6a-i-oil-combustion-generator-i.description = Использует нефть для генерации энергии. 135 | block.tiered-6a-i-oil-combustion-generator-ii.name = Улучшенный нефтяной генератор 136 | block.tiered-6a-i-oil-combustion-generator-ii.description = Использует больше нефти для генерации энергии 137 | block.tiered-6a-i-oil-combustion-generator-iii.name = Продвинутый нефтяной генератор 138 | block.tiered-6a-i-oil-combustion-generator-iii.description = Использует огромное количество нефти для генерации энергии 139 | 140 | block.tiered-6a-a-surge-tower-ii.name = Большая кинетическая вышка 141 | block.tiered-6a-a-surge-tower-ii.description = Усовершенствованная кинетическая вышка, работает на больших дистанциях. 142 | block.tiered-6a-a-surge-tower-iii.name = Кинетическая сверхвышка 143 | block.tiered-6a-a-surge-tower-iii.description = Кинетическая вышка 3-го уровня, используемая для подключения питания на очень большие расстояния. 144 | 145 | block.tiered-6a-b-battery-ii.name = Средний аккумулятор 146 | block.tiered-6a-b-battery-ii.description = Аккумулятор, хранит энергии больше чем маленький аккумулятор. 147 | block.tiered-6a-b-battery-large-ii.name = Огромный аккумулятор 148 | block.tiered-6a-b-battery-large-ii.description = Большой аккумулятор 3-го уровня. Может хранить действительно большое количество энергии. 149 | 150 | block.tiered-6a-c-burner-generator.name = Продвинутый генератор внутреннего сгорания 151 | block.tiered-6a-c-burner-generator.description = Получает больше энергии из топлива. Может быть исследован после дифференциального генератора. 152 | 153 | block.tiered-6a-d-thermal-generator-ii.name = ТЭС 154 | block.tiered-6a-d-thermal-generator-ii.description = Тоже, что и термальный генератор, но больше и эффективнее. 155 | block.tiered-6a-d-thermal-generator-iii.name = ПТЭС 156 | block.tiered-6a-d-thermal-generator-iii.description = Продвинутая термальная электростанция. 157 | 158 | block.tiered-6a-e-rtg-generator-ii.name = Усовершенствованный радиоизотопный термоэлектрический генератор 159 | block.tiered-6a-e-rtg-generator-ii.description = Тот же радиоизотопный термоэлектрический генератор, но больше и эффективнее. 160 | block.tiered-6a-e-rtg-generator-iii.name = Катализатор распада 161 | block.tiered-6a-e-rtg-generator-iii.description = Использует радиоактивный материал не просто как материал для распада, но и как топливо для ядерного синтеза 162 | 163 | block.tiered-6a-f-solar-panel-huge.name = Огромная солнечная панель 164 | block.tiered-6a-f-solar-panel-huge.description = Лучше маленькой большой панели, но вырабатываает не намного больше энергии. 165 | block.tiered-6a-f-medium-solar-panel.name = Средняя солнечная панель 166 | block.tiered-6a-f-medium-solar-panel.description = Улучшенная версия маленькой солнечной панели 167 | 168 | block.tiered-6a-g-thorium-reactor-ii.name = Продвинутый Ториивый реактор 169 | block.tiered-6a-g-thorium-reactor-ii.description = Использует торий и криогенную жидкость для высокой мощности. 170 | block.tiered-6a-g-thorium-reactor-iii.name = ТТЯЭС 171 | block.tiered-6a-g-thorium-reactor-iii.description = Ториевая-Термоядерная электростанция. Более высокая эффективность и более надежная бронезащита, есле не охлаждать то будет трагедия. 172 | block.tiered-6a-g-thorium-reactor-iii.details = ДАЖЕ НЕ ДУМАЙТЕ ОСТАВЛЯТЬ ЭТУ ЭЛЕКТРОСТАНЦИЮ БЕЗ ОХЛАЖДЕНИЯ, НА ЗЕМЛЕ И ТАК ХВАТИЛО ЧЕРНОБЫЛЯ 173 | 174 | # дрели 175 | block.tiered-5a-a-huge-pump.name = Производственный насос 176 | block.tiered-5a-a-huge-pump.description = выкачивает гигансткое количество жидкости. 177 | 178 | block.tiered-5a-b-liquid-tank-ii.name = Жидкостный резервуар 179 | block.tiered-5a-b-liquid-tank-ii.description = Хранит значительное количество жидкости. Построен с ториевыми защитными пластинами, имеет приличную устойчивость к повреждениям. 180 | 181 | block.tiered-7a-a-colossal-drill.name = Массовая дрель 182 | block.tiered-7a-a-colossal-drill.description = Добывает очень много ресурсов. Требует криогенную жидкость для работы. 183 | 184 | block.tiered-7a-a-water-extractor-ii.name = Гидро скважина 185 | block.tiered-7a-a-water-extractor-ii.description = Извлекает больше подземной воды, чем его обычная версия. Используется в местах с малым количеством поверхностных вод. 186 | block.tiered-7a-a-water-extractor-iii.name = Массовый гидро-экстрактор 187 | block.tiered-7a-a-water-extractor-iii.description = Извлекает подземную воду с высокой скоростью. Используется в местах, где отсутствуют поверхностные воды. 188 | 189 | block.tiered-7a-b-cultivator-ii.name = Споровая ферма 190 | block.tiered-7a-b-cultivator-ii.description = Собирает атмосферные споры и более эффективно выращивает их, чем культиватор. 191 | block.tiered-7a-b-cultivator-iii.name = Инкубатор биомассы 192 | block.tiered-7a-b-cultivator-iii.description = Собирает и выращивает споры в больших количествах. Требует много воды для работы. 193 | 194 | block.tiered-7a-c-oil-extractor-ii.name = Продвинутая нефтяная вышка 195 | block.tiered-7a-c-oil-extractor-ii.description = Добывает нефть в больших количествах. 196 | block.tiered-7a-c-oil-extractor-iii.name = Массовый нефтяной экстрактор 197 | block.tiered-7a-c-oil-extractor-iii.description = Бурит нефть из самых глубоких и богатых жил. 198 | 199 | # юниты 200 | unit.tiered-a-upsilon.name = Апсилон 201 | unit.tiered-a-upsilon.description = Основной юнит 4-го тира. Защищает ядро от врагов, строит структуры. Бронирован, имеет ракетную установку с большим уроном 202 | -------------------------------------------------------------------------------- /bundles/bundle.properties: -------------------------------------------------------------------------------- 1 | 2 | ## Blocks 3 | # Crafting 4 | block.tiered-1a-a-multi-press-ii.name = Omega Press 5 | block.tiered-1a-a-multi-press-ii.description = Compresses coal into graphite. Requires extra water as coolant. 6 | 7 | block.tiered-1a-b-silicon-crucible-ii.name = Silicon Forge 8 | block.tiered-1a-b-silicon-crucible-ii.description = Refines silicon from sand and coal, using blast compound as extra power. More efficient in hot locations. 9 | 10 | block.tiered-1a-c-kiln-ii.name = Oven 11 | block.tiered-1a-c-kiln-ii.description = Smelts sand and lead into metaglass, using pyratite as an additional heat source. 12 | block.tiered-1a-c-kiln-iii.name = Furnace 13 | block.tiered-1a-c-kiln-iii.description = Smelts sand and lead into metaglass, using blast compound as an additional heat source. 14 | 15 | block.tiered-1a-d-plastanium-compressor-ii.name = Plastanium Flattener 16 | block.tiered-1a-d-plastanium-compressor-ii.description = Produces plastanium from oil, spores and titanium. 17 | block.tiered-1a-d-plastanium-compressor-iii.name = Plastanium Synthesizer 18 | block.tiered-1a-d-plastanium-compressor-iii.description = Produces plastanium from oil, spores, lead and titanium. 19 | 20 | block.tiered-1a-e-phase-weaver-ii.name = Phase Composer 21 | block.tiered-1a-e-phase-weaver-ii.description = Synthesizes phase fabric from thorium and sand. Requires cryofluid as coolant. 22 | block.tiered-1a-e-phase-weaver-iii.name = Phase Fabricator 23 | block.tiered-1a-e-phase-weaver-iii.description = Synthesizes phase fabric from thorium, sand and silicon. Requires extra cryofluid as coolant. 24 | 25 | block.tiered-1a-f-surge-smelter-ii.name = Surge Furnace 26 | block.tiered-1a-f-surge-smelter-ii.description = Fuses silicon, titanium, graphite and lead into surge alloy, using pyratite as an additional heat source. More efficient in hot locations. 27 | block.tiered-1a-f-surge-smelter-iii.name = Alloy Forge 28 | block.tiered-1a-f-surge-smelter-iii.description = Fuses silicon, titanium, thorium and graphite into surge alloy, using blast compound as an additional heat source. More efficient in hot locations. 29 | 30 | block.tiered-1a-g-cryofluid-mixer-ii.name = Cryofluid Blender 31 | block.tiered-1a-g-cryofluid-mixer-ii.description = Mixes water and fine titanium powder to produce cryofluid. Requires extra lead to boost production. 32 | block.tiered-1a-g-cryofluid-mixer-iii.name = Cryofluid Amalgamator 33 | block.tiered-1a-g-cryofluid-mixer-iii.description = Mixes water and fine titanium powder to produce cryofluid. Requires extra lead and silicon to boost production. Also produces antifreeze. 34 | 35 | block.tiered-1a-h-pyratite-mixer-ii.name = Pyratite Blender 36 | block.tiered-1a-h-pyratite-mixer-ii.description = Mixes coal, lead and sand into pyratite. Requires extra oil to boost production. 37 | block.tiered-1a-h-pyratite-mixer-iii.name = Pyratite Forge 38 | block.tiered-1a-h-pyratite-mixer-iii.description = Mixes coal, lead and sand into pyratite. Requires more extra oil to boost production. 39 | 40 | block.tiered-1a-i-blast-mixer-ii.name = Compound Blender 41 | block.tiered-1a-i-blast-mixer-ii.description = Bigger blast mixer. Requires oil for faster blast production. 42 | block.tiered-1a-i-blast-mixer-iii.name = Blast Forge 43 | block.tiered-1a-i-blast-mixer-iii.description = Bigger and faster blast mixer. Similar input to Tier 2. 44 | 45 | block.tiered-1a-j-melter-ii.name = Burner 46 | block.tiered-1a-j-melter-ii.description = A bigger melter, uses coal as fuel for faster scrap melting. 47 | block.tiered-1a-j-melter-iii.name = Molten Scrap Extractor 48 | block.tiered-1a-j-melter-iii.description = Extracts large amount of slag from molten scrap. Pyratite is required as better burning fuel. 49 | 50 | block.tiered-1a-k-disassembler-ii.name = Large Disassembler 51 | block.tiered-1a-k-disassembler-ii.description = An advanced separator, does not consume scrap but use large amount of slag. 52 | 53 | block.tiered-1a-l-spore-press-ii.name = Spore Crusher 54 | block.tiered-1a-l-spore-press-ii.description = Bigger spore press, crushes more spore for better oil output. 55 | block.tiered-1a-l-spore-press-iii.name = Synthetic Compactor 56 | block.tiered-1a-l-spore-press-iii.description = Tier 3 spore press, requires fast spore input to get this working. 57 | 58 | block.tiered-1a-m-pulverizer-ii.name = Grinder 59 | block.tiered-1a-m-pulverizer-ii.description = Bigger pulverizer. Uses water as coolant. 60 | block.tiered-1a-m-pulverizer-iii.name = Shredder 61 | block.tiered-1a-m-pulverizer-iii.description = Works like Grinder, just uses more water. 62 | 63 | block.tiered-1a-n-coal-centrifuge-ii.name = Advanced Centrigure 64 | block.tiered-1a-n-coal-centrifuge-ii.description = A better coal centrifuge. 65 | block.tiered-1a-n-coal-centrifuge-iii.name = Mass Coal Extractor 66 | block.tiered-1a-n-coal-centrifuge-iii.description = Tier 3 coal centrifuge, requires additional spore pods. 67 | 68 | # Power 69 | block.tiered-6a-a-surge-tower-ii.name = Large Surge Tower 70 | block.tiered-6a-a-surge-tower-ii.description = Advanced surge tower, has larger range. 71 | block.tiered-6a-a-surge-tower-iii.name = Surge Network 72 | block.tiered-6a-a-surge-tower-iii.description = Tier 3 surge tower, used for really far range power connection. 73 | 74 | block.tiered-6a-b-battery-ii.name = Medium Battery 75 | block.tiered-6a-b-battery-ii.description = Tier 2 of small battery, has better power capacity. 76 | block.tiered-6a-b-battery-large-ii.name = Huge Battery 77 | block.tiered-6a-b-battery-large-ii.description = Tier 2 of large battery, really high power capacity. 78 | 79 | block.tiered-6a-c-burner-generator.name = Burner Generator 80 | block.tiered-6a-c-burner-generator.description = Advanced burner, creates more power from flammable items. Requires differential generator to be reseached first. 81 | 82 | block.tiered-6a-d-thermal-generator-ii.name = Thermal Power Plant 83 | block.tiered-6a-d-thermal-generator-ii.description = Similar to Thermal Generator but bigger and more efficiency. 84 | block.tiered-6a-d-thermal-generator-iii.name = Thermoelectric Generator 85 | block.tiered-6a-d-thermal-generator-iii.description = Tier 3 Thermal Generator 86 | 87 | block.tiered-6a-e-rtg-generator-ii.name = Advanced RTG Generator 88 | block.tiered-6a-e-rtg-generator-ii.description = Similar to RTG Generator but bigger and more efficiency. 89 | block.tiered-6a-e-rtg-generator-iii.name = Decay Plant 90 | block.tiered-6a-e-rtg-generator-iii.description = Tier 3 RTG Generator 91 | block.tiered-6a-e-rtg-generator-iii.details = Im so done with these goofy uninteresting naming :skull: 92 | 93 | block.tiered-6a-f-solar-panel-huge.name = Huge Solar Panel 94 | block.tiered-6a-f-solar-panel-huge.description = Last tier in solar panel upgrade tree, produces considerable amount of power. 95 | block.tiered-6a-f-medium-solar-panel.name = Medium Solar Panel 96 | block.tiered-6a-f-medium-solar-panel.description = An upgraded version of small solar panel. 97 | 98 | block.tiered-6a-g-thorium-reactor-ii.name = Radioactive Reactor 99 | block.tiered-6a-g-thorium-reactor-ii.description = Uses thorium and cryofluid for high power generation. Explose violently if lacks coolant. 100 | block.tiered-6a-g-thorium-reactor-iii.name = Nuclear Power Plant 101 | block.tiered-6a-g-thorium-reactor-iii.description = Tier 3 thorium reactor. Higher efficiency and more well armored. Uses extra phase fabric as a boost to startup power generations. 102 | 103 | block.tiered-6a-h-surge-plasma-reactor.name = Surge Plasma Reactor 104 | block.tiered-6a-h-surge-plasma-reactor.description = Uses surge alloys and blast compound to produce massive amount of powers, requires kickstart power. 105 | block.tiered-6a-h-surge-plasma-reactor.details = The final power block you get in campaign after PLT. Might be overpowered 106 | 107 | block.tiered-6a-i-oil-combustion-generator-i.name = Oil Combustion Generator 108 | block.tiered-6a-i-oil-combustion-generator-i.description = Uses oil as input for starter power production. 109 | block.tiered-6a-i-oil-combustion-generator-i.details = Smoke effect taken from Allure mod 110 | block.tiered-6a-i-oil-combustion-generator-ii.name = Advanced Oil Power Station 111 | block.tiered-6a-i-oil-combustion-generator-ii.description = Tier 2 Oil Combustion generator. 112 | block.tiered-6a-i-oil-combustion-generator-ii.details = Smoke effect taken from Allure mod 113 | block.tiered-6a-i-oil-combustion-generator-iii.name = Fossil Fuel Power Plant 114 | block.tiered-6a-i-oil-combustion-generator-iii.description = Tier 3 Oil Combustion generator. 115 | block.tiered-6a-i-oil-combustion-generator-iii.details = Smoke effect taken from Allure mod 116 | 117 | # Drills & Production 118 | block.tiered-7a-a-colossal-drill.name = Colossal Drill 119 | block.tiered-7a-a-colossal-drill.description = The last tier of drills you get. Extracts gigantic amount of resources. Requires cryfluid to operate. 120 | 121 | block.tiered-7a-a-water-extractor-ii.name = Upgraded Water Drill 122 | block.tiered-7a-a-water-extractor-ii.description = Extracts more underground water than its smaller version. Used in locations with little surface water. 123 | block.tiered-7a-a-water-extractor-iii.name = Mass Groundwater Extractor 124 | block.tiered-7a-a-water-extractor-iii.description = Extracts underground water at high rate. Used in locations with no surface water available. 125 | 126 | block.tiered-7a-b-cultivator-ii.name = Spore Harvester 127 | block.tiered-7a-b-cultivator-ii.description = Collects spore from atmospheres more efficiently than smaller version. 128 | block.tiered-7a-b-cultivator-iii.name = Biomass Incubator 129 | block.tiered-7a-b-cultivator-iii.description = Collects and produce spore pods at huge amount. Incubator needs a lot of water input to work. Caution: Produces so much spore pods when placed on spore tiles that it cannot unload fast enough by itself. Use unloaders to help. 130 | 131 | block.tiered-7a-c-oil-extractor-ii.name = Advanced Oil Rig 132 | block.tiered-7a-c-oil-extractor-ii.description = Produces large amount of oil. Inputs are unchanged. 133 | block.tiered-7a-c-oil-extractor-iii.name = Mass Oil Extractor 134 | block.tiered-7a-c-oil-extractor-iii.description = Produces significant amount of oil. Requires at least one tier 1 thorium reactor to receive enough power. 135 | 136 | 137 | # Distribution 138 | block.tiered-4a-mass-driver-ii.name = Large Mass Driver 139 | block.tiered-4a-mass-driver-ii.description = Transport large amount of items in one shot. Slower reload than the smaller variant in exchange for longer range. 140 | block.tiered-4a-mass-driver-iii.name = Huge Distribution Driver 141 | block.tiered-4a-mass-driver-iii.description = Last mass driver tier. Requires cryofluidas coolant to operate properly. 142 | block.tiered-4a-mass-driver-iii.details = Community suggestion. This has no reason to exist but they suggested adding it anyway. 143 | block.tiered-4a-alloy-conveyor.name = Alloy Conveyor 144 | block.tiered-4a-alloy-conveyor.description = Transport items in large batches. Quite armored too. 145 | 146 | # Liquid 147 | block.tiered-5a-a-huge-pump.name = Gigantic Liquid Pump 148 | block.tiered-5a-a-huge-pump.description = Pumps and outputs huge amount of liquids. 149 | block.tiered-5a-b-liquid-tank-ii.name = Liquid Reservoir 150 | block.tiered-5a-b-liquid-tank-ii.description = Store significant amount of liquid. Built with thorium protection plates, has decent resistance against damage. 151 | 152 | # Effect 153 | block.tiered-3a-a-mend-dome.name = Mender Dome 154 | block.tiered-3a-a-mend-dome.description = Effectively repairs blocks in a large radius. Requires phase fabric and silicon to operate. 155 | 156 | block.tiered-3a-b-overdrive-dome-ii.name = Overdrive Tower 157 | block.tiered-3a-b-overdrive-dome-ii.description = Massively boost the speed of blocks in its radius. 158 | 159 | block.tiered-3a-c-force-projector-ii.name = Large Shield Projector 160 | block.tiered-3a-c-force-projector-ii.description = Creates a large octagonal force field around it, more effective than its smaller variant. Input are not optional. 161 | block.tiered-3a-c-force-projector-iii.name = Advanced Defense System 162 | block.tiered-3a-c-force-projector-iii.description = Last tier of force projector tree, extremely effective. Input are not optional. 163 | 164 | block.tiered-3a-d-core-fortification.name = Core: Fortification 165 | block.tiered-3a-d-core-fortification.description = The ultimate core for your base. Heavily armored, massive capacity, increased units capacity. 166 | block.tiered-3a-e-armored-warehouse.name = Armored Warehouse 167 | block.tiered-3a-e-armored-warehouse.description = Store massive amount of items, expands storage when placed next to the core. 168 | 169 | block.tiered-3a-f-illuminator-ii.name = Beacon 170 | block.tiered-3a-f-illuminator-ii.description = Emits more light. 171 | block.tiered-3a-f-illuminator-iii.name = Lighthouse 172 | block.tiered-3a-f-illuminator-iii.description = Emits even more light. 173 | 174 | block.tiered-3a-g-launch-pad-ii.name = Advanced Launch Pad 175 | block.tiered-3a-g-launch-pad-ii.description = Transport bigger batches of items. Requires oil as fuel and cryofluid as coolant. 176 | block.tiered-3a-g-launch-pad-iii.name = Planetary Resources Transport Station 177 | block.tiered-3a-g-launch-pad-iii.description = Deliver massive amount of resources to other sectors. 178 | block.tiered-3a-g-launch-pad-iii.details = Input for tier 2 and 3 launch pad are for balancing compatibility with Allure mod. 179 | 180 | # Defense 181 | block.tiered-2a-a01-combined-wall.name = Tier 1 Combined Wall 182 | block.tiered-2a-a01-combined-wall.description = A combination of copper and titanium walls. 183 | block.tiered-2a-a02-combined-wall.name = Huge Tier 1 Combined Wall 184 | block.tiered-2a-a02-combined-wall.description = A combination of copper and titanium walls. 185 | block.tiered-2a-b01-combined-wall.name = Tier 2 Combined Wall 186 | block.tiered-2a-b01-combined-wall.description = A combination of thoriums and plastaniums walls. Can absorb laser and eletric arc, also functions as mender but heals slowly. 187 | block.tiered-2a-b02-combined-wall.name = Huge Tier 2 Combined 188 | block.tiered-2a-b02-combined-wall.description = A combination of thoriums and plastaniums walls. Can absorb laser and eletric arc, also functions as mender but heals slowly. 189 | 190 | block.tiered-2a-c01-combined-wall.name = Tier 3 Combined Wall 191 | block.tiered-2a-c01-combined-wall.description = A combination of surge alloy and phase fabric walls. Walls are now shielded, reflects bullets and release electric arc when damaged. 192 | block.tiered-2a-c02-combined-wall.name = Huge Tier 3 Combined Wall 193 | block.tiered-2a-c02-combined-wall.description = A combination of surge alloy and phase fabric walls. Walls are now shielded, reflects bullets and release electric arc when damaged. 194 | 195 | ## Units 196 | unit.tiered-a-upsilon.name = Upsilon 197 | unit.tiered-a-upsilon.description = Tier 4 core unit. Defends the Fortification core from enemies. Builds stucture. Armed with high damage missles launcher. 198 | 199 | 200 | # Items and iquids 201 | liquid.tiered-antifreeze.name = Antifreeze 202 | liquid.tiered-antifreeze.description = Secondary output from Tier 3 cryofluid mixer. Count as coolant for turret as well as Plasma Reactor and Nuclear Power Plant. 203 | 204 | # Template for bundle copy & paste 205 | block.tiered-.name = 206 | block.tiered-.description = 207 | block.tiered-.details = 208 | unit.tiered.name = 209 | unit.tiered.description = 210 | unit.tiered-.details = --------------------------------------------------------------------------------