├── sprites ├── units │ ├── core │ │ ├── Gorr │ │ ├── loxosceles │ │ │ ├── gort │ │ │ ├── 07a-04-loxosceles.png │ │ │ ├── 07a-04-loxosceles-leg.png │ │ │ ├── 07a-04-loxosceles-ui.png │ │ │ ├── 07a-04-loxosceles-base.png │ │ │ ├── 07a-04-loxosceles-cell.png │ │ │ ├── 07a-04-loxosceles-full.png │ │ │ └── 07a-04-loxosceles-leg-base.png │ │ └── macromyrmex │ │ │ ├── 07a-01-unit-macromyrmex.png │ │ │ ├── 07a-01-unit-macromyrmex-cell.png │ │ │ ├── 07a-01-unit-macromyrmex-full.png │ │ │ └── 07a-01-unit-macromyrmex-ui.png │ ├── crab │ │ ├── bonfire │ │ │ ├── gorr │ │ │ ├── 07c-03-unit-bonfire.png │ │ │ ├── 07c-03-unit-bonfire-ui.png │ │ │ ├── 07c-03-unit-bonfire-base.png │ │ │ ├── 07c-03-unit-bonfire-cell.png │ │ │ ├── 07c-03-unit-bonfire-full.png │ │ │ ├── 07c-03-unit-bonfire-leg.png │ │ │ └── 07c-03-unit-bonfire-leg-base.png │ │ ├── blaze │ │ │ ├── 07c-01-unit-blaze.png │ │ │ ├── 07c-01-unit-blaze-leg.png │ │ │ ├── 07c-01-unit-blaze-ui.png │ │ │ ├── 07c-01-unit-blaze-base.png │ │ │ ├── 07c-01-unit-blaze-cell.png │ │ │ ├── 07c-01-unit-blaze-full.png │ │ │ └── 07c-01-unit-blaze-leg-base.png │ │ └── singe │ │ │ ├── 07c-02-unit-singe.png │ │ │ ├── 07c-02-unit-singe-leg.png │ │ │ ├── 07c-02-unit-singe-ui.png │ │ │ ├── 07c-02-unit-singe-base.png │ │ │ ├── 07c-02-unit-singe-cell.png │ │ │ ├── 07c-02-unit-singe-full.png │ │ │ └── 07c-02-unit-singe-leg-base.png │ ├── mech │ │ ├── hogleg │ │ │ ├── gort │ │ │ ├── 07b-03-unit-hogleg.png │ │ │ ├── 07b-03-unit-hogleg-base.png │ │ │ ├── 07b-03-unit-hogleg-cell.png │ │ │ ├── 07b-03-unit-hogleg-full.png │ │ │ ├── 07b-03-unit-hogleg-leg.png │ │ │ ├── 07b-03-unit-hogleg-ui.png │ │ │ ├── 07b-03-unit-hogleg-weapon1.png │ │ │ └── 07b-03-unit-hogleg-weapon2.png │ │ ├── magnum │ │ │ ├── 07b-02-unit-magnum.png │ │ │ ├── 07b-02-unit-magnum-base.png │ │ │ ├── 07b-02-unit-magnum-cell.png │ │ │ ├── 07b-02-unit-magnum-full.png │ │ │ ├── 07b-02-unit-magnum-leg.png │ │ │ └── 07b-02-unit-magnum-ui.png │ │ └── ratchet │ │ │ ├── 07b-01-unit-ratchet.png │ │ │ ├── 07b-01-unit-ratchet-ui.png │ │ │ ├── 07b-01-unit-ratchet-base.png │ │ │ ├── 07b-01-unit-ratchet-cell.png │ │ │ ├── 07b-01-unit-ratchet-full.png │ │ │ └── 07b-01-unit-ratchet-leg.png │ ├── ass embler drones │ │ ├── gort │ │ ├── crab-drone.png │ │ ├── hover-drone.png │ │ ├── mech-drone.png │ │ ├── crab-drone-ui.png │ │ ├── hover-drone-ui.png │ │ ├── mech-drone-ui.png │ │ ├── support-drone.png │ │ ├── crab-drone-cell.png │ │ ├── crab-drone-full.png │ │ ├── hover-drone-cell.png │ │ ├── hover-drone-full.png │ │ ├── mech-drone-cell.png │ │ ├── mech-drone-full.png │ │ ├── support-drone-ui.png │ │ ├── support-drone-cell.png │ │ └── support-drone-full.png │ ├── hover │ │ ├── ephai │ │ │ ├── 07d-03-unit-ephai.png │ │ │ ├── 07d-03-unit-ephai-ui.png │ │ │ ├── 07d-03-unit-ephai-cell.png │ │ │ └── 07d-03-unit-ephai-full.png │ │ ├── keres │ │ │ ├── 07d-02-unit-keres.png │ │ │ ├── 07d-02-unit-keres-ui.png │ │ │ ├── 07d-02-unit-keres-cell.png │ │ │ └── 07d-02-unit-keres-full.png │ │ └── mabuz │ │ │ ├── 07d-01-unit-mabuz.png │ │ │ ├── 07d-01-unit-mabuz-ui.png │ │ │ ├── 07d-01-unit-mabuz-cell.png │ │ │ └── 07d-01-unit-mabuz-full.png │ ├── weapons │ │ ├── 07c-02-unit-singe-weapon.png │ │ ├── 07d-01-unit-mabuz-weapon.png │ │ ├── 07d-02-unit-keres-weapon.png │ │ ├── 07d-03-unit-ephai-weapon.png │ │ ├── 07b-01-unit-ratchet-weapon.png │ │ ├── 07b-02-unit-magnum-weapon.png │ │ └── 07d-02-unit-keres-weapon-cell.png │ └── support │ │ └── thrive │ │ ├── 07e-01-unit-thrive.png │ │ ├── 07e-01-unit-thrive-ui.png │ │ ├── 07e-01-unit-thrive-cell.png │ │ └── 07e-01-unit-thrive-full.png ├── blocks │ ├── environment │ │ ├── ores │ │ │ ├── gort │ │ │ ├── orescrap1.png │ │ │ ├── orescrap2.png │ │ │ ├── orescrap3.png │ │ │ ├── orecopper1.png │ │ │ ├── orecopper2.png │ │ │ ├── orecopper3.png │ │ │ ├── oreeuropium1.png │ │ │ ├── oreeuropium2.png │ │ │ ├── oreeuropium3.png │ │ │ ├── oreechoshard1.png │ │ │ ├── oreechoshard2.png │ │ │ └── oreechoshard3.png │ │ ├── tiles │ │ │ ├── gort │ │ │ ├── lslag.png │ │ │ ├── adwater1.png │ │ │ ├── adwater2.png │ │ │ ├── adwater3.png │ │ │ ├── bauxite1.png │ │ │ ├── bauxite2.png │ │ │ ├── bauxite3.png │ │ │ ├── crudeoil.png │ │ │ ├── dadwater.png │ │ │ ├── ddwater.png │ │ │ ├── dwater1.png │ │ │ ├── dwater2.png │ │ │ ├── dwater3.png │ │ │ ├── sdwater1.png │ │ │ ├── sdwater2.png │ │ │ ├── sdwater3.png │ │ │ ├── tbasalt1.png │ │ │ ├── tbasalt2.png │ │ │ ├── tbasalt3.png │ │ │ ├── atlassium1.png │ │ │ ├── atlassium2.png │ │ │ ├── atlassium3.png │ │ │ ├── dwater-edge.png │ │ │ ├── quicksand1.png │ │ │ ├── quicksand2.png │ │ │ ├── quicksand3.png │ │ │ ├── sadwater1.png │ │ │ ├── sadwater2.png │ │ │ ├── sadwater3.png │ │ │ ├── sandstone1.png │ │ │ ├── sandstone2.png │ │ │ ├── sandstone3.png │ │ │ ├── softsand1.png │ │ │ ├── softsand2.png │ │ │ ├── softsand3.png │ │ │ ├── agedbauxite1.png │ │ │ ├── agedbauxite2.png │ │ │ ├── agedbauxite3.png │ │ │ ├── basaltplates1.png │ │ │ ├── basaltplates2.png │ │ │ ├── basaltplates3.png │ │ │ ├── bauxite-edge.png │ │ │ ├── sdwater-edge.png │ │ │ ├── softsand-edge.png │ │ │ ├── tbasalt-edge.png │ │ │ ├── agedbauxite-edge.png │ │ │ ├── atlassium-edge.png │ │ │ ├── magmaticbasalt1.png │ │ │ ├── magmaticbasalt2.png │ │ │ ├── magmaticbasalt3.png │ │ │ ├── sandstone-edge.png │ │ │ ├── smoothatlassium1.png │ │ │ ├── smoothatlassium2.png │ │ │ ├── smoothatlassium3.png │ │ │ ├── atlassicpatterns1.png │ │ │ ├── atlassicpatterns2.png │ │ │ ├── atlassicpatterns3.png │ │ │ ├── basaltextrusions1.png │ │ │ ├── basaltextrusions2.png │ │ │ ├── basaltextrusions3.png │ │ │ ├── basaltplates-edge.png │ │ │ ├── atlassicpatterns-edge.png │ │ │ ├── magmaticbasalt-edge.png │ │ │ ├── magmaticbasaltplates1.png │ │ │ ├── magmaticbasaltplates2.png │ │ │ ├── magmaticbasaltplates3.png │ │ │ ├── smoothatlassium-edge.png │ │ │ └── magmaticbasaltplates-edge.png │ │ ├── vents │ │ │ ├── gort │ │ │ ├── atlassiumv1.png │ │ │ ├── atlassiumv2.png │ │ │ ├── bauxitev1.png │ │ │ ├── bauxitev2.png │ │ │ ├── softsandv1.png │ │ │ ├── softsandv2.png │ │ │ ├── agedbauxitev1.png │ │ │ ├── agedbauxitev2.png │ │ │ ├── basaltextrusionsv1.png │ │ │ ├── basaltextrusionsv2.png │ │ │ ├── smoothatlassiumv1.png │ │ │ ├── smoothatlassiumv2.png │ │ │ ├── atlassiumpatternsv1.png │ │ │ └── atlassiumpatternsv2.png │ │ └── walls │ │ │ ├── gort │ │ │ ├── basaltb1.png │ │ │ ├── basaltb2.png │ │ │ ├── basaltw1.png │ │ │ ├── basaltw2.png │ │ │ ├── basaltw3.png │ │ │ ├── atlassiumb1.png │ │ │ ├── atlassiumb2.png │ │ │ ├── atlassiumw1.png │ │ │ ├── atlassiumw2.png │ │ │ ├── atlassiumw3.png │ │ │ ├── bauxiteb1.png │ │ │ ├── bauxiteb2.png │ │ │ ├── bauxitew1.png │ │ │ ├── bauxitew2.png │ │ │ ├── bauxitew3.png │ │ │ ├── softsandb1.png │ │ │ ├── softsandb2.png │ │ │ ├── softsandw1.png │ │ │ ├── softsandw2.png │ │ │ ├── softsandw3.png │ │ │ ├── agedbauxiteb1.png │ │ │ ├── agedbauxiteb2.png │ │ │ ├── agedbauxitew1.png │ │ │ ├── agedbauxitew2.png │ │ │ ├── agedbauxitew3.png │ │ │ ├── basaltw-large.png │ │ │ ├── atlassiumw-large.png │ │ │ ├── bauxitecluster1.png │ │ │ ├── bauxitecluster2.png │ │ │ ├── bauxitew-large.png │ │ │ ├── magmaticbasaltw1.png │ │ │ ├── magmaticbasaltw2.png │ │ │ ├── magmaticbasaltw3.png │ │ │ ├── softsandw-large.png │ │ │ ├── agedbauxitew-large.png │ │ │ ├── smoothatlassiumb1.png │ │ │ ├── smoothatlassiumb2.png │ │ │ ├── smoothatlassiumw1.png │ │ │ ├── smoothatlassiumw2.png │ │ │ ├── smoothatlassiumw3.png │ │ │ ├── agedbauxitecluster1.png │ │ │ ├── agedbauxitecluster2.png │ │ │ ├── atlassiumpatternsb1.png │ │ │ ├── atlassiumpatternsb2.png │ │ │ ├── atlassiumpatternsw1.png │ │ │ ├── atlassiumpatternsw2.png │ │ │ ├── atlassiumpatternsw3.png │ │ │ ├── magmaticbasaltw-large.png │ │ │ ├── bauxitecluster-shadow1.png │ │ │ ├── bauxitecluster-shadow2.png │ │ │ ├── smoothatlassiumw-large.png │ │ │ ├── agedbauxitecluster-shadow1.png │ │ │ ├── agedbauxitecluster-shadow2.png │ │ │ └── atlassiumpatternsw-large.png │ ├── units │ │ ├── assemblers │ │ │ ├── gort │ │ │ ├── 03j-06-mech-assembler.png │ │ │ ├── 03j-07-crab-assembler.png │ │ │ ├── 03j-08-hover-assembler.png │ │ │ ├── 03j-06-mech-assembler-in.png │ │ │ ├── 03j-07-crab-assembler-in.png │ │ │ ├── 03j-09-support-assembler.png │ │ │ ├── 03j-06-mech-assembler-out.png │ │ │ ├── 03j-06-mech-assembler-side1.png │ │ │ ├── 03j-06-mech-assembler-side2.png │ │ │ ├── 03j-06-mech-assembler-top.png │ │ │ ├── 03j-07-crab-assembler-out.png │ │ │ ├── 03j-07-crab-assembler-side1.png │ │ │ ├── 03j-07-crab-assembler-side2.png │ │ │ ├── 03j-07-crab-assembler-top.png │ │ │ ├── 03j-08-hover-assembler-in.png │ │ │ ├── 03j-08-hover-assembler-out.png │ │ │ ├── 03j-08-hover-assembler-top.png │ │ │ ├── 03j-09-support-assembler-in.png │ │ │ ├── 03j-08-hover-assembler-side1.png │ │ │ ├── 03j-08-hover-assembler-side2.png │ │ │ ├── 03j-09-support-assembler-out.png │ │ │ ├── 03j-09-support-assembler-top.png │ │ │ ├── 03j-09-support-assembler-side1.png │ │ │ └── 03j-09-support-assembler-side2.png │ │ ├── freight mass driver │ │ │ ├── gort │ │ │ ├── 03j-20-freight-mass-driver.png │ │ │ ├── 03j-20-freight-mass-driver-cap.png │ │ │ ├── 03j-20-freight-mass-driver-in.png │ │ │ ├── 03j-20-freight-mass-driver-out.png │ │ │ ├── 03j-20-freight-mass-driver-top.png │ │ │ ├── 03j-20-freight-mass-driver-base.png │ │ │ ├── 03j-20-freight-mass-driver-left.png │ │ │ ├── 03j-20-freight-mass-driver-right.png │ │ │ ├── 03j-20-freight-mass-driver-cap-outline.png │ │ │ ├── 03j-20-freight-mass-driver-left-outline.png │ │ │ └── 03j-20-freight-mass-driver-right-outline.png │ │ ├── crab-heels.png │ │ ├── 03j-00-unit-mender.png │ │ ├── advanced-leggings.png │ │ ├── gravitron-engine.png │ │ ├── gravitron-module.png │ │ ├── reinforced-leggings.png │ │ ├── 03j-01-mech-fabricator.png │ │ ├── 03j-02-crab-fabricator.png │ │ ├── 03j-03-hover-fabricator.png │ │ ├── 03j-21-freight-conveyor.png │ │ ├── 03j-22-freight-router.png │ │ ├── 03j-04-support-fabricator.png │ │ ├── 03j-22-freight-router-top.png │ │ ├── 03j-01-mech-fabricator-out.png │ │ ├── 03j-01-mech-fabricator-top.png │ │ ├── 03j-02-crab-fabricator-out.png │ │ ├── 03j-02-crab-fabricator-top.png │ │ ├── 03j-03-hover-fabricator-out.png │ │ ├── 03j-03-hover-fabricator-top.png │ │ ├── 03j-05-a-mech-refabricator.png │ │ ├── 03j-05-b-crab-refabricator.png │ │ ├── 03j-05-c-hover-refabricator.png │ │ ├── 03j-18-freight-constructor.png │ │ ├── 03j-19-freight-deconstructor.png │ │ ├── 03j-21-freight-conveyor-edge.png │ │ ├── 03j-21-freight-conveyor-icon.png │ │ ├── 03j-21-freight-conveyor-top.png │ │ ├── 03j-22-freight-router-icon.png │ │ ├── 03j-22-freight-router-over.png │ │ ├── 03j-04-support-fabricator-out.png │ │ ├── 03j-04-support-fabricator-top.png │ │ ├── 03j-05-a-mech-refabricator-in.png │ │ ├── 03j-05-a-mech-refabricator-out.png │ │ ├── 03j-05-a-mech-refabricator-top.png │ │ ├── 03j-05-b-crab-refabricator-in.png │ │ ├── 03j-05-b-crab-refabricator-out.png │ │ ├── 03j-05-b-crab-refabricator-top.png │ │ ├── 03j-05-c-hover-refabricator-in.png │ │ ├── 03j-05-d-support-refabricator.png │ │ ├── 03j-18-freight-constructor-out.png │ │ ├── 03j-18-freight-constructor-top.png │ │ ├── 03j-05-c-hover-refabricator-out.png │ │ ├── 03j-05-c-hover-refabricator-top.png │ │ ├── 03j-05-d-support-refabricator-in.png │ │ ├── 03j-05-d-support-refabricator-out.png │ │ ├── 03j-05-d-support-refabricator-top.png │ │ ├── 03j-19-freight-deconstructor-in.png │ │ └── 03j-19-freight-deconstructor-top.png │ ├── drills │ │ ├── carbonic concentrator │ │ │ ├── gort │ │ │ ├── 03b-09-carbonic-concentrator.png │ │ │ ├── 03b-09-carbonic-concentrator-bottom.png │ │ │ └── 03b-09-carbonic-concentrator-rotator.png │ │ ├── blast drill │ │ │ ├── 03b-04-production-blast-drill.png │ │ │ ├── 03b-04-production-blast-drill-arrow.png │ │ │ ├── 03b-04-production-blast-drill-item.png │ │ │ ├── 03b-04-production-blast-drill-top.png │ │ │ └── 03b-04-production-blast-drill-top-invert.png │ │ ├── pulse drill │ │ │ ├── 03b-03-production-pulse-drill.png │ │ │ ├── 03b-03-production-pulse-drill-arrow.png │ │ │ ├── 03b-03-production-pulse-drill-item.png │ │ │ ├── 03b-03-production-pulse-drill-top.png │ │ │ ├── 03b-03-production-pulse-drill-arrow-blur.png │ │ │ └── 03b-03-production-pulse-drill-top-invert.png │ │ ├── bauxite extractor │ │ │ ├── 03b-07-production-bauxite-extractor.png │ │ │ ├── 03b-07-production-bauxite-extractor-bottom.png │ │ │ └── 03b-07-production-bauxite-extractor-liquid.png │ │ ├── water accumulator │ │ │ ├── 03b-01-production-water-accumulator.png │ │ │ ├── 03b-01-production-water-accumulator-bottom.png │ │ │ ├── 03b-01-production-water-accumulator-liquid1.png │ │ │ └── 03b-01-production-water-accumulator-rotator.png │ │ ├── bauxite Synthesiser │ │ │ ├── 03b-08-production-bauxite-synthesiser.png │ │ │ ├── 03b-08-production-bauxite-synthesiser-bottom.png │ │ │ ├── 03b-08-production-bauxite-synthesiser-liquid1.png │ │ │ └── 03b-08-production-bauxite-synthesiser-liquid2.png │ │ └── deterioration drill │ │ │ ├── 03b-06-production-deterioration-drill-beam.png │ │ │ ├── 03b-06-production-deterioration-drill-beam-end.png │ │ │ ├── 03b-06-production-deterioration-drill-beam-boost.png │ │ │ ├── 03b-06-production-deterioration-drill-beam-center.png │ │ │ ├── 03b-06-production-deterioration-drill-beam-boost-end.png │ │ │ └── 03b-06-production-deterioration-drill-beam-boost-center.png │ ├── storage │ │ ├── 03h-08-repair-node.png │ │ ├── props │ │ │ ├── sandboulder1.png │ │ │ ├── sandboulder2.png │ │ │ ├── sandboulder3.png │ │ │ ├── sandboulder4.png │ │ │ ├── sandboulder5.png │ │ │ ├── sandboulder6.png │ │ │ ├── basaltboulder1.png │ │ │ ├── basaltboulder2.png │ │ │ ├── basaltboulder3.png │ │ │ ├── basaltboulder4.png │ │ │ ├── basaltboulder5.png │ │ │ └── basaltboulder6.png │ │ ├── 03h-00-messege-chip.png │ │ ├── cores │ │ │ ├── 03h-04-caspar.png │ │ │ ├── 03h-01-core-nest.png │ │ │ ├── 03h-04-caspar-team.png │ │ │ ├── 03h-01-core-nest-team.png │ │ │ ├── 03h-04-caspar-thruster1.png │ │ │ ├── 03h-04-caspar-thruster2.png │ │ │ ├── 03h-01-core-nest-thruster1.png │ │ │ └── 03h-01-core-nest-thruster2.png │ │ ├── 03h-08-repair-node-bottom.png │ │ ├── 03h-07-effect-storage-block.png │ │ ├── 03h-07-effect-storage-block-team.png │ │ └── build nodule │ │ │ ├── 03h-09-build-nodule.png │ │ │ ├── 03h-09-build-nodule-base.png │ │ │ └── 03h-09-build-nodule-glow.png │ ├── power │ │ ├── 03f-01-power-copper-node.png │ │ ├── 03f-02-power-europium-node.png │ │ ├── 03f-03-power-power-transmitter.png │ │ ├── ignition plant │ │ │ ├── 03f-04-power-ignition-plant.png │ │ │ ├── 03f-04-power-ignition-plant-bottom.png │ │ │ └── 03f-04-power-ignition-plant-liquid.png │ │ └── thermal chamber │ │ │ ├── 03f-05-power-thermal-chamber.png │ │ │ ├── 03f-05-power-thermal-chamber-heat.png │ │ │ ├── 03f-05-power-thermal-chamber-top1.png │ │ │ ├── 03f-05-power-thermal-chamber-top2.png │ │ │ ├── 03f-05-power-thermal-chamber-bottom.png │ │ │ └── 03f-05-power-thermal-chamber-liquid1.png │ ├── liquid │ │ ├── 03d-01-liquid-siphon-pump.png │ │ ├── 03d-08-liquid-liquid-router.png │ │ ├── 03d-09-liquid-liquid-tank.png │ │ ├── 03d-06-liquid-liquid-junction.png │ │ ├── 03d-01-liquid-siphon-pump-liquid.png │ │ ├── 03d-02-liquid-volumisation-pump.png │ │ ├── 03d-09-liquid-liquid-tank-bottom.png │ │ ├── 03d-08-liquid-liquid-router-bottom.png │ │ ├── 03d-02-liquid-volumisation-pump-liquid.png │ │ ├── liquid bridge │ │ │ ├── 03d-07-liquid-liquid-bridge.png │ │ │ ├── 03d-07-liquid-liquid-bridge-arrow.png │ │ │ ├── 03d-07-liquid-liquid-bridge-dir.png │ │ │ ├── 03d-07-liquid-liquid-bridge-bottom.png │ │ │ ├── 03d-07-liquid-liquid-bridge-bridge.png │ │ │ ├── 03d-07-liquid-liquid-bridge-liquid.png │ │ │ └── 03d-07-liquid-liquid-bridge-bridge-liquid.png │ │ ├── liquid pipeline │ │ │ ├── 03d-04-liquid-liquid-pipeline-cap.png │ │ │ ├── 03d-04-liquid-liquid-pipeline-top-0.png │ │ │ ├── 03d-04-liquid-liquid-pipeline-top-1.png │ │ │ ├── 03d-04-liquid-liquid-pipeline-top-2.png │ │ │ ├── 03d-04-liquid-liquid-pipeline-top-3.png │ │ │ ├── 03d-04-liquid-liquid-pipeline-top-4.png │ │ │ ├── 03d-04-liquid-liquid-pipeline-bottom-0.png │ │ │ ├── 03d-04-liquid-liquid-pipeline-bottom-1.png │ │ │ ├── 03d-04-liquid-liquid-pipeline-bottom-2.png │ │ │ ├── 03d-04-liquid-liquid-pipeline-bottom-3.png │ │ │ └── 03d-04-liquid-liquid-pipeline-bottom-4.png │ │ ├── reinforced pipeline │ │ │ ├── 03d-05-liquid-reinforced-pipeline-top-0.png │ │ │ ├── 03d-05-liquid-reinforced-pipeline-top-1.png │ │ │ ├── 03d-05-liquid-reinforced-pipeline-top-2.png │ │ │ ├── 03d-05-liquid-reinforced-pipeline-top-3.png │ │ │ ├── 03d-05-liquid-reinforced-pipeline-top-4.png │ │ │ ├── 03d-05-liquid-reinforced-pipeline-bottom-0.png │ │ │ ├── 03d-05-liquid-reinforced-pipeline-bottom-1.png │ │ │ ├── 03d-05-liquid-reinforced-pipeline-bottom-2.png │ │ │ ├── 03d-05-liquid-reinforced-pipeline-bottom-3.png │ │ │ └── 03d-05-liquid-reinforced-pipeline-bottom-4.png │ │ └── electric liquid bridge │ │ │ ├── 03d-07-m-liquid-electric-liquid-bridge.png │ │ │ ├── 03d-07-m-liquid-electric-liquid-bridge-arrow.png │ │ │ ├── 03d-07-m-liquid-electric-liquid-bridge-dir.png │ │ │ ├── 03d-07-m-liquid-electric-liquid-bridge-bottom.png │ │ │ ├── 03d-07-m-liquid-electric-liquid-bridge-bridge.png │ │ │ ├── 03d-07-m-liquid-electric-liquid-bridge-liquid.png │ │ │ └── 03d-07-m-liquid-electric-liquid-bridge-bridge-liquid.png │ ├── production │ │ ├── 03g-17-crafting-slag-pyre.png │ │ ├── slag refinery │ │ │ ├── 03g-01-crafting-slag-refinery.png │ │ │ ├── 03g-01-crafting-slag-refinery-glow.png │ │ │ ├── 03g-01-crafting-slag-refinery-bottom.png │ │ │ └── 03g-01-crafting-slag-refinery-liquid.png │ │ ├── water purifier │ │ │ ├── 03g-03-crafting-water-purifier.png │ │ │ ├── 03g-03-crafting-water-purifier-bottom.png │ │ │ ├── 03g-03-crafting-water-purifier-liquid.png │ │ │ └── 03g-03-crafting-water-purifier-rotator.png │ │ ├── crude processor │ │ │ ├── 03g-04-crafting-crude-processor.png │ │ │ ├── 03g-04-crafting-crude-processor-glow.png │ │ │ ├── 03g-04-crafting-crude-processor-heat.png │ │ │ ├── 03g-04-crafting-crude-processor-bottom.png │ │ │ └── 03g-04-crafting-crude-processor-liquid5.png │ │ ├── cupride chamber │ │ │ ├── 03g-02-crafting-cupride-chamber.png │ │ │ ├── 03g-02-crafting-cupride-chamber-glow.png │ │ │ ├── 03g-02-crafting-cupride-chamber-heat.png │ │ │ ├── 03g-02-crafting-cupride-chamber-top1.png │ │ │ ├── 03g-02-crafting-cupride-chamber-top2.png │ │ │ ├── 03g-02-crafting-cupride-chamber-bottom.png │ │ │ └── 03g-02-crafting-cupride-chamber-liquid1.png │ │ ├── chemical chamber │ │ │ ├── 03g-07-crafting-chemical-chamber.png │ │ │ ├── 03g-07-crafting-chemical-chamber-bottom.png │ │ │ └── 03g-07-crafting-chemical-chamber-liquid.png │ │ ├── soft coal heater │ │ │ ├── 03g-14-crafting-soft-coal-heater.png │ │ │ ├── 03g-14-crafting-soft-coal-heater-heat.png │ │ │ ├── 03g-14-crafting-soft-coal-heater-top1.png │ │ │ ├── 03g-14-crafting-soft-coal-heater-top2.png │ │ │ └── 03g-14-crafting-soft-coal-heater-bottom.png │ │ ├── chemical furnace │ │ │ ├── 03g-07-d-crafting-chemical-furnace.png │ │ │ ├── 03g-07-d-crafting-chemical-furnace-bottom.png │ │ │ ├── 03g-07-d-crafting-chemical-furnace-liquid1.png │ │ │ └── 03g-07-d-crafting-chemical-furnace-liquid2.png │ │ ├── neutralizer infuser │ │ │ ├── 03g-00-crafting-neutralizer-infuser.png │ │ │ ├── 03g-00-crafting-neutralizer-infuser-top.png │ │ │ └── 03g-00-crafting-neutralizer-infuser-bottom.png │ │ └── neutralizer foundry │ │ │ ├── 03g-00-d-crafting-neutralizer-foundry.png │ │ │ └── 03g-00-d-crafting-neutralizer-foundry-bottom.png │ ├── walls │ │ ├── 1x1 │ │ │ ├── 03k-01-defense-scrap-wall.png │ │ │ ├── 03k-02-defense-copper-wall.png │ │ │ ├── 03k-03-defense-alluminum-wall.png │ │ │ ├── 03k-04-defense-europium-wall.png │ │ │ ├── 03k-07-defense-electric-wall.png │ │ │ ├── 03k-06-defense-echo-shard-wall.png │ │ │ ├── 03k-05-defense-polycarbonate-wall.png │ │ │ ├── 03k-09-defense-resonance-matrix-wall.png │ │ │ ├── 03k-09-defense-resonance-matrix-wall-glow.png │ │ │ └── 03k-08-defense-alluminum-polycarbonate-wall.png │ │ ├── 2x2 │ │ │ ├── 03k-04-g-defense-automatic-door.png │ │ │ ├── 03k-01-e-defense-scrap-wall-large.png │ │ │ ├── 03k-02-e-defense-copper-wall-large.png │ │ │ ├── 03k-04-e-defense-europium-wall-large.png │ │ │ ├── 03k-04-g-defense-automatic-door-open.png │ │ │ ├── 03k-07-e-defense-electric-wall-large.png │ │ │ ├── 03k-03-e-defense-alluminum-wall-large.png │ │ │ ├── 03k-06-e-defense-echo-shard-wall-large.png │ │ │ ├── 03k-05-e-defense-polycarbonate-wall-large.png │ │ │ ├── 03k-09-e-defense-resonance-matrix-wall-large.png │ │ │ ├── 03k-09-e-defense-resonance-matrix-wall-large-glow.png │ │ │ └── 03k-08-e-defense-alluminum-polycarbonate-wall-large.png │ │ └── 3x3 │ │ │ ├── 03k-01-f-defense-scrap-wall-huge.png │ │ │ ├── 03k-02-f-defense-copper-wall-huge.png │ │ │ ├── 03k-03-f-defense-alluminum-wall-huge.png │ │ │ ├── 03k-04-f-defense-europium-wall-huge.png │ │ │ ├── 03k-07-f-defense-electric-wall-huge.png │ │ │ ├── 03k-06-f-defense-echo-shard-wall-huge.png │ │ │ ├── 03k-05-f-defense-polycarbonate-wall-huge.png │ │ │ ├── 03k-09-f-defense-resonance-matrix-wall-huge.png │ │ │ ├── 03k-09-f-defense-resonance-matrix-wall-huge-glow.png │ │ │ └── 03k-08-f-defense-alluminum-polycarbonate-wall-huge.png │ └── distribution │ │ ├── 03a-07-distribution-duct-router.png │ │ ├── 03a-08-distribution-overflow-duct.png │ │ ├── 03a-05-distribution-copper-junction.png │ │ ├── 03a-07-distribution-duct-router-top.png │ │ ├── 03a-09-distribution-underflow-duct.png │ │ ├── 03a-08-distribution-overflow-duct-top.png │ │ ├── 03a-09-distribution-underflow-duct-top.png │ │ ├── 03a-11-distribution-force-driver-base.png │ │ ├── copper bridge │ │ ├── 03a-06-distribution-copper-bridge.png │ │ ├── 03a-06-distribution-copper-bridge-dir.png │ │ ├── 03a-06-distribution-copper-bridge-arrow.png │ │ ├── 03a-06-distribution-copper-bridge-bottom.png │ │ └── 03a-06-distribution-copper-bridge-bridge.png │ │ ├── copper duct │ │ ├── 03a-01-distribution-copper-duct-top-0.png │ │ ├── 03a-01-distribution-copper-duct-top-1.png │ │ ├── 03a-01-distribution-copper-duct-top-2.png │ │ ├── 03a-01-distribution-copper-duct-top-3.png │ │ ├── 03a-01-distribution-copper-duct-top-4.png │ │ ├── 03a-01-distribution-copper-duct-bottom-0.png │ │ ├── 03a-01-distribution-copper-duct-bottom-1.png │ │ ├── 03a-01-distribution-copper-duct-bottom-2.png │ │ ├── 03a-01-distribution-copper-duct-bottom-3.png │ │ └── 03a-01-distribution-copper-duct-bottom-4.png │ │ ├── electronic belt │ │ ├── 03a-04-distribution-electronic-belt.png │ │ ├── 03a-04-distribution-electronic-belt-0.png │ │ ├── 03a-04-distribution-electronic-belt-1.png │ │ ├── 03a-04-distribution-electronic-belt-2.png │ │ ├── 03a-04-distribution-electronic-belt-edge.png │ │ └── 03a-04-distribution-electronic-belt-stack.png │ │ ├── electric bridge │ │ ├── 03a-06-e-distribution-electric-bridge.png │ │ ├── 03a-06-e-distribution-electric-bridge-dir.png │ │ ├── 03a-06-e-distribution-electric-bridge-arrow.png │ │ ├── 03a-06-e-distribution-electric-bridge-bottom.png │ │ └── 03a-06-e-distribution-electric-bridge-bridge.png │ │ ├── europium duct │ │ ├── 03a-02-distribution-europium-duct-top-0.png │ │ ├── 03a-02-distribution-europium-duct-top-1.png │ │ ├── 03a-02-distribution-europium-duct-top-2.png │ │ ├── 03a-02-distribution-europium-duct-top-3.png │ │ ├── 03a-02-distribution-europium-duct-top-4.png │ │ ├── 03a-02-distribution-europium-duct-bottom-0.png │ │ ├── 03a-02-distribution-europium-duct-bottom-1.png │ │ ├── 03a-02-distribution-europium-duct-bottom-2.png │ │ ├── 03a-02-distribution-europium-duct-bottom-3.png │ │ └── 03a-02-distribution-europium-duct-bottom-4.png │ │ ├── heat distributor │ │ ├── 03a-12-distribution-heat-distributor.png │ │ ├── 03a-12-distribution-heat-distributor-glow.png │ │ ├── 03a-12-distribution-heat-distributor-heat.png │ │ ├── 03a-12-distribution-heat-distributor-top1.png │ │ └── 03a-12-distribution-heat-distributor-top2.png │ │ ├── alluminum duct │ │ ├── 03a-03-distribution-alluminum-duct-top-0.png │ │ ├── 03a-03-distribution-alluminum-duct-top-1.png │ │ ├── 03a-03-distribution-alluminum-duct-top-2.png │ │ ├── 03a-03-distribution-alluminum-duct-top-3.png │ │ ├── 03a-03-distribution-alluminum-duct-top-4.png │ │ ├── 03a-03-distribution-alluminum-duct-bottom-0.png │ │ ├── 03a-03-distribution-alluminum-duct-bottom-1.png │ │ ├── 03a-03-distribution-alluminum-duct-bottom-2.png │ │ ├── 03a-03-distribution-alluminum-duct-bottom-3.png │ │ └── 03a-03-distribution-alluminum-duct-bottom-4.png │ │ └── mechanical unloader │ │ ├── 03a-10-distribution-mechanical-unloader.png │ │ ├── 03a-10-distribution-mechanical-unloader-top.png │ │ ├── 03a-10-distribution-mechanical-unloader-arrow.png │ │ └── 03a-10-distribution-mechanical-unloader-center.png ├── items │ ├── 01a-01-item-scrap.png │ ├── 01a-02-item-copper.png │ ├── 01a-05-item-cupride.png │ ├── 01a-06-item-europium.png │ ├── 01a-08-item-sulphur.png │ ├── 01a-03-item-soft-coal.png │ ├── 01a-04-item-alluminum.png │ ├── 01a-09-item-echo-shard.png │ ├── 01a-07-item-polycarbonate.png │ ├── 01a-10-item-echo-circuit.png │ ├── 01a-12-item-resonance-matrix.png │ └── 01a-11-item-alluminum-polycarbonate.png ├── liquids │ ├── 02a-04-liquid-slag.png │ ├── 02a-05-liquid-lpg.png │ ├── 02a-08-liquid-ozone.png │ ├── 02a-01-liquid-crude-oil.png │ ├── 02a-09-liquid-nitrogen.png │ ├── 02a-11-liquid-hydrogen.png │ ├── 02a-02-liquid-dirty-water.png │ ├── 02a-12-liquid-neutralizer.png │ ├── 02a-03-liquid-purified-water.png │ ├── 02a-06-liquid-sulphuric-acid.png │ ├── 02a-07-liquid-carbon-dioxide.png │ └── 02a-10-liquid-hydrogen-sulfide.png └── turrets │ ├── 08a-05-turret-vlam.png │ ├── bases │ ├── vlam-block-3.png │ ├── blehhhhious-block-2.png │ └── blehhhhious-block-3.png │ ├── 08a-01-turret-asher.png │ ├── 08a-02-turret-ergine.png │ ├── 08a-03-turret-tanwen.png │ ├── 08a-04-turret-cleanse.png │ ├── 08a-03-turret-tanwen-heat.png │ ├── 08a-05-turret-vlam-liquid.png │ └── 08a-04-turret-cleanse-liquid.png ├── sprites-override ├── sectors │ ├── gort │ ├── 05a-01-sector-un.png │ ├── 05a-03-sector-haign.png │ ├── 05a-04-sector-pirc.png │ ├── 05a-02-sector-mollum.png │ ├── sector-echo-fleet-05a-01-sector-un.png │ ├── sector-echo-fleet-05a-04-sector-pirc.png │ ├── sector-echo-fleet-05a-02-sector-mollum.png │ └── sector-echo-fleet-05a-03-sector-haign.png └── error.png ├── icon.png ├── music ├── fine.ogg ├── land.ogg ├── menu.ogg ├── editor.ogg └── launch.ogg ├── sounds ├── vlam.ogg ├── ui │ ├── back.ogg │ ├── unlock.ogg │ ├── message.ogg │ └── chatMessage.ogg ├── bonfire-charge.ogg ├── slag-refinery.ogg ├── water-purifier.ogg ├── bauxite-extractor.ogg ├── chemical-chamber.ogg └── shoot-mashinegun.ogg ├── content ├── blocks │ ├── environment │ │ ├── walls │ │ │ ├── basaltw.json │ │ │ ├── bauxitew.json │ │ │ ├── softsandw.json │ │ │ ├── atlassiumw.json │ │ │ ├── agedbauxitew.json │ │ │ ├── magmaticbasaltw.json │ │ │ ├── smoothatlassiumw.json │ │ │ ├── atlassiumpatternsw.json │ │ │ ├── bauxitecluster.json │ │ │ └── agedbauxitecluster.json │ │ ├── tiles │ │ │ ├── softsand.json │ │ │ ├── tbasalt.json │ │ │ ├── atlassium.json │ │ │ ├── sandstone.json │ │ │ ├── basaltplates.json │ │ │ ├── smoothatlassium.json │ │ │ ├── atlassicpatterns.json │ │ │ ├── basaltextrusions.json │ │ │ ├── magmaticbasalt.json │ │ │ ├── magmaticbasaltplates.json │ │ │ ├── bauxite.json │ │ │ └── agedbauxite.json │ │ ├── ores │ │ │ ├── orescrap.json │ │ │ ├── orecopper.json │ │ │ ├── oreeuropium.json │ │ │ └── oreechoshard.json │ │ ├── props │ │ │ ├── basaltb.json │ │ │ ├── bauxiteb.json │ │ │ ├── softsandb.json │ │ │ ├── atlassiumb.json │ │ │ ├── agedbauxiteb.json │ │ │ ├── smoothatlassiumb.json │ │ │ └── atlassiumpatternsb.json │ │ └── liquids │ │ │ ├── quicksand.json │ │ │ ├── sdwater.json │ │ │ ├── crudeoil.json │ │ │ ├── ddwater.json │ │ │ ├── dwater.json │ │ │ └── lslag.json │ ├── bauxiteattribute.json │ ├── carbonattribute.json │ ├── storage │ │ ├── 03h-00-messege-chip.json │ │ ├── basaltboulder1.json │ │ ├── basaltboulder2.json │ │ ├── basaltboulder3.json │ │ ├── basaltboulder4.json │ │ ├── basaltboulder5.json │ │ ├── basaltboulder6.json │ │ ├── sandboulder1.json │ │ ├── sandboulder3.json │ │ ├── sandboulder4.json │ │ ├── 03h-07-effect-storage-block.json │ │ ├── sandboulder2.json │ │ ├── sandboulder5.json │ │ └── sandboulder6.json │ └── units │ │ ├── reinforced-leggings.json │ │ ├── gravitron-module.json │ │ └── crab-heels.json ├── sectors │ ├── 05a-01-sector-un.json │ ├── 05a-04-sector-pirc.json │ ├── 05a-02-sector-mollum.json │ ├── 05a-05-sector-aysel.json │ └── 05a-03-sector-haign.json ├── items │ └── item.json └── weathers │ └── atlassic-rain.json ├── LICENSE ├── maps ├── transit-desert.msav ├── 05a-01-sector-un.msav ├── 05a-04-sector-pirc.msav ├── 05a-02-sector-mollum.msav ├── 05a-03-sector-haign.msav └── 05a-05-sector-aysel.msav ├── schematics └── core-nest.msch └── README.md /sprites/units/core/Gorr: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sprites-override/sectors/gort: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sprites/units/crab/bonfire/gorr: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sprites/units/mech/hogleg/gort: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sprites/blocks/environment/ores/gort: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/gort: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/gort: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/gort: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/gort: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sprites/units/ass embler drones/gort: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sprites/units/core/loxosceles/gort: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sprites/blocks/drills/carbonic concentrator/gort: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sprites/blocks/units/freight mass driver/gort: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/icon.png -------------------------------------------------------------------------------- /music/fine.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/music/fine.ogg -------------------------------------------------------------------------------- /music/land.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/music/land.ogg -------------------------------------------------------------------------------- /music/menu.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/music/menu.ogg -------------------------------------------------------------------------------- /sounds/vlam.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sounds/vlam.ogg -------------------------------------------------------------------------------- /content/blocks/environment/walls/basaltw.json: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Basalt Wall 3 | -------------------------------------------------------------------------------- /music/editor.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/music/editor.ogg -------------------------------------------------------------------------------- /music/launch.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/music/launch.ogg -------------------------------------------------------------------------------- /sounds/ui/back.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sounds/ui/back.ogg -------------------------------------------------------------------------------- /content/blocks/environment/walls/bauxitew.json: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Bauxite Wall 3 | -------------------------------------------------------------------------------- /content/blocks/environment/walls/softsandw.json: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Soft Sand Wall 3 | -------------------------------------------------------------------------------- /sounds/ui/unlock.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sounds/ui/unlock.ogg -------------------------------------------------------------------------------- /content/blocks/environment/tiles/softsand.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Soft Sand 3 | variants: 3 4 | -------------------------------------------------------------------------------- /content/blocks/environment/tiles/tbasalt.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Basalt 3 | variants: 3 4 | -------------------------------------------------------------------------------- /content/blocks/environment/walls/atlassiumw.json: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Atlassium Wall 3 | -------------------------------------------------------------------------------- /sounds/ui/message.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sounds/ui/message.ogg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | you cant use any sprites or music from here unless i specificaly let you or you made them. 2 | -------------------------------------------------------------------------------- /content/blocks/environment/tiles/atlassium.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Atlassium 3 | variants: 3 4 | -------------------------------------------------------------------------------- /content/blocks/environment/tiles/sandstone.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Sandstone 3 | variants: 3 4 | -------------------------------------------------------------------------------- /content/blocks/environment/walls/agedbauxitew.json: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Aged Bauxite Wall 3 | -------------------------------------------------------------------------------- /maps/transit-desert.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/maps/transit-desert.msav -------------------------------------------------------------------------------- /schematics/core-nest.msch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/schematics/core-nest.msch -------------------------------------------------------------------------------- /sounds/bonfire-charge.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sounds/bonfire-charge.ogg -------------------------------------------------------------------------------- /sounds/slag-refinery.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sounds/slag-refinery.ogg -------------------------------------------------------------------------------- /sounds/ui/chatMessage.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sounds/ui/chatMessage.ogg -------------------------------------------------------------------------------- /sounds/water-purifier.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sounds/water-purifier.ogg -------------------------------------------------------------------------------- /content/blocks/environment/tiles/basaltplates.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Basalt Plates 3 | variants: 3 4 | -------------------------------------------------------------------------------- /content/blocks/environment/walls/magmaticbasaltw.json: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Magmatic Basalt Wall 3 | -------------------------------------------------------------------------------- /content/blocks/environment/walls/smoothatlassiumw.json: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Smooth Atlassium Wall 3 | -------------------------------------------------------------------------------- /maps/05a-01-sector-un.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/maps/05a-01-sector-un.msav -------------------------------------------------------------------------------- /maps/05a-04-sector-pirc.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/maps/05a-04-sector-pirc.msav -------------------------------------------------------------------------------- /sounds/bauxite-extractor.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sounds/bauxite-extractor.ogg -------------------------------------------------------------------------------- /sounds/chemical-chamber.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sounds/chemical-chamber.ogg -------------------------------------------------------------------------------- /sounds/shoot-mashinegun.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sounds/shoot-mashinegun.ogg -------------------------------------------------------------------------------- /sprites-override/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites-override/error.png -------------------------------------------------------------------------------- /content/blocks/environment/ores/orescrap.json: -------------------------------------------------------------------------------- 1 | type: OreBlock 2 | name: Scrap 3 | itemDrop: 01a-01-item-scrap 4 | -------------------------------------------------------------------------------- /content/blocks/environment/tiles/smoothatlassium.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Smooth Atlassium 3 | variants: 3 4 | -------------------------------------------------------------------------------- /content/blocks/environment/walls/atlassiumpatternsw.json: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Atlassium Patterns Wall 3 | -------------------------------------------------------------------------------- /maps/05a-02-sector-mollum.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/maps/05a-02-sector-mollum.msav -------------------------------------------------------------------------------- /maps/05a-03-sector-haign.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/maps/05a-03-sector-haign.msav -------------------------------------------------------------------------------- /maps/05a-05-sector-aysel.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/maps/05a-05-sector-aysel.msav -------------------------------------------------------------------------------- /content/blocks/environment/ores/orecopper.json: -------------------------------------------------------------------------------- 1 | type: OreBlock 2 | name: Copper 3 | itemDrop: 01a-02-item-copper 4 | -------------------------------------------------------------------------------- /content/blocks/environment/tiles/atlassicpatterns.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Atlassic Patterns 3 | variants: 3 4 | -------------------------------------------------------------------------------- /content/blocks/environment/tiles/basaltextrusions.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Basalt Extrusions 3 | variants: 3 4 | -------------------------------------------------------------------------------- /content/blocks/environment/ores/oreeuropium.json: -------------------------------------------------------------------------------- 1 | type: OreBlock 2 | name: Europium 3 | itemDrop: 01a-06-item-europium 4 | -------------------------------------------------------------------------------- /sprites/blocks/units/crab-heels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/crab-heels.png -------------------------------------------------------------------------------- /sprites/items/01a-01-item-scrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/items/01a-01-item-scrap.png -------------------------------------------------------------------------------- /content/blocks/environment/props/basaltb.json: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Basalt Boulder 3 | variants: 2 4 | breakSound: rock-crush 5 | -------------------------------------------------------------------------------- /sprites/items/01a-02-item-copper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/items/01a-02-item-copper.png -------------------------------------------------------------------------------- /sprites/items/01a-05-item-cupride.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/items/01a-05-item-cupride.png -------------------------------------------------------------------------------- /sprites/items/01a-06-item-europium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/items/01a-06-item-europium.png -------------------------------------------------------------------------------- /sprites/items/01a-08-item-sulphur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/items/01a-08-item-sulphur.png -------------------------------------------------------------------------------- /sprites/liquids/02a-04-liquid-slag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/liquids/02a-04-liquid-slag.png -------------------------------------------------------------------------------- /sprites/liquids/02a-05-liquid-lpg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/liquids/02a-05-liquid-lpg.png -------------------------------------------------------------------------------- /sprites/turrets/08a-05-turret-vlam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/turrets/08a-05-turret-vlam.png -------------------------------------------------------------------------------- /sprites/turrets/bases/vlam-block-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/turrets/bases/vlam-block-3.png -------------------------------------------------------------------------------- /content/blocks/environment/props/bauxiteb.json: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Bauxite Boulder 3 | variants: 2 4 | breakSound: rock-crush 5 | -------------------------------------------------------------------------------- /content/blocks/environment/props/softsandb.json: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Sandstone Boulder 3 | variants: 2 4 | breakSound: rock-crush 5 | -------------------------------------------------------------------------------- /sprites/items/01a-03-item-soft-coal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/items/01a-03-item-soft-coal.png -------------------------------------------------------------------------------- /sprites/items/01a-04-item-alluminum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/items/01a-04-item-alluminum.png -------------------------------------------------------------------------------- /sprites/items/01a-09-item-echo-shard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/items/01a-09-item-echo-shard.png -------------------------------------------------------------------------------- /sprites/liquids/02a-08-liquid-ozone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/liquids/02a-08-liquid-ozone.png -------------------------------------------------------------------------------- /sprites/turrets/08a-01-turret-asher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/turrets/08a-01-turret-asher.png -------------------------------------------------------------------------------- /sprites/turrets/08a-02-turret-ergine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/turrets/08a-02-turret-ergine.png -------------------------------------------------------------------------------- /sprites/turrets/08a-03-turret-tanwen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/turrets/08a-03-turret-tanwen.png -------------------------------------------------------------------------------- /content/blocks/environment/props/atlassiumb.json: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Atlassium Boulder 3 | variants: 2 4 | breakSound: rock-crush 5 | -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/lslag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/lslag.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-00-unit-mender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-00-unit-mender.png -------------------------------------------------------------------------------- /sprites/blocks/units/advanced-leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/advanced-leggings.png -------------------------------------------------------------------------------- /sprites/blocks/units/gravitron-engine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/gravitron-engine.png -------------------------------------------------------------------------------- /sprites/blocks/units/gravitron-module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/gravitron-module.png -------------------------------------------------------------------------------- /sprites/items/01a-07-item-polycarbonate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/items/01a-07-item-polycarbonate.png -------------------------------------------------------------------------------- /sprites/items/01a-10-item-echo-circuit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/items/01a-10-item-echo-circuit.png -------------------------------------------------------------------------------- /sprites/liquids/02a-01-liquid-crude-oil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/liquids/02a-01-liquid-crude-oil.png -------------------------------------------------------------------------------- /sprites/liquids/02a-09-liquid-nitrogen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/liquids/02a-09-liquid-nitrogen.png -------------------------------------------------------------------------------- /sprites/liquids/02a-11-liquid-hydrogen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/liquids/02a-11-liquid-hydrogen.png -------------------------------------------------------------------------------- /sprites/turrets/08a-04-turret-cleanse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/turrets/08a-04-turret-cleanse.png -------------------------------------------------------------------------------- /content/blocks/bauxiteattribute.json: -------------------------------------------------------------------------------- 1 | type: AttributeCrafter 2 | buildVisibility: debugOnly 3 | inEditor: false 4 | 5 | attribute: bauxite 6 | -------------------------------------------------------------------------------- /content/blocks/carbonattribute.json: -------------------------------------------------------------------------------- 1 | type: AttributeCrafter 2 | buildVisibility: debugOnly 3 | inEditor: false 4 | 5 | attribute: carbon 6 | -------------------------------------------------------------------------------- /content/blocks/environment/props/agedbauxiteb.json: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Aged Bauxite Boulder 3 | variants: 2 4 | breakSound: rock-crush 5 | -------------------------------------------------------------------------------- /sprites-override/sectors/05a-01-sector-un.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites-override/sectors/05a-01-sector-un.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ores/orescrap1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/ores/orescrap1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ores/orescrap2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/ores/orescrap2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ores/orescrap3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/ores/orescrap3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/adwater1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/adwater1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/adwater2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/adwater2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/adwater3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/adwater3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/bauxite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/bauxite1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/bauxite2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/bauxite2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/bauxite3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/bauxite3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/crudeoil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/crudeoil.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/dadwater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/dadwater.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/ddwater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/ddwater.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/dwater1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/dwater1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/dwater2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/dwater2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/dwater3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/dwater3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/sdwater1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/sdwater1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/sdwater2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/sdwater2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/sdwater3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/sdwater3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/tbasalt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/tbasalt1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/tbasalt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/tbasalt2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/tbasalt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/tbasalt3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/basaltb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/basaltb1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/basaltb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/basaltb2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/basaltw1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/basaltw1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/basaltw2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/basaltw2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/basaltw3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/basaltw3.png -------------------------------------------------------------------------------- /sprites/blocks/storage/03h-08-repair-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/03h-08-repair-node.png -------------------------------------------------------------------------------- /sprites/blocks/storage/props/sandboulder1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/props/sandboulder1.png -------------------------------------------------------------------------------- /sprites/blocks/storage/props/sandboulder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/props/sandboulder2.png -------------------------------------------------------------------------------- /sprites/blocks/storage/props/sandboulder3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/props/sandboulder3.png -------------------------------------------------------------------------------- /sprites/blocks/storage/props/sandboulder4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/props/sandboulder4.png -------------------------------------------------------------------------------- /sprites/blocks/storage/props/sandboulder5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/props/sandboulder5.png -------------------------------------------------------------------------------- /sprites/blocks/storage/props/sandboulder6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/props/sandboulder6.png -------------------------------------------------------------------------------- /sprites/blocks/units/reinforced-leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/reinforced-leggings.png -------------------------------------------------------------------------------- /sprites/liquids/02a-02-liquid-dirty-water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/liquids/02a-02-liquid-dirty-water.png -------------------------------------------------------------------------------- /sprites/liquids/02a-12-liquid-neutralizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/liquids/02a-12-liquid-neutralizer.png -------------------------------------------------------------------------------- /sprites/turrets/08a-03-turret-tanwen-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/turrets/08a-03-turret-tanwen-heat.png -------------------------------------------------------------------------------- /sprites/turrets/08a-05-turret-vlam-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/turrets/08a-05-turret-vlam-liquid.png -------------------------------------------------------------------------------- /sprites/turrets/bases/blehhhhious-block-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/turrets/bases/blehhhhious-block-2.png -------------------------------------------------------------------------------- /sprites/turrets/bases/blehhhhious-block-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/turrets/bases/blehhhhious-block-3.png -------------------------------------------------------------------------------- /content/blocks/environment/ores/oreechoshard.json: -------------------------------------------------------------------------------- 1 | type: OreBlock 2 | name: Echo Shard 3 | itemDrop: 01a-09-item-echo-shard 4 | wallOre: true 5 | -------------------------------------------------------------------------------- /content/blocks/environment/props/smoothatlassiumb.json: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Smooth Atlassium Boulder 3 | variants: 2 4 | breakSound: rock-crush 5 | -------------------------------------------------------------------------------- /sprites-override/sectors/05a-03-sector-haign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites-override/sectors/05a-03-sector-haign.png -------------------------------------------------------------------------------- /sprites-override/sectors/05a-04-sector-pirc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites-override/sectors/05a-04-sector-pirc.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ores/orecopper1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/ores/orecopper1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ores/orecopper2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/ores/orecopper2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ores/orecopper3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/ores/orecopper3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ores/oreeuropium1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/ores/oreeuropium1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ores/oreeuropium2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/ores/oreeuropium2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ores/oreeuropium3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/ores/oreeuropium3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/atlassium1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/atlassium1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/atlassium2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/atlassium2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/atlassium3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/atlassium3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/dwater-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/dwater-edge.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/quicksand1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/quicksand1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/quicksand2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/quicksand2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/quicksand3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/quicksand3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/sadwater1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/sadwater1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/sadwater2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/sadwater2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/sadwater3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/sadwater3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/sandstone1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/sandstone1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/sandstone2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/sandstone2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/sandstone3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/sandstone3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/softsand1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/softsand1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/softsand2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/softsand2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/softsand3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/softsand3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/atlassiumv1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/vents/atlassiumv1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/atlassiumv2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/vents/atlassiumv2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/bauxitev1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/vents/bauxitev1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/bauxitev2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/vents/bauxitev2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/softsandv1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/vents/softsandv1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/softsandv2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/vents/softsandv2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/atlassiumb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/atlassiumb1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/atlassiumb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/atlassiumb2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/atlassiumw1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/atlassiumw1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/atlassiumw2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/atlassiumw2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/atlassiumw3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/atlassiumw3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/bauxiteb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/bauxiteb1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/bauxiteb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/bauxiteb2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/bauxitew1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/bauxitew1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/bauxitew2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/bauxitew2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/bauxitew3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/bauxitew3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/softsandb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/softsandb1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/softsandb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/softsandb2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/softsandw1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/softsandw1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/softsandw2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/softsandw2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/softsandw3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/softsandw3.png -------------------------------------------------------------------------------- /sprites/blocks/storage/03h-00-messege-chip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/03h-00-messege-chip.png -------------------------------------------------------------------------------- /sprites/blocks/storage/cores/03h-04-caspar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/cores/03h-04-caspar.png -------------------------------------------------------------------------------- /sprites/blocks/storage/props/basaltboulder1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/props/basaltboulder1.png -------------------------------------------------------------------------------- /sprites/blocks/storage/props/basaltboulder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/props/basaltboulder2.png -------------------------------------------------------------------------------- /sprites/blocks/storage/props/basaltboulder3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/props/basaltboulder3.png -------------------------------------------------------------------------------- /sprites/blocks/storage/props/basaltboulder4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/props/basaltboulder4.png -------------------------------------------------------------------------------- /sprites/blocks/storage/props/basaltboulder5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/props/basaltboulder5.png -------------------------------------------------------------------------------- /sprites/blocks/storage/props/basaltboulder6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/props/basaltboulder6.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-01-mech-fabricator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-01-mech-fabricator.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-02-crab-fabricator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-02-crab-fabricator.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-03-hover-fabricator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-03-hover-fabricator.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-21-freight-conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-21-freight-conveyor.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-22-freight-router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-22-freight-router.png -------------------------------------------------------------------------------- /sprites/items/01a-12-item-resonance-matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/items/01a-12-item-resonance-matrix.png -------------------------------------------------------------------------------- /sprites/liquids/02a-03-liquid-purified-water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/liquids/02a-03-liquid-purified-water.png -------------------------------------------------------------------------------- /sprites/liquids/02a-06-liquid-sulphuric-acid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/liquids/02a-06-liquid-sulphuric-acid.png -------------------------------------------------------------------------------- /sprites/liquids/02a-07-liquid-carbon-dioxide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/liquids/02a-07-liquid-carbon-dioxide.png -------------------------------------------------------------------------------- /sprites/turrets/08a-04-turret-cleanse-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/turrets/08a-04-turret-cleanse-liquid.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/crab-drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/crab-drone.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/hover-drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/hover-drone.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/mech-drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/mech-drone.png -------------------------------------------------------------------------------- /sprites/units/crab/blaze/07c-01-unit-blaze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/blaze/07c-01-unit-blaze.png -------------------------------------------------------------------------------- /sprites/units/crab/singe/07c-02-unit-singe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/singe/07c-02-unit-singe.png -------------------------------------------------------------------------------- /sprites/units/hover/ephai/07d-03-unit-ephai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/hover/ephai/07d-03-unit-ephai.png -------------------------------------------------------------------------------- /sprites/units/hover/keres/07d-02-unit-keres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/hover/keres/07d-02-unit-keres.png -------------------------------------------------------------------------------- /sprites/units/hover/mabuz/07d-01-unit-mabuz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/hover/mabuz/07d-01-unit-mabuz.png -------------------------------------------------------------------------------- /sprites/units/mech/hogleg/07b-03-unit-hogleg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/hogleg/07b-03-unit-hogleg.png -------------------------------------------------------------------------------- /sprites/units/mech/magnum/07b-02-unit-magnum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/magnum/07b-02-unit-magnum.png -------------------------------------------------------------------------------- /content/blocks/environment/props/atlassiumpatternsb.json: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Atlassium Patterns Boulder 3 | variants: 2 4 | breakSound: rock-crush 5 | -------------------------------------------------------------------------------- /content/blocks/environment/tiles/magmaticbasalt.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Magmatic Basalt 3 | variants: 3 4 | attributes: { 5 | carbon: 0.25 6 | } 7 | -------------------------------------------------------------------------------- /sprites-override/sectors/05a-02-sector-mollum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites-override/sectors/05a-02-sector-mollum.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ores/oreechoshard1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/ores/oreechoshard1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ores/oreechoshard2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/ores/oreechoshard2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ores/oreechoshard3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/ores/oreechoshard3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/agedbauxite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/agedbauxite1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/agedbauxite2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/agedbauxite2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/agedbauxite3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/agedbauxite3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/basaltplates1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/basaltplates1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/basaltplates2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/basaltplates2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/basaltplates3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/basaltplates3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/bauxite-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/bauxite-edge.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/sdwater-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/sdwater-edge.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/softsand-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/softsand-edge.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/tbasalt-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/tbasalt-edge.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/agedbauxitev1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/vents/agedbauxitev1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/agedbauxitev2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/vents/agedbauxitev2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/agedbauxiteb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/agedbauxiteb1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/agedbauxiteb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/agedbauxiteb2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/agedbauxitew1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/agedbauxitew1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/agedbauxitew2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/agedbauxitew2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/agedbauxitew3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/agedbauxitew3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/basaltw-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/basaltw-large.png -------------------------------------------------------------------------------- /sprites/blocks/power/03f-01-power-copper-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/power/03f-01-power-copper-node.png -------------------------------------------------------------------------------- /sprites/blocks/storage/cores/03h-01-core-nest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/cores/03h-01-core-nest.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-04-support-fabricator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-04-support-fabricator.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-22-freight-router-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-22-freight-router-top.png -------------------------------------------------------------------------------- /sprites/liquids/02a-10-liquid-hydrogen-sulfide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/liquids/02a-10-liquid-hydrogen-sulfide.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/crab-drone-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/crab-drone-ui.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/hover-drone-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/hover-drone-ui.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/mech-drone-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/mech-drone-ui.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/support-drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/support-drone.png -------------------------------------------------------------------------------- /sprites/units/crab/blaze/07c-01-unit-blaze-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/blaze/07c-01-unit-blaze-leg.png -------------------------------------------------------------------------------- /sprites/units/crab/blaze/07c-01-unit-blaze-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/blaze/07c-01-unit-blaze-ui.png -------------------------------------------------------------------------------- /sprites/units/crab/bonfire/07c-03-unit-bonfire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/bonfire/07c-03-unit-bonfire.png -------------------------------------------------------------------------------- /sprites/units/crab/singe/07c-02-unit-singe-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/singe/07c-02-unit-singe-leg.png -------------------------------------------------------------------------------- /sprites/units/crab/singe/07c-02-unit-singe-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/singe/07c-02-unit-singe-ui.png -------------------------------------------------------------------------------- /sprites/units/hover/ephai/07d-03-unit-ephai-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/hover/ephai/07d-03-unit-ephai-ui.png -------------------------------------------------------------------------------- /sprites/units/hover/keres/07d-02-unit-keres-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/hover/keres/07d-02-unit-keres-ui.png -------------------------------------------------------------------------------- /sprites/units/hover/mabuz/07d-01-unit-mabuz-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/hover/mabuz/07d-01-unit-mabuz-ui.png -------------------------------------------------------------------------------- /sprites/units/mech/ratchet/07b-01-unit-ratchet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/ratchet/07b-01-unit-ratchet.png -------------------------------------------------------------------------------- /sprites/units/weapons/07c-02-unit-singe-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/weapons/07c-02-unit-singe-weapon.png -------------------------------------------------------------------------------- /sprites/units/weapons/07d-01-unit-mabuz-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/weapons/07d-01-unit-mabuz-weapon.png -------------------------------------------------------------------------------- /sprites/units/weapons/07d-02-unit-keres-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/weapons/07d-02-unit-keres-weapon.png -------------------------------------------------------------------------------- /sprites/units/weapons/07d-03-unit-ephai-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/weapons/07d-03-unit-ephai-weapon.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/agedbauxite-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/agedbauxite-edge.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/atlassium-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/atlassium-edge.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/magmaticbasalt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/magmaticbasalt1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/magmaticbasalt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/magmaticbasalt2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/magmaticbasalt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/magmaticbasalt3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/sandstone-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/sandstone-edge.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/smoothatlassium1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/smoothatlassium1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/smoothatlassium2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/smoothatlassium2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/smoothatlassium3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/smoothatlassium3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/atlassiumw-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/atlassiumw-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/bauxitecluster1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/bauxitecluster1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/bauxitecluster2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/bauxitecluster2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/bauxitew-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/bauxitew-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/magmaticbasaltw1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/magmaticbasaltw1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/magmaticbasaltw2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/magmaticbasaltw2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/magmaticbasaltw3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/magmaticbasaltw3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/softsandw-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/softsandw-large.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/03d-01-liquid-siphon-pump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/03d-01-liquid-siphon-pump.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/03d-08-liquid-liquid-router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/03d-08-liquid-liquid-router.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/03d-09-liquid-liquid-tank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/03d-09-liquid-liquid-tank.png -------------------------------------------------------------------------------- /sprites/blocks/power/03f-02-power-europium-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/power/03f-02-power-europium-node.png -------------------------------------------------------------------------------- /sprites/blocks/storage/03h-08-repair-node-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/03h-08-repair-node-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/storage/cores/03h-04-caspar-team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/cores/03h-04-caspar-team.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-01-mech-fabricator-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-01-mech-fabricator-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-01-mech-fabricator-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-01-mech-fabricator-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-02-crab-fabricator-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-02-crab-fabricator-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-02-crab-fabricator-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-02-crab-fabricator-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-03-hover-fabricator-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-03-hover-fabricator-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-03-hover-fabricator-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-03-hover-fabricator-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-a-mech-refabricator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-a-mech-refabricator.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-b-crab-refabricator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-b-crab-refabricator.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-c-hover-refabricator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-c-hover-refabricator.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-18-freight-constructor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-18-freight-constructor.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-19-freight-deconstructor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-19-freight-deconstructor.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-21-freight-conveyor-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-21-freight-conveyor-edge.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-21-freight-conveyor-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-21-freight-conveyor-icon.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-21-freight-conveyor-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-21-freight-conveyor-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-22-freight-router-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-22-freight-router-icon.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-22-freight-router-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-22-freight-router-over.png -------------------------------------------------------------------------------- /sprites/items/01a-11-item-alluminum-polycarbonate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/items/01a-11-item-alluminum-polycarbonate.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/crab-drone-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/crab-drone-cell.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/crab-drone-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/crab-drone-full.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/hover-drone-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/hover-drone-cell.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/hover-drone-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/hover-drone-full.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/mech-drone-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/mech-drone-cell.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/mech-drone-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/mech-drone-full.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/support-drone-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/support-drone-ui.png -------------------------------------------------------------------------------- /sprites/units/core/loxosceles/07a-04-loxosceles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/core/loxosceles/07a-04-loxosceles.png -------------------------------------------------------------------------------- /sprites/units/crab/blaze/07c-01-unit-blaze-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/blaze/07c-01-unit-blaze-base.png -------------------------------------------------------------------------------- /sprites/units/crab/blaze/07c-01-unit-blaze-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/blaze/07c-01-unit-blaze-cell.png -------------------------------------------------------------------------------- /sprites/units/crab/blaze/07c-01-unit-blaze-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/blaze/07c-01-unit-blaze-full.png -------------------------------------------------------------------------------- /sprites/units/crab/bonfire/07c-03-unit-bonfire-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/bonfire/07c-03-unit-bonfire-ui.png -------------------------------------------------------------------------------- /sprites/units/crab/singe/07c-02-unit-singe-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/singe/07c-02-unit-singe-base.png -------------------------------------------------------------------------------- /sprites/units/crab/singe/07c-02-unit-singe-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/singe/07c-02-unit-singe-cell.png -------------------------------------------------------------------------------- /sprites/units/crab/singe/07c-02-unit-singe-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/singe/07c-02-unit-singe-full.png -------------------------------------------------------------------------------- /sprites/units/hover/ephai/07d-03-unit-ephai-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/hover/ephai/07d-03-unit-ephai-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/ephai/07d-03-unit-ephai-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/hover/ephai/07d-03-unit-ephai-full.png -------------------------------------------------------------------------------- /sprites/units/hover/keres/07d-02-unit-keres-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/hover/keres/07d-02-unit-keres-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/keres/07d-02-unit-keres-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/hover/keres/07d-02-unit-keres-full.png -------------------------------------------------------------------------------- /sprites/units/hover/mabuz/07d-01-unit-mabuz-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/hover/mabuz/07d-01-unit-mabuz-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/mabuz/07d-01-unit-mabuz-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/hover/mabuz/07d-01-unit-mabuz-full.png -------------------------------------------------------------------------------- /sprites/units/mech/hogleg/07b-03-unit-hogleg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/hogleg/07b-03-unit-hogleg-base.png -------------------------------------------------------------------------------- /sprites/units/mech/hogleg/07b-03-unit-hogleg-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/hogleg/07b-03-unit-hogleg-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/hogleg/07b-03-unit-hogleg-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/hogleg/07b-03-unit-hogleg-full.png -------------------------------------------------------------------------------- /sprites/units/mech/hogleg/07b-03-unit-hogleg-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/hogleg/07b-03-unit-hogleg-leg.png -------------------------------------------------------------------------------- /sprites/units/mech/hogleg/07b-03-unit-hogleg-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/hogleg/07b-03-unit-hogleg-ui.png -------------------------------------------------------------------------------- /sprites/units/mech/magnum/07b-02-unit-magnum-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/magnum/07b-02-unit-magnum-base.png -------------------------------------------------------------------------------- /sprites/units/mech/magnum/07b-02-unit-magnum-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/magnum/07b-02-unit-magnum-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/magnum/07b-02-unit-magnum-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/magnum/07b-02-unit-magnum-full.png -------------------------------------------------------------------------------- /sprites/units/mech/magnum/07b-02-unit-magnum-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/magnum/07b-02-unit-magnum-leg.png -------------------------------------------------------------------------------- /sprites/units/mech/magnum/07b-02-unit-magnum-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/magnum/07b-02-unit-magnum-ui.png -------------------------------------------------------------------------------- /sprites/units/mech/ratchet/07b-01-unit-ratchet-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/ratchet/07b-01-unit-ratchet-ui.png -------------------------------------------------------------------------------- /sprites/units/support/thrive/07e-01-unit-thrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/support/thrive/07e-01-unit-thrive.png -------------------------------------------------------------------------------- /sprites/units/weapons/07b-01-unit-ratchet-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/weapons/07b-01-unit-ratchet-weapon.png -------------------------------------------------------------------------------- /sprites/units/weapons/07b-02-unit-magnum-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/weapons/07b-02-unit-magnum-weapon.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/atlassicpatterns1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/atlassicpatterns1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/atlassicpatterns2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/atlassicpatterns2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/atlassicpatterns3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/atlassicpatterns3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/basaltextrusions1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/basaltextrusions1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/basaltextrusions2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/basaltextrusions2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/basaltextrusions3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/basaltextrusions3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/basaltplates-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/basaltplates-edge.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/basaltextrusionsv1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/vents/basaltextrusionsv1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/basaltextrusionsv2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/vents/basaltextrusionsv2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/smoothatlassiumv1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/vents/smoothatlassiumv1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/smoothatlassiumv2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/vents/smoothatlassiumv2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/agedbauxitew-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/agedbauxitew-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/smoothatlassiumb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/smoothatlassiumb1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/smoothatlassiumb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/smoothatlassiumb2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/smoothatlassiumw1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/smoothatlassiumw1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/smoothatlassiumw2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/smoothatlassiumw2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/smoothatlassiumw3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/smoothatlassiumw3.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/03d-06-liquid-liquid-junction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/03d-06-liquid-liquid-junction.png -------------------------------------------------------------------------------- /sprites/blocks/power/03f-03-power-power-transmitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/power/03f-03-power-power-transmitter.png -------------------------------------------------------------------------------- /sprites/blocks/production/03g-17-crafting-slag-pyre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/03g-17-crafting-slag-pyre.png -------------------------------------------------------------------------------- /sprites/blocks/storage/03h-07-effect-storage-block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/03h-07-effect-storage-block.png -------------------------------------------------------------------------------- /sprites/blocks/storage/cores/03h-01-core-nest-team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/cores/03h-01-core-nest-team.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-04-support-fabricator-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-04-support-fabricator-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-04-support-fabricator-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-04-support-fabricator-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-a-mech-refabricator-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-a-mech-refabricator-in.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-a-mech-refabricator-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-a-mech-refabricator-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-a-mech-refabricator-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-a-mech-refabricator-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-b-crab-refabricator-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-b-crab-refabricator-in.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-b-crab-refabricator-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-b-crab-refabricator-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-b-crab-refabricator-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-b-crab-refabricator-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-c-hover-refabricator-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-c-hover-refabricator-in.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-d-support-refabricator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-d-support-refabricator.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-18-freight-constructor-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-18-freight-constructor-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-18-freight-constructor-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-18-freight-constructor-top.png -------------------------------------------------------------------------------- /sprites/blocks/walls/1x1/03k-01-defense-scrap-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/1x1/03k-01-defense-scrap-wall.png -------------------------------------------------------------------------------- /sprites/blocks/walls/1x1/03k-02-defense-copper-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/1x1/03k-02-defense-copper-wall.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/support-drone-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/support-drone-cell.png -------------------------------------------------------------------------------- /sprites/units/ass embler drones/support-drone-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/ass embler drones/support-drone-full.png -------------------------------------------------------------------------------- /sprites/units/core/loxosceles/07a-04-loxosceles-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/core/loxosceles/07a-04-loxosceles-leg.png -------------------------------------------------------------------------------- /sprites/units/core/loxosceles/07a-04-loxosceles-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/core/loxosceles/07a-04-loxosceles-ui.png -------------------------------------------------------------------------------- /sprites/units/crab/blaze/07c-01-unit-blaze-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/blaze/07c-01-unit-blaze-leg-base.png -------------------------------------------------------------------------------- /sprites/units/crab/bonfire/07c-03-unit-bonfire-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/bonfire/07c-03-unit-bonfire-base.png -------------------------------------------------------------------------------- /sprites/units/crab/bonfire/07c-03-unit-bonfire-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/bonfire/07c-03-unit-bonfire-cell.png -------------------------------------------------------------------------------- /sprites/units/crab/bonfire/07c-03-unit-bonfire-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/bonfire/07c-03-unit-bonfire-full.png -------------------------------------------------------------------------------- /sprites/units/crab/bonfire/07c-03-unit-bonfire-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/bonfire/07c-03-unit-bonfire-leg.png -------------------------------------------------------------------------------- /sprites/units/crab/singe/07c-02-unit-singe-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/singe/07c-02-unit-singe-leg-base.png -------------------------------------------------------------------------------- /sprites/units/mech/ratchet/07b-01-unit-ratchet-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/ratchet/07b-01-unit-ratchet-base.png -------------------------------------------------------------------------------- /sprites/units/mech/ratchet/07b-01-unit-ratchet-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/ratchet/07b-01-unit-ratchet-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/ratchet/07b-01-unit-ratchet-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/ratchet/07b-01-unit-ratchet-full.png -------------------------------------------------------------------------------- /sprites/units/mech/ratchet/07b-01-unit-ratchet-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/ratchet/07b-01-unit-ratchet-leg.png -------------------------------------------------------------------------------- /sprites/units/support/thrive/07e-01-unit-thrive-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/support/thrive/07e-01-unit-thrive-ui.png -------------------------------------------------------------------------------- /sprites/units/weapons/07d-02-unit-keres-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/weapons/07d-02-unit-keres-weapon-cell.png -------------------------------------------------------------------------------- /content/blocks/environment/tiles/magmaticbasaltplates.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Magmatic Basalt Plates 3 | variants: 3 4 | attributes: { 5 | carbon: 0.375 6 | } 7 | -------------------------------------------------------------------------------- /content/sectors/05a-01-sector-un.json: -------------------------------------------------------------------------------- 1 | captureWave: 11 2 | planet: aetheria 3 | sector: 0 4 | research: 03h-01-core-nest 5 | difficulty: 1 6 | alwaysUnlocked: true -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/atlassicpatterns-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/atlassicpatterns-edge.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/magmaticbasalt-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/magmaticbasalt-edge.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/magmaticbasaltplates1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/magmaticbasaltplates1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/magmaticbasaltplates2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/magmaticbasaltplates2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/magmaticbasaltplates3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/magmaticbasaltplates3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/smoothatlassium-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/smoothatlassium-edge.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/atlassiumpatternsv1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/vents/atlassiumpatternsv1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/atlassiumpatternsv2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/vents/atlassiumpatternsv2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/agedbauxitecluster1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/agedbauxitecluster1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/agedbauxitecluster2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/agedbauxitecluster2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/atlassiumpatternsb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/atlassiumpatternsb1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/atlassiumpatternsb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/atlassiumpatternsb2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/atlassiumpatternsw1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/atlassiumpatternsw1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/atlassiumpatternsw2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/atlassiumpatternsw2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/atlassiumpatternsw3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/atlassiumpatternsw3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/magmaticbasaltw-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/magmaticbasaltw-large.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/03d-01-liquid-siphon-pump-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/03d-01-liquid-siphon-pump-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/03d-02-liquid-volumisation-pump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/03d-02-liquid-volumisation-pump.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/03d-09-liquid-liquid-tank-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/03d-09-liquid-liquid-tank-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/storage/cores/03h-04-caspar-thruster1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/cores/03h-04-caspar-thruster1.png -------------------------------------------------------------------------------- /sprites/blocks/storage/cores/03h-04-caspar-thruster2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/cores/03h-04-caspar-thruster2.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-c-hover-refabricator-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-c-hover-refabricator-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-c-hover-refabricator-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-c-hover-refabricator-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-d-support-refabricator-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-d-support-refabricator-in.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-d-support-refabricator-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-d-support-refabricator-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-05-d-support-refabricator-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-05-d-support-refabricator-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-19-freight-deconstructor-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-19-freight-deconstructor-in.png -------------------------------------------------------------------------------- /sprites/blocks/units/03j-19-freight-deconstructor-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/03j-19-freight-deconstructor-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-06-mech-assembler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-06-mech-assembler.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-07-crab-assembler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-07-crab-assembler.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-08-hover-assembler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-08-hover-assembler.png -------------------------------------------------------------------------------- /sprites/blocks/walls/1x1/03k-03-defense-alluminum-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/1x1/03k-03-defense-alluminum-wall.png -------------------------------------------------------------------------------- /sprites/blocks/walls/1x1/03k-04-defense-europium-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/1x1/03k-04-defense-europium-wall.png -------------------------------------------------------------------------------- /sprites/blocks/walls/1x1/03k-07-defense-electric-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/1x1/03k-07-defense-electric-wall.png -------------------------------------------------------------------------------- /sprites/units/core/loxosceles/07a-04-loxosceles-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/core/loxosceles/07a-04-loxosceles-base.png -------------------------------------------------------------------------------- /sprites/units/core/loxosceles/07a-04-loxosceles-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/core/loxosceles/07a-04-loxosceles-cell.png -------------------------------------------------------------------------------- /sprites/units/core/loxosceles/07a-04-loxosceles-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/core/loxosceles/07a-04-loxosceles-full.png -------------------------------------------------------------------------------- /sprites/units/core/macromyrmex/07a-01-unit-macromyrmex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/core/macromyrmex/07a-01-unit-macromyrmex.png -------------------------------------------------------------------------------- /sprites/units/mech/hogleg/07b-03-unit-hogleg-weapon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/hogleg/07b-03-unit-hogleg-weapon1.png -------------------------------------------------------------------------------- /sprites/units/mech/hogleg/07b-03-unit-hogleg-weapon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/mech/hogleg/07b-03-unit-hogleg-weapon2.png -------------------------------------------------------------------------------- /sprites/units/support/thrive/07e-01-unit-thrive-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/support/thrive/07e-01-unit-thrive-cell.png -------------------------------------------------------------------------------- /sprites/units/support/thrive/07e-01-unit-thrive-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/support/thrive/07e-01-unit-thrive-full.png -------------------------------------------------------------------------------- /content/items/item.json: -------------------------------------------------------------------------------- 1 | type: item 2 | flammability: 0 3 | explosiveness: 0 4 | radioactivity: 0 5 | charge: 0 6 | hardness: 0 7 | hiddenOnPlanets: [serpulo, erekir] 8 | -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/bauxitecluster-shadow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/bauxitecluster-shadow1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/bauxitecluster-shadow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/bauxitecluster-shadow2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/smoothatlassiumw-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/smoothatlassiumw-large.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/03d-08-liquid-liquid-router-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/03d-08-liquid-liquid-router-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/storage/03h-07-effect-storage-block-team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/03h-07-effect-storage-block-team.png -------------------------------------------------------------------------------- /sprites/blocks/storage/build nodule/03h-09-build-nodule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/build nodule/03h-09-build-nodule.png -------------------------------------------------------------------------------- /sprites/blocks/storage/cores/03h-01-core-nest-thruster1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/cores/03h-01-core-nest-thruster1.png -------------------------------------------------------------------------------- /sprites/blocks/storage/cores/03h-01-core-nest-thruster2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/cores/03h-01-core-nest-thruster2.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-06-mech-assembler-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-06-mech-assembler-in.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-07-crab-assembler-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-07-crab-assembler-in.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-09-support-assembler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-09-support-assembler.png -------------------------------------------------------------------------------- /sprites/blocks/walls/1x1/03k-06-defense-echo-shard-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/1x1/03k-06-defense-echo-shard-wall.png -------------------------------------------------------------------------------- /sprites/blocks/walls/2x2/03k-04-g-defense-automatic-door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/2x2/03k-04-g-defense-automatic-door.png -------------------------------------------------------------------------------- /sprites/units/core/loxosceles/07a-04-loxosceles-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/core/loxosceles/07a-04-loxosceles-leg-base.png -------------------------------------------------------------------------------- /sprites/units/crab/bonfire/07c-03-unit-bonfire-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/crab/bonfire/07c-03-unit-bonfire-leg-base.png -------------------------------------------------------------------------------- /sprites-override/sectors/sector-echo-fleet-05a-01-sector-un.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites-override/sectors/sector-echo-fleet-05a-01-sector-un.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/03a-07-distribution-duct-router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/03a-07-distribution-duct-router.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tiles/magmaticbasaltplates-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/tiles/magmaticbasaltplates-edge.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/agedbauxitecluster-shadow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/agedbauxitecluster-shadow1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/agedbauxitecluster-shadow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/agedbauxitecluster-shadow2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/walls/atlassiumpatternsw-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/environment/walls/atlassiumpatternsw-large.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-06-mech-assembler-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-06-mech-assembler-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-06-mech-assembler-side1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-06-mech-assembler-side1.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-06-mech-assembler-side2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-06-mech-assembler-side2.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-06-mech-assembler-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-06-mech-assembler-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-07-crab-assembler-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-07-crab-assembler-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-07-crab-assembler-side1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-07-crab-assembler-side1.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-07-crab-assembler-side2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-07-crab-assembler-side2.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-07-crab-assembler-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-07-crab-assembler-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-08-hover-assembler-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-08-hover-assembler-in.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-08-hover-assembler-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-08-hover-assembler-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-08-hover-assembler-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-08-hover-assembler-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-09-support-assembler-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-09-support-assembler-in.png -------------------------------------------------------------------------------- /sprites/blocks/walls/1x1/03k-05-defense-polycarbonate-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/1x1/03k-05-defense-polycarbonate-wall.png -------------------------------------------------------------------------------- /sprites/blocks/walls/2x2/03k-01-e-defense-scrap-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/2x2/03k-01-e-defense-scrap-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/2x2/03k-02-e-defense-copper-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/2x2/03k-02-e-defense-copper-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/3x3/03k-01-f-defense-scrap-wall-huge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/3x3/03k-01-f-defense-scrap-wall-huge.png -------------------------------------------------------------------------------- /sprites/blocks/walls/3x3/03k-02-f-defense-copper-wall-huge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/3x3/03k-02-f-defense-copper-wall-huge.png -------------------------------------------------------------------------------- /sprites/units/core/macromyrmex/07a-01-unit-macromyrmex-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/core/macromyrmex/07a-01-unit-macromyrmex-cell.png -------------------------------------------------------------------------------- /sprites/units/core/macromyrmex/07a-01-unit-macromyrmex-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/core/macromyrmex/07a-01-unit-macromyrmex-full.png -------------------------------------------------------------------------------- /sprites/units/core/macromyrmex/07a-01-unit-macromyrmex-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/units/core/macromyrmex/07a-01-unit-macromyrmex-ui.png -------------------------------------------------------------------------------- /sprites-override/sectors/sector-echo-fleet-05a-04-sector-pirc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites-override/sectors/sector-echo-fleet-05a-04-sector-pirc.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/03a-08-distribution-overflow-duct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/03a-08-distribution-overflow-duct.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/03d-02-liquid-volumisation-pump-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/03d-02-liquid-volumisation-pump-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/storage/build nodule/03h-09-build-nodule-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/build nodule/03h-09-build-nodule-base.png -------------------------------------------------------------------------------- /sprites/blocks/storage/build nodule/03h-09-build-nodule-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/storage/build nodule/03h-09-build-nodule-glow.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-08-hover-assembler-side1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-08-hover-assembler-side1.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-08-hover-assembler-side2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-08-hover-assembler-side2.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-09-support-assembler-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-09-support-assembler-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-09-support-assembler-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-09-support-assembler-top.png -------------------------------------------------------------------------------- /sprites/blocks/walls/1x1/03k-09-defense-resonance-matrix-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/1x1/03k-09-defense-resonance-matrix-wall.png -------------------------------------------------------------------------------- /sprites/blocks/walls/2x2/03k-04-e-defense-europium-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/2x2/03k-04-e-defense-europium-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/2x2/03k-04-g-defense-automatic-door-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/2x2/03k-04-g-defense-automatic-door-open.png -------------------------------------------------------------------------------- /sprites/blocks/walls/2x2/03k-07-e-defense-electric-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/2x2/03k-07-e-defense-electric-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/3x3/03k-03-f-defense-alluminum-wall-huge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/3x3/03k-03-f-defense-alluminum-wall-huge.png -------------------------------------------------------------------------------- /sprites/blocks/walls/3x3/03k-04-f-defense-europium-wall-huge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/3x3/03k-04-f-defense-europium-wall-huge.png -------------------------------------------------------------------------------- /sprites/blocks/walls/3x3/03k-07-f-defense-electric-wall-huge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/3x3/03k-07-f-defense-electric-wall-huge.png -------------------------------------------------------------------------------- /sprites-override/sectors/sector-echo-fleet-05a-02-sector-mollum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites-override/sectors/sector-echo-fleet-05a-02-sector-mollum.png -------------------------------------------------------------------------------- /sprites-override/sectors/sector-echo-fleet-05a-03-sector-haign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites-override/sectors/sector-echo-fleet-05a-03-sector-haign.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/03a-05-distribution-copper-junction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/03a-05-distribution-copper-junction.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/03a-07-distribution-duct-router-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/03a-07-distribution-duct-router-top.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/03a-09-distribution-underflow-duct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/03a-09-distribution-underflow-duct.png -------------------------------------------------------------------------------- /sprites/blocks/drills/blast drill/03b-04-production-blast-drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/blast drill/03b-04-production-blast-drill.png -------------------------------------------------------------------------------- /sprites/blocks/drills/pulse drill/03b-03-production-pulse-drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/pulse drill/03b-03-production-pulse-drill.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid bridge/03d-07-liquid-liquid-bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid bridge/03d-07-liquid-liquid-bridge.png -------------------------------------------------------------------------------- /sprites/blocks/power/ignition plant/03f-04-power-ignition-plant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/power/ignition plant/03f-04-power-ignition-plant.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-09-support-assembler-side1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-09-support-assembler-side1.png -------------------------------------------------------------------------------- /sprites/blocks/units/assemblers/03j-09-support-assembler-side2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/assemblers/03j-09-support-assembler-side2.png -------------------------------------------------------------------------------- /sprites/blocks/walls/2x2/03k-03-e-defense-alluminum-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/2x2/03k-03-e-defense-alluminum-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/2x2/03k-06-e-defense-echo-shard-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/2x2/03k-06-e-defense-echo-shard-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/3x3/03k-06-f-defense-echo-shard-wall-huge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/3x3/03k-06-f-defense-echo-shard-wall-huge.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/03a-08-distribution-overflow-duct-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/03a-08-distribution-overflow-duct-top.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/03a-09-distribution-underflow-duct-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/03a-09-distribution-underflow-duct-top.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/03a-11-distribution-force-driver-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/03a-11-distribution-force-driver-base.png -------------------------------------------------------------------------------- /sprites/blocks/power/thermal chamber/03f-05-power-thermal-chamber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/power/thermal chamber/03f-05-power-thermal-chamber.png -------------------------------------------------------------------------------- /sprites/blocks/walls/1x1/03k-09-defense-resonance-matrix-wall-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/1x1/03k-09-defense-resonance-matrix-wall-glow.png -------------------------------------------------------------------------------- /sprites/blocks/walls/2x2/03k-05-e-defense-polycarbonate-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/2x2/03k-05-e-defense-polycarbonate-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/3x3/03k-05-f-defense-polycarbonate-wall-huge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/3x3/03k-05-f-defense-polycarbonate-wall-huge.png -------------------------------------------------------------------------------- /content/blocks/environment/walls/bauxitecluster.json: -------------------------------------------------------------------------------- 1 | type: TallBlock 2 | name: Bauxite Cluster 3 | variants: 2 4 | clipSize: 96 5 | shadowAlpha: 0.5 6 | shadowOffset: -1.5 7 | customShadow: true 8 | -------------------------------------------------------------------------------- /sprites/blocks/drills/blast drill/03b-04-production-blast-drill-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/blast drill/03b-04-production-blast-drill-arrow.png -------------------------------------------------------------------------------- /sprites/blocks/drills/blast drill/03b-04-production-blast-drill-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/blast drill/03b-04-production-blast-drill-item.png -------------------------------------------------------------------------------- /sprites/blocks/drills/blast drill/03b-04-production-blast-drill-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/blast drill/03b-04-production-blast-drill-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/pulse drill/03b-03-production-pulse-drill-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/pulse drill/03b-03-production-pulse-drill-arrow.png -------------------------------------------------------------------------------- /sprites/blocks/drills/pulse drill/03b-03-production-pulse-drill-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/pulse drill/03b-03-production-pulse-drill-item.png -------------------------------------------------------------------------------- /sprites/blocks/drills/pulse drill/03b-03-production-pulse-drill-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/pulse drill/03b-03-production-pulse-drill-top.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid bridge/03d-07-liquid-liquid-bridge-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid bridge/03d-07-liquid-liquid-bridge-arrow.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid bridge/03d-07-liquid-liquid-bridge-dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid bridge/03d-07-liquid-liquid-bridge-dir.png -------------------------------------------------------------------------------- /sprites/blocks/production/slag refinery/03g-01-crafting-slag-refinery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/slag refinery/03g-01-crafting-slag-refinery.png -------------------------------------------------------------------------------- /sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver.png -------------------------------------------------------------------------------- /sprites/blocks/walls/1x1/03k-08-defense-alluminum-polycarbonate-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/1x1/03k-08-defense-alluminum-polycarbonate-wall.png -------------------------------------------------------------------------------- /sprites/blocks/walls/2x2/03k-09-e-defense-resonance-matrix-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/2x2/03k-09-e-defense-resonance-matrix-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/3x3/03k-09-f-defense-resonance-matrix-wall-huge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/3x3/03k-09-f-defense-resonance-matrix-wall-huge.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid bridge/03d-07-liquid-liquid-bridge-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid bridge/03d-07-liquid-liquid-bridge-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid bridge/03d-07-liquid-liquid-bridge-bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid bridge/03d-07-liquid-liquid-bridge-bridge.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid bridge/03d-07-liquid-liquid-bridge-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid bridge/03d-07-liquid-liquid-bridge-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-cap.png -------------------------------------------------------------------------------- /sprites/blocks/power/ignition plant/03f-04-power-ignition-plant-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/power/ignition plant/03f-04-power-ignition-plant-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/power/ignition plant/03f-04-power-ignition-plant-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/power/ignition plant/03f-04-power-ignition-plant-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/power/thermal chamber/03f-05-power-thermal-chamber-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/power/thermal chamber/03f-05-power-thermal-chamber-heat.png -------------------------------------------------------------------------------- /sprites/blocks/power/thermal chamber/03f-05-power-thermal-chamber-top1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/power/thermal chamber/03f-05-power-thermal-chamber-top1.png -------------------------------------------------------------------------------- /sprites/blocks/power/thermal chamber/03f-05-power-thermal-chamber-top2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/power/thermal chamber/03f-05-power-thermal-chamber-top2.png -------------------------------------------------------------------------------- /sprites/blocks/production/water purifier/03g-03-crafting-water-purifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/water purifier/03g-03-crafting-water-purifier.png -------------------------------------------------------------------------------- /sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-cap.png -------------------------------------------------------------------------------- /sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-in.png -------------------------------------------------------------------------------- /sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-top.png -------------------------------------------------------------------------------- /content/blocks/environment/walls/agedbauxitecluster.json: -------------------------------------------------------------------------------- 1 | type: TallBlock 2 | name: Aged Bauxite Cluster 3 | variants: 2 4 | clipSize: 96 5 | shadowAlpha: 0.5 6 | shadowOffset: -1.5 7 | customShadow: true 8 | -------------------------------------------------------------------------------- /sprites/blocks/drills/blast drill/03b-04-production-blast-drill-top-invert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/blast drill/03b-04-production-blast-drill-top-invert.png -------------------------------------------------------------------------------- /sprites/blocks/drills/carbonic concentrator/03b-09-carbonic-concentrator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/carbonic concentrator/03b-09-carbonic-concentrator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/pulse drill/03b-03-production-pulse-drill-arrow-blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/pulse drill/03b-03-production-pulse-drill-arrow-blur.png -------------------------------------------------------------------------------- /sprites/blocks/drills/pulse drill/03b-03-production-pulse-drill-top-invert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/pulse drill/03b-03-production-pulse-drill-top-invert.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-top-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-top-0.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-top-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-top-1.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-top-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-top-2.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-top-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-top-3.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-top-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-top-4.png -------------------------------------------------------------------------------- /sprites/blocks/power/thermal chamber/03f-05-power-thermal-chamber-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/power/thermal chamber/03f-05-power-thermal-chamber-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/power/thermal chamber/03f-05-power-thermal-chamber-liquid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/power/thermal chamber/03f-05-power-thermal-chamber-liquid1.png -------------------------------------------------------------------------------- /sprites/blocks/production/crude processor/03g-04-crafting-crude-processor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/crude processor/03g-04-crafting-crude-processor.png -------------------------------------------------------------------------------- /sprites/blocks/production/cupride chamber/03g-02-crafting-cupride-chamber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/cupride chamber/03g-02-crafting-cupride-chamber.png -------------------------------------------------------------------------------- /sprites/blocks/production/slag refinery/03g-01-crafting-slag-refinery-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/slag refinery/03g-01-crafting-slag-refinery-glow.png -------------------------------------------------------------------------------- /sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-base.png -------------------------------------------------------------------------------- /sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-left.png -------------------------------------------------------------------------------- /sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-right.png -------------------------------------------------------------------------------- /sprites/blocks/walls/2x2/03k-09-e-defense-resonance-matrix-wall-large-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/2x2/03k-09-e-defense-resonance-matrix-wall-large-glow.png -------------------------------------------------------------------------------- /sprites/blocks/walls/3x3/03k-09-f-defense-resonance-matrix-wall-huge-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/3x3/03k-09-f-defense-resonance-matrix-wall-huge-glow.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Echo-Fleet 2 | A mindustry mod adding a new planet focused on difficult to use factories and oil refinery 3 | 4 | discord server: https://discord.gg/wrVcj585RH 5 | 6 | 7 | 8 | Goal: 23/30 stars 9 | -------------------------------------------------------------------------------- /sprites/blocks/distribution/copper bridge/03a-06-distribution-copper-bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/copper bridge/03a-06-distribution-copper-bridge.png -------------------------------------------------------------------------------- /sprites/blocks/drills/bauxite extractor/03b-07-production-bauxite-extractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/bauxite extractor/03b-07-production-bauxite-extractor.png -------------------------------------------------------------------------------- /sprites/blocks/drills/water accumulator/03b-01-production-water-accumulator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/water accumulator/03b-01-production-water-accumulator.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-bottom-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-bottom-0.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-bottom-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-bottom-1.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-bottom-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-bottom-2.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-bottom-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-bottom-3.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-bottom-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid pipeline/03d-04-liquid-liquid-pipeline-bottom-4.png -------------------------------------------------------------------------------- /sprites/blocks/production/chemical chamber/03g-07-crafting-chemical-chamber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/chemical chamber/03g-07-crafting-chemical-chamber.png -------------------------------------------------------------------------------- /sprites/blocks/production/slag refinery/03g-01-crafting-slag-refinery-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/slag refinery/03g-01-crafting-slag-refinery-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/production/slag refinery/03g-01-crafting-slag-refinery-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/slag refinery/03g-01-crafting-slag-refinery-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/production/soft coal heater/03g-14-crafting-soft-coal-heater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/soft coal heater/03g-14-crafting-soft-coal-heater.png -------------------------------------------------------------------------------- /sprites/blocks/walls/2x2/03k-08-e-defense-alluminum-polycarbonate-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/2x2/03k-08-e-defense-alluminum-polycarbonate-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/3x3/03k-08-f-defense-alluminum-polycarbonate-wall-huge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/walls/3x3/03k-08-f-defense-alluminum-polycarbonate-wall-huge.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/copper bridge/03a-06-distribution-copper-bridge-dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/copper bridge/03a-06-distribution-copper-bridge-dir.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-top-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-top-0.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-top-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-top-1.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-top-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-top-2.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-top-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-top-3.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-top-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-top-4.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/electronic belt/03a-04-distribution-electronic-belt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/electronic belt/03a-04-distribution-electronic-belt.png -------------------------------------------------------------------------------- /sprites/blocks/drills/bauxite Synthesiser/03b-08-production-bauxite-synthesiser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/bauxite Synthesiser/03b-08-production-bauxite-synthesiser.png -------------------------------------------------------------------------------- /sprites/blocks/drills/carbonic concentrator/03b-09-carbonic-concentrator-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/carbonic concentrator/03b-09-carbonic-concentrator-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid bridge/03d-07-liquid-liquid-bridge-bridge-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/liquid bridge/03d-07-liquid-liquid-bridge-bridge-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/production/chemical furnace/03g-07-d-crafting-chemical-furnace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/chemical furnace/03g-07-d-crafting-chemical-furnace.png -------------------------------------------------------------------------------- /sprites/blocks/production/crude processor/03g-04-crafting-crude-processor-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/crude processor/03g-04-crafting-crude-processor-glow.png -------------------------------------------------------------------------------- /sprites/blocks/production/crude processor/03g-04-crafting-crude-processor-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/crude processor/03g-04-crafting-crude-processor-heat.png -------------------------------------------------------------------------------- /sprites/blocks/production/cupride chamber/03g-02-crafting-cupride-chamber-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/cupride chamber/03g-02-crafting-cupride-chamber-glow.png -------------------------------------------------------------------------------- /sprites/blocks/production/cupride chamber/03g-02-crafting-cupride-chamber-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/cupride chamber/03g-02-crafting-cupride-chamber-heat.png -------------------------------------------------------------------------------- /sprites/blocks/production/cupride chamber/03g-02-crafting-cupride-chamber-top1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/cupride chamber/03g-02-crafting-cupride-chamber-top1.png -------------------------------------------------------------------------------- /sprites/blocks/production/cupride chamber/03g-02-crafting-cupride-chamber-top2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/cupride chamber/03g-02-crafting-cupride-chamber-top2.png -------------------------------------------------------------------------------- /sprites/blocks/production/water purifier/03g-03-crafting-water-purifier-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/water purifier/03g-03-crafting-water-purifier-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/production/water purifier/03g-03-crafting-water-purifier-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/water purifier/03g-03-crafting-water-purifier-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/production/water purifier/03g-03-crafting-water-purifier-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/water purifier/03g-03-crafting-water-purifier-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-cap-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-cap-outline.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/copper bridge/03a-06-distribution-copper-bridge-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/copper bridge/03a-06-distribution-copper-bridge-arrow.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-bottom-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-bottom-0.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-bottom-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-bottom-1.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-bottom-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-bottom-2.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-bottom-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-bottom-3.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-bottom-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/copper duct/03a-01-distribution-copper-duct-bottom-4.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/electric bridge/03a-06-e-distribution-electric-bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/electric bridge/03a-06-e-distribution-electric-bridge.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/electronic belt/03a-04-distribution-electronic-belt-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/electronic belt/03a-04-distribution-electronic-belt-0.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/electronic belt/03a-04-distribution-electronic-belt-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/electronic belt/03a-04-distribution-electronic-belt-1.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/electronic belt/03a-04-distribution-electronic-belt-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/electronic belt/03a-04-distribution-electronic-belt-2.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-top-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-top-0.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-top-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-top-1.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-top-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-top-2.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-top-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-top-3.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-top-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-top-4.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/heat distributor/03a-12-distribution-heat-distributor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/heat distributor/03a-12-distribution-heat-distributor.png -------------------------------------------------------------------------------- /sprites/blocks/drills/carbonic concentrator/03b-09-carbonic-concentrator-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/carbonic concentrator/03b-09-carbonic-concentrator-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-top-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-top-0.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-top-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-top-1.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-top-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-top-2.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-top-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-top-3.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-top-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-top-4.png -------------------------------------------------------------------------------- /sprites/blocks/production/crude processor/03g-04-crafting-crude-processor-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/crude processor/03g-04-crafting-crude-processor-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/production/crude processor/03g-04-crafting-crude-processor-liquid5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/crude processor/03g-04-crafting-crude-processor-liquid5.png -------------------------------------------------------------------------------- /sprites/blocks/production/cupride chamber/03g-02-crafting-cupride-chamber-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/cupride chamber/03g-02-crafting-cupride-chamber-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/production/cupride chamber/03g-02-crafting-cupride-chamber-liquid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/cupride chamber/03g-02-crafting-cupride-chamber-liquid1.png -------------------------------------------------------------------------------- /sprites/blocks/production/neutralizer infuser/03g-00-crafting-neutralizer-infuser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/neutralizer infuser/03g-00-crafting-neutralizer-infuser.png -------------------------------------------------------------------------------- /sprites/blocks/production/soft coal heater/03g-14-crafting-soft-coal-heater-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/soft coal heater/03g-14-crafting-soft-coal-heater-heat.png -------------------------------------------------------------------------------- /sprites/blocks/production/soft coal heater/03g-14-crafting-soft-coal-heater-top1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/soft coal heater/03g-14-crafting-soft-coal-heater-top1.png -------------------------------------------------------------------------------- /sprites/blocks/production/soft coal heater/03g-14-crafting-soft-coal-heater-top2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/soft coal heater/03g-14-crafting-soft-coal-heater-top2.png -------------------------------------------------------------------------------- /sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-left-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-left-outline.png -------------------------------------------------------------------------------- /sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-right-outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/units/freight mass driver/03j-20-freight-mass-driver-right-outline.png -------------------------------------------------------------------------------- /content/blocks/environment/tiles/bauxite.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Bauxite 3 | description: A floor that contains alluminum traces. 4 | variants: 3 5 | attributes: { 6 | bauxite: 0.111111111111111111111111111111111 7 | } 8 | -------------------------------------------------------------------------------- /sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-top-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-top-0.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-top-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-top-1.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-top-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-top-2.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-top-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-top-3.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-top-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-top-4.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/copper bridge/03a-06-distribution-copper-bridge-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/copper bridge/03a-06-distribution-copper-bridge-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/copper bridge/03a-06-distribution-copper-bridge-bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/copper bridge/03a-06-distribution-copper-bridge-bridge.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/electronic belt/03a-04-distribution-electronic-belt-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/electronic belt/03a-04-distribution-electronic-belt-edge.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-bottom-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-bottom-0.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-bottom-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-bottom-1.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-bottom-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-bottom-2.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-bottom-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-bottom-3.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-bottom-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/europium duct/03a-02-distribution-europium-duct-bottom-4.png -------------------------------------------------------------------------------- /sprites/blocks/drills/bauxite extractor/03b-07-production-bauxite-extractor-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/bauxite extractor/03b-07-production-bauxite-extractor-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/drills/bauxite extractor/03b-07-production-bauxite-extractor-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/bauxite extractor/03b-07-production-bauxite-extractor-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/drills/deterioration drill/03b-06-production-deterioration-drill-beam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/deterioration drill/03b-06-production-deterioration-drill-beam.png -------------------------------------------------------------------------------- /sprites/blocks/drills/water accumulator/03b-01-production-water-accumulator-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/water accumulator/03b-01-production-water-accumulator-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/drills/water accumulator/03b-01-production-water-accumulator-liquid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/water accumulator/03b-01-production-water-accumulator-liquid1.png -------------------------------------------------------------------------------- /sprites/blocks/drills/water accumulator/03b-01-production-water-accumulator-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/water accumulator/03b-01-production-water-accumulator-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/electric liquid bridge/03d-07-m-liquid-electric-liquid-bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/electric liquid bridge/03d-07-m-liquid-electric-liquid-bridge.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-bottom-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-bottom-0.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-bottom-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-bottom-1.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-bottom-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-bottom-2.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-bottom-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-bottom-3.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-bottom-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/reinforced pipeline/03d-05-liquid-reinforced-pipeline-bottom-4.png -------------------------------------------------------------------------------- /sprites/blocks/production/chemical chamber/03g-07-crafting-chemical-chamber-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/chemical chamber/03g-07-crafting-chemical-chamber-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/production/chemical chamber/03g-07-crafting-chemical-chamber-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/chemical chamber/03g-07-crafting-chemical-chamber-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/production/chemical furnace/03g-07-d-crafting-chemical-furnace-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/chemical furnace/03g-07-d-crafting-chemical-furnace-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/production/neutralizer foundry/03g-00-d-crafting-neutralizer-foundry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/neutralizer foundry/03g-00-d-crafting-neutralizer-foundry.png -------------------------------------------------------------------------------- /sprites/blocks/production/soft coal heater/03g-14-crafting-soft-coal-heater-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/soft coal heater/03g-14-crafting-soft-coal-heater-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-bottom-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-bottom-0.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-bottom-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-bottom-1.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-bottom-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-bottom-2.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-bottom-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-bottom-3.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-bottom-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/alluminum duct/03a-03-distribution-alluminum-duct-bottom-4.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/electric bridge/03a-06-e-distribution-electric-bridge-dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/electric bridge/03a-06-e-distribution-electric-bridge-dir.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/electronic belt/03a-04-distribution-electronic-belt-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/electronic belt/03a-04-distribution-electronic-belt-stack.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/heat distributor/03a-12-distribution-heat-distributor-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/heat distributor/03a-12-distribution-heat-distributor-glow.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/heat distributor/03a-12-distribution-heat-distributor-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/heat distributor/03a-12-distribution-heat-distributor-heat.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/heat distributor/03a-12-distribution-heat-distributor-top1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/heat distributor/03a-12-distribution-heat-distributor-top1.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/heat distributor/03a-12-distribution-heat-distributor-top2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/heat distributor/03a-12-distribution-heat-distributor-top2.png -------------------------------------------------------------------------------- /sprites/blocks/drills/bauxite Synthesiser/03b-08-production-bauxite-synthesiser-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/bauxite Synthesiser/03b-08-production-bauxite-synthesiser-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/production/chemical furnace/03g-07-d-crafting-chemical-furnace-liquid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/chemical furnace/03g-07-d-crafting-chemical-furnace-liquid1.png -------------------------------------------------------------------------------- /sprites/blocks/production/chemical furnace/03g-07-d-crafting-chemical-furnace-liquid2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/chemical furnace/03g-07-d-crafting-chemical-furnace-liquid2.png -------------------------------------------------------------------------------- /sprites/blocks/production/neutralizer infuser/03g-00-crafting-neutralizer-infuser-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/neutralizer infuser/03g-00-crafting-neutralizer-infuser-top.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/electric bridge/03a-06-e-distribution-electric-bridge-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/electric bridge/03a-06-e-distribution-electric-bridge-arrow.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/electric bridge/03a-06-e-distribution-electric-bridge-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/electric bridge/03a-06-e-distribution-electric-bridge-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/electric bridge/03a-06-e-distribution-electric-bridge-bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/electric bridge/03a-06-e-distribution-electric-bridge-bridge.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/mechanical unloader/03a-10-distribution-mechanical-unloader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/mechanical unloader/03a-10-distribution-mechanical-unloader.png -------------------------------------------------------------------------------- /sprites/blocks/drills/bauxite Synthesiser/03b-08-production-bauxite-synthesiser-liquid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/bauxite Synthesiser/03b-08-production-bauxite-synthesiser-liquid1.png -------------------------------------------------------------------------------- /sprites/blocks/drills/bauxite Synthesiser/03b-08-production-bauxite-synthesiser-liquid2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/bauxite Synthesiser/03b-08-production-bauxite-synthesiser-liquid2.png -------------------------------------------------------------------------------- /sprites/blocks/drills/deterioration drill/03b-06-production-deterioration-drill-beam-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/deterioration drill/03b-06-production-deterioration-drill-beam-end.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/electric liquid bridge/03d-07-m-liquid-electric-liquid-bridge-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/electric liquid bridge/03d-07-m-liquid-electric-liquid-bridge-arrow.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/electric liquid bridge/03d-07-m-liquid-electric-liquid-bridge-dir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/electric liquid bridge/03d-07-m-liquid-electric-liquid-bridge-dir.png -------------------------------------------------------------------------------- /sprites/blocks/production/neutralizer infuser/03g-00-crafting-neutralizer-infuser-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/neutralizer infuser/03g-00-crafting-neutralizer-infuser-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/mechanical unloader/03a-10-distribution-mechanical-unloader-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/mechanical unloader/03a-10-distribution-mechanical-unloader-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/deterioration drill/03b-06-production-deterioration-drill-beam-boost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/deterioration drill/03b-06-production-deterioration-drill-beam-boost.png -------------------------------------------------------------------------------- /sprites/blocks/drills/deterioration drill/03b-06-production-deterioration-drill-beam-center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/deterioration drill/03b-06-production-deterioration-drill-beam-center.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/electric liquid bridge/03d-07-m-liquid-electric-liquid-bridge-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/electric liquid bridge/03d-07-m-liquid-electric-liquid-bridge-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/electric liquid bridge/03d-07-m-liquid-electric-liquid-bridge-bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/electric liquid bridge/03d-07-m-liquid-electric-liquid-bridge-bridge.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/electric liquid bridge/03d-07-m-liquid-electric-liquid-bridge-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/electric liquid bridge/03d-07-m-liquid-electric-liquid-bridge-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/production/neutralizer foundry/03g-00-d-crafting-neutralizer-foundry-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/production/neutralizer foundry/03g-00-d-crafting-neutralizer-foundry-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/mechanical unloader/03a-10-distribution-mechanical-unloader-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/mechanical unloader/03a-10-distribution-mechanical-unloader-arrow.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/mechanical unloader/03a-10-distribution-mechanical-unloader-center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/distribution/mechanical unloader/03a-10-distribution-mechanical-unloader-center.png -------------------------------------------------------------------------------- /sprites/blocks/drills/deterioration drill/03b-06-production-deterioration-drill-beam-boost-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/deterioration drill/03b-06-production-deterioration-drill-beam-boost-end.png -------------------------------------------------------------------------------- /sprites/blocks/drills/deterioration drill/03b-06-production-deterioration-drill-beam-boost-center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/drills/deterioration drill/03b-06-production-deterioration-drill-beam-boost-center.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/electric liquid bridge/03d-07-m-liquid-electric-liquid-bridge-bridge-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BSp-2/Echo-fleet/HEAD/sprites/blocks/liquid/electric liquid bridge/03d-07-m-liquid-electric-liquid-bridge-bridge-liquid.png -------------------------------------------------------------------------------- /content/weathers/atlassic-rain.json: -------------------------------------------------------------------------------- 1 | type: rainWeather 2 | name: Atlassic Rain 3 | ySpeed: 8 4 | xSpeed: 4 5 | padding: 5 6 | density: 2200 7 | stroke: 1.5 8 | sizeMin: 10 9 | sizeMax: 80 10 | liquid: 02a-02-liquid-dirty-water 11 | color: 33536DFF 12 | -------------------------------------------------------------------------------- /content/blocks/environment/tiles/agedbauxite.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Aged Bauxite 3 | description: A floor that contains small alluminum traces due to being aged. 4 | variants: 3 5 | attributes: { 6 | bauxite: 0.055555555555555555555555555555555555555 7 | } 8 | -------------------------------------------------------------------------------- /content/blocks/environment/liquids/quicksand.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Quicksand 3 | speedMultiplier: 0.2 4 | drownTime: 3600 5 | variants: 3 6 | status: slow 7 | statusDuration: 10 8 | isLiquid: true 9 | cacheLayer: mud 10 | supportsOverlay: true 11 | shallow: true 12 | -------------------------------------------------------------------------------- /content/sectors/05a-04-sector-pirc.json: -------------------------------------------------------------------------------- 1 | difficulty: 3 2 | planet: aetheria 3 | sector: 11 4 | research: { 5 | parent: 05a-03-sector-haign 6 | objectives: [ 7 | { 8 | type: SectorComplete 9 | preset: 05a-03-sector-haign 10 | } 11 | ] 12 | } 13 | -------------------------------------------------------------------------------- /content/sectors/05a-02-sector-mollum.json: -------------------------------------------------------------------------------- 1 | captureWave: 27 2 | difficulty: 2 3 | planet: aetheria 4 | sector: 13 5 | research: { 6 | parent: 05a-01-sector-un 7 | objectives: [ 8 | { 9 | type: SectorComplete 10 | preset: 05a-01-sector-un 11 | } 12 | ] 13 | } 14 | -------------------------------------------------------------------------------- /content/sectors/05a-05-sector-aysel.json: -------------------------------------------------------------------------------- 1 | captureWave: 7 2 | difficulty: 5 3 | planet: aetheria 4 | sector: 28 5 | research: { 6 | parent: 05a-04-sector-pirc 7 | objectives: [ 8 | { 9 | type: SectorComplete 10 | preset: 05a-04-sector-pirc 11 | } 12 | ] 13 | } 14 | -------------------------------------------------------------------------------- /content/sectors/05a-03-sector-haign.json: -------------------------------------------------------------------------------- 1 | captureWave: 14 2 | difficulty: 4 3 | planet: aetheria 4 | sector: 17 5 | research: { 6 | parent: 05a-01-sector-un 7 | objectives: [ 8 | { 9 | type: SectorComplete 10 | preset: 05a-02-sector-mollum 11 | } 12 | ] 13 | } 14 | -------------------------------------------------------------------------------- /content/blocks/storage/03h-00-messege-chip.json: -------------------------------------------------------------------------------- 1 | type: MessageBlock 2 | name: Message Chip 3 | description: Stores a message for communication between allies. 4 | size: 1 5 | requirements: [ 6 | 01a-01-item-scrap/20 7 | 01a-04-item-alluminum/4 8 | ] 9 | category: effect 10 | research: 03h-08-repair-node 11 | -------------------------------------------------------------------------------- /content/blocks/storage/basaltboulder1.json: -------------------------------------------------------------------------------- 1 | type: GenericCrafter 2 | name: Basalt Boulder 3 | size: 2 4 | configurable: false 5 | variants: 0 6 | solid: true 7 | 8 | ambientSoundVolume: 0 9 | targetable: false 10 | 11 | requirements: [ 12 | 01a-01-item-scrap/50 13 | item/100 14 | ] 15 | buildTime: 180 16 | -------------------------------------------------------------------------------- /content/blocks/storage/basaltboulder2.json: -------------------------------------------------------------------------------- 1 | type: GenericCrafter 2 | name: Basalt Boulder 3 | size: 2 4 | configurable: false 5 | variants: 0 6 | solid: true 7 | 8 | ambientSoundVolume: 0 9 | targetable: false 10 | 11 | requirements: [ 12 | 01a-01-item-scrap/50 13 | item/100 14 | ] 15 | buildTime: 180 16 | -------------------------------------------------------------------------------- /content/blocks/storage/basaltboulder3.json: -------------------------------------------------------------------------------- 1 | type: GenericCrafter 2 | name: Big Basalt Boulder 3 | size: 3 4 | configurable: false 5 | variants: 0 6 | solid: true 7 | 8 | ambientSoundVolume: 0 9 | targetable: false 10 | 11 | requirements: [ 12 | 01a-01-item-scrap/150 13 | item/100 14 | ] 15 | buildTime: 405 16 | -------------------------------------------------------------------------------- /content/blocks/storage/basaltboulder4.json: -------------------------------------------------------------------------------- 1 | type: GenericCrafter 2 | name: Big Basalt Boulder 3 | size: 3 4 | configurable: false 5 | variants: 0 6 | solid: true 7 | 8 | ambientSoundVolume: 0 9 | targetable: false 10 | 11 | requirements: [ 12 | 01a-01-item-scrap/150 13 | item/100 14 | ] 15 | buildTime: 405 16 | -------------------------------------------------------------------------------- /content/blocks/storage/basaltboulder5.json: -------------------------------------------------------------------------------- 1 | type: GenericCrafter 2 | name: Small Basalt Boulder 3 | size: 1 4 | configurable: false 5 | variants: 0 6 | solid: true 7 | 8 | ambientSoundVolume: 0 9 | targetable: false 10 | 11 | requirements: [ 12 | 01a-01-item-scrap/10 13 | item/100 14 | ] 15 | buildTime: 40 16 | -------------------------------------------------------------------------------- /content/blocks/storage/basaltboulder6.json: -------------------------------------------------------------------------------- 1 | type: GenericCrafter 2 | name: Small Basalt Boulder 3 | size: 1 4 | configurable: false 5 | variants: 0 6 | solid: true 7 | 8 | ambientSoundVolume: 0 9 | targetable: false 10 | 11 | requirements: [ 12 | 01a-01-item-scrap/10 13 | item/100 14 | ] 15 | buildTime: 40 16 | -------------------------------------------------------------------------------- /content/blocks/environment/liquids/sdwater.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Shallow Dirty Water 3 | speedMultiplier: 0.9 4 | variants: 3 5 | status: wet 6 | statusDuration: 120 7 | liquidDrop: 02a-02-liquid-dirty-water 8 | isLiquid: true 9 | cacheLayer: water 10 | albedo: 0.9 11 | supportsOverlay: true 12 | shallow: true 13 | -------------------------------------------------------------------------------- /content/blocks/environment/liquids/crudeoil.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Surface Crude Oil 3 | speedMultiplier: 0.2 4 | variants: 0 5 | isLiquid: true 6 | liquidDrop: 02a-01-liquid-crude-oil 7 | cacheLayer: tar 8 | supportsOverlay: true 9 | liquidMultiplier: 1 10 | drownTime: 300 11 | status: tarred 12 | statusDuration: 600 13 | -------------------------------------------------------------------------------- /content/blocks/environment/liquids/ddwater.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Deep Dirty Water 3 | speedMultiplier: 0.5 4 | variants: 0 5 | status: wet 6 | statusDuration: 300 7 | drownTime: 480 8 | liquidDrop: 02a-02-liquid-dirty-water 9 | liquidMultiplier: 2 10 | isLiquid: true 11 | cacheLayer: water 12 | albedo: 0.9 13 | supportsOverlay: true 14 | -------------------------------------------------------------------------------- /content/blocks/environment/liquids/dwater.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Dirty Water 3 | speedMultiplier: 0.7 4 | variants: 3 5 | status: wet 6 | statusDuration: 240 7 | drownTime: 1200 8 | liquidDrop: 02a-02-liquid-dirty-water 9 | liquidMultiplier: 1.5 10 | isLiquid: true 11 | cacheLayer: water 12 | albedo: 0.9 13 | supportsOverlay: true 14 | -------------------------------------------------------------------------------- /content/blocks/storage/sandboulder1.json: -------------------------------------------------------------------------------- 1 | type: GenericCrafter 2 | name: Small Sand Cluster 3 | size: 1 4 | configurable: false 5 | variants: 0 6 | solid: true 7 | 8 | ambientSoundVolume: 0 9 | targetable: false 10 | 11 | requirements: [ 12 | 01a-02-item-copper/15 13 | 01a-04-item-alluminum/5 14 | item/100 15 | ] 16 | buildTime: 60 17 | -------------------------------------------------------------------------------- /content/blocks/storage/sandboulder3.json: -------------------------------------------------------------------------------- 1 | type: GenericCrafter 2 | name: Sand Cluster 3 | size: 2 4 | configurable: false 5 | variants: 0 6 | solid: true 7 | 8 | ambientSoundVolume: 0 9 | targetable: false 10 | 11 | requirements: [ 12 | 01a-02-item-copper/60 13 | 01a-04-item-alluminum/20 14 | item/100 15 | ] 16 | buildTime: 240 17 | -------------------------------------------------------------------------------- /content/blocks/storage/sandboulder4.json: -------------------------------------------------------------------------------- 1 | type: GenericCrafter 2 | name: Sand Cluster 3 | size: 2 4 | configurable: false 5 | variants: 0 6 | solid: true 7 | 8 | ambientSoundVolume: 0 9 | targetable: false 10 | 11 | requirements: [ 12 | 01a-02-item-copper/60 13 | 01a-04-item-alluminum/20 14 | item/100 15 | ] 16 | buildTime: 240 17 | -------------------------------------------------------------------------------- /content/blocks/storage/03h-07-effect-storage-block.json: -------------------------------------------------------------------------------- 1 | type: StorageBlock 2 | size: 2 3 | solid: false 4 | scaledHealth: 40 5 | name: Storage Block 6 | description: dump items in here 7 | itemCapacity: 150 8 | category: effect 9 | requirements: [ 10 | 01a-06-item-europium/50 11 | 01a-04-item-alluminum/80 12 | ] 13 | squareSprite: false 14 | -------------------------------------------------------------------------------- /content/blocks/storage/sandboulder2.json: -------------------------------------------------------------------------------- 1 | type: GenericCrafter 2 | name: Small Sand Cluster 3 | size: 1 4 | configurable: false 5 | variants: 0 6 | solid: true 7 | 8 | ambientSoundVolume: 0 9 | targetable: false 10 | 11 | requirements: [ 12 | 01a-02-item-copper/15 13 | 01a-04-item-alluminum/5 14 | item/100 15 | ] 16 | buildTime: 60 17 | -------------------------------------------------------------------------------- /content/blocks/storage/sandboulder5.json: -------------------------------------------------------------------------------- 1 | type: GenericCrafter 2 | name: Big Sand Cluster 3 | size: 3 4 | configurable: false 5 | variants: 0 6 | solid: true 7 | 8 | ambientSoundVolume: 0 9 | targetable: false 10 | 11 | requirements: [ 12 | 01a-02-item-copper/135 13 | 01a-04-item-alluminum/45 14 | item/100 15 | ] 16 | buildTime: 540 17 | -------------------------------------------------------------------------------- /content/blocks/storage/sandboulder6.json: -------------------------------------------------------------------------------- 1 | type: GenericCrafter 2 | name: Big Sand Cluster 3 | size: 3 4 | configurable: false 5 | variants: 0 6 | solid: true 7 | 8 | ambientSoundVolume: 0 9 | targetable: false 10 | 11 | requirements: [ 12 | 01a-02-item-copper/135 13 | 01a-04-item-alluminum/45 14 | item/100 15 | ] 16 | buildTime: 540 17 | -------------------------------------------------------------------------------- /content/blocks/environment/liquids/lslag.json: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Slag 3 | speedMultiplier: 0.4 4 | variants: 0 5 | isLiquid: true 6 | liquidDrop: 02a-04-liquid-slag 7 | cacheLayer: slag 8 | supportsOverlay: true 9 | liquidMultiplier: 1 10 | drownTime: 180 11 | emitLight: true 12 | lightRadius: 36 13 | lightColor: AB480777 14 | status: melting 15 | statusDuration: 120 16 | -------------------------------------------------------------------------------- /content/blocks/units/reinforced-leggings.json: -------------------------------------------------------------------------------- 1 | type: Wall 2 | name: Reinforced Leggings 3 | description: Used in advanced legged unit production. 4 | size: 2 5 | customShadow: true 6 | placeablePlayer: false 7 | 8 | 9 | requirements: [ 10 | 01a-06-item-europium/8 11 | 01a-07-item-polycarbonate/6 12 | ] 13 | 14 | 15 | research: 03j-16-unit-part-constructor -------------------------------------------------------------------------------- /content/blocks/units/gravitron-module.json: -------------------------------------------------------------------------------- 1 | type: Wall 2 | name: Gravitron Module 3 | description: Used in advanced hover unit production. 4 | size: 2 5 | customShadow: true 6 | placeablePlayer: false 7 | 8 | 9 | requirements: [ 10 | 01a-01-item-scrap/16 11 | 01a-02-item-copper/8 12 | 01a-07-item-polycarbonate/8 13 | ] 14 | 15 | 16 | research: 03j-16-unit-part-constructor -------------------------------------------------------------------------------- /content/blocks/units/crab-heels.json: -------------------------------------------------------------------------------- 1 | type: Wall 2 | name: Crab Heelings 3 | description: Used in advanced crab unit production. 4 | size: 3 5 | customShadow: true 6 | placeablePlayer: false 7 | 8 | 9 | requirements: [ 10 | 01a-01-item-scrap/20 11 | 01a-04-item-alluminum/15 12 | 01a-05-item-cupride/5 13 | ] 14 | 15 | 16 | 17 | research: 03j-16-unit-part-constructor 18 | --------------------------------------------------------------------------------