├── LICENSE ├── README.md ├── banner.png ├── bundles ├── bundle-template ├── bundle.properties ├── bundle_in_ID.properties └── bundle_zh_CN.properties ├── content ├── blocks │ ├── distribution │ │ ├── 05e-01-transport-pipe.hjson │ │ ├── 05e-02-a-aluminium-pipe.hjson │ │ ├── 05e-02-chromium-pipe.hjson │ │ ├── 05e-03-morphite-conveyor.hjson │ │ ├── 05e-04-a-morphite-router.hjson │ │ ├── 05e-05-crossblock.hjson │ │ ├── 05e-06-splitter.hjson │ │ ├── 05e-07-mechanical-bridge.hjson │ │ ├── 05e-08-pipeline-sorter.hjson │ │ ├── 05e-10-pipeline-overflow.hjson │ │ ├── 05e-11-morph-bridge.hjson │ │ ├── 05e-13-a-surge-driver.hjson │ │ ├── 05e-13-cargobay.hjson │ │ ├── 05e-14-cargodepot.hjson │ │ └── 05e-15-pipeline-unloader.hjson │ ├── drills │ │ ├── 04d-01-pressure-generator.hjson │ │ ├── 04d-02-elixir-collector.hjson │ │ ├── 04d-03-ore-extractor.hjson │ │ ├── 04d-03-r-ore-blaster.hjson │ │ ├── 04d-04-a-wall-extractor.hjson │ │ ├── 04d-04-a-wall-shifter.hjson │ │ ├── 04d-04-b-aqua-dregder.hjson │ │ ├── 04d-04-b-aqua-extractor.hjson │ │ ├── 04d-04-bore-jet.hjson │ │ ├── 04d-05-ichor-rig.hjson │ │ ├── 04d-06-neutralizer.hjson │ │ └── 04d-06-nucrid-crusher.hjson │ ├── environment │ │ ├── aquafloor.hjson │ │ ├── bethstone.hjson │ │ ├── dilace.hjson │ │ ├── flesh-floor.hjson │ │ ├── flesh-open.hjson │ │ ├── non-floor │ │ │ ├── aqua-boulder.hjson │ │ │ ├── aqua-crystal.hjson │ │ │ ├── aqua-vent.hjson │ │ │ ├── aquadeepwater.hjson │ │ │ ├── aquawall.hjson │ │ │ ├── aquawater.hjson │ │ │ ├── beth-blade.hjson │ │ │ ├── bethine-boulder.hjson │ │ │ ├── bethine-vent.hjson │ │ │ ├── bethine-wall.hjson │ │ │ ├── bethinecobalt.hjson │ │ │ ├── crystal-bethstone.hjson │ │ │ ├── dilace-boulder.hjson │ │ │ ├── dilace-vent.hjson │ │ │ ├── dilace-wall.hjson │ │ │ ├── flesh-boulder.hjson │ │ │ ├── flesh-vent.hjson │ │ │ ├── fleshwall.hjson │ │ │ ├── miasma-pool.hjson │ │ │ ├── nucridwall.hjson │ │ │ ├── obsidian-boulder.hjson │ │ │ ├── obsidian-spikes.hjson │ │ │ ├── obsidian-vent.hjson │ │ │ ├── obsidianwall.hjson │ │ │ ├── ore-anthracite.hjson │ │ │ ├── ore-anthracitefloor.hjson │ │ │ ├── ore-chromium.hjson │ │ │ ├── ore-chromiumfloor.hjson │ │ │ ├── ore-cobalt.hjson │ │ │ ├── ore-nickel.hjson │ │ │ └── tantra-boulder.hjson │ │ ├── nova-facility │ │ │ ├── nova-a.hjson │ │ │ ├── nova-b.hjson │ │ │ ├── nova-blue-floor.hjson │ │ │ ├── nova-box.hjson │ │ │ ├── nova-corezone.hjson │ │ │ ├── nova-floor-bottom-light.hjson │ │ │ ├── nova-floor-shining.hjson │ │ │ ├── nova-floor-top-light.hjson │ │ │ ├── nova-floor.hjson │ │ │ ├── nova-hole-wall.hjson │ │ │ ├── nova-lighting-wall.hjson │ │ │ ├── nova-nuclear-silo.hjson │ │ │ ├── nova-portal.hjson │ │ │ ├── nova-radar.hjson │ │ │ ├── nova-rsquared-floor.hjson │ │ │ ├── nova-tile.hjson │ │ │ ├── nova-vent.hjson │ │ │ ├── nova-ventillation.hjson │ │ │ ├── nova-wall-pipe.hjson │ │ │ ├── nova-wall.hjson │ │ │ ├── nova-yellow-floor.hjson │ │ │ └── tech-ore.hjson │ │ ├── obsidianfloor.hjson │ │ ├── obsidianshinyfloor.hjson │ │ ├── tantra-crater.hjson │ │ ├── tantriscape.hjson │ │ ├── tantrium.hjson │ │ └── tundra │ │ │ ├── flower-large.hjson │ │ │ ├── flower-small-unique.hjson │ │ │ ├── flower-small.hjson │ │ │ ├── flower-white-small.hjson │ │ │ ├── frost-boulder.hjson │ │ │ ├── frost-crystal.hjson │ │ │ ├── frost-wall.hjson │ │ │ ├── frost.hjson │ │ │ ├── nucrid-pool.hjson │ │ │ ├── nucrid-steel.hjson │ │ │ ├── nucrid.hjson │ │ │ ├── petal-prop.hjson │ │ │ └── petal-w.hjson │ ├── liquids │ │ ├── 06f-01-a-sea-conduit.hjson │ │ ├── 06f-02-seaduct-junction.hjson │ │ ├── 06f-03-seaduct-router.hjson │ │ ├── 06f-04-liquidbridge.hjson │ │ ├── 06f-04-m-clevoritebridge.hjson │ │ ├── 06f-05-a-morph-liquidbridge.hjson │ │ ├── 06f-05-jet-pump.hjson │ │ ├── 06f-06-aqua-container.hjson │ │ ├── 06f-07-large-aqua-container.hjson │ │ ├── 06f-08-mfu.hjson │ │ └── 06f-09-nullifier.hjson │ ├── logic │ │ ├── 0-frontier-ost.hjson │ │ ├── 12l-001-message-chip.hjson │ │ ├── 12l-002-switch.hjson │ │ ├── 12l-003-terminator.hjson │ │ ├── 12l-004-cell-data.hjson │ │ ├── 12l-005-projector.hjson │ │ ├── 12l-01-aa-music-disc1.hjson │ │ ├── 12l-01-absolutan-trophy.hjson │ │ ├── 12l-02-sh1penfire-trophy.hjson │ │ ├── 12l-03-nameless-trophy.hjson │ │ ├── 12l-04-twcash-trophy.hjson │ │ ├── 12l-05-catana-trophy.hjson │ │ └── 12l-06-axoxium-trophy.hjson │ ├── power │ │ ├── 07g-01-powerline.hjson │ │ ├── 07g-01-q-powerbeam.hjson │ │ ├── 07g-02-large-powerline.hjson │ │ ├── 07g-02-las-morphite-node.hjson │ │ ├── 07g-02-lb-supernode.hjson │ │ ├── 07g-02-m-small-powerbank.hjson │ │ ├── 07g-03-a-powerbank.hjson │ │ ├── 07g-03-b-power-director.hjson │ │ ├── 07g-03-burner-generator.hjson │ │ ├── 07g-04-burner-reactor.hjson │ │ ├── 07g-05-a-geogenerator.hjson │ │ ├── 07g-05-morphite-solarpanel.hjson │ │ └── 07g-05-tokamak-reactor.hjson │ ├── production │ │ ├── 09i-01-aluminium-furnace.hjson │ │ ├── 09i-02-a-aluminium-refinery-forge.hjson │ │ ├── 09i-02-elixir-converter.hjson │ │ ├── 09i-02-f-elixir-autofreezer.hjson │ │ ├── 09i-04-a-terra-basin.hjson │ │ ├── 09i-04-b-mini-basin.hjson │ │ ├── 09i-04-clevorite-disassembler.hjson │ │ ├── 09i-04-heavy-ichor-mixer.hjson │ │ ├── 09i-04-tantraformer.hjson │ │ ├── 09i-04-u-aquafilter.hjson │ │ ├── 09i-04-v-elemental-separator.hjson │ │ ├── 09i-11-morphifier-crystallizer.hjson │ │ ├── 09i-11-n-morphite-liquidfier.hjson │ │ ├── 09i-12-bethine-solidfier.hjson │ │ ├── 09i-15-pyroforge.hjson │ │ └── 09i-90-pipeline-incerinator.hjson │ ├── research │ │ ├── 0001-item.hjson │ │ ├── 0002-liquid.hjson │ │ ├── 0003-factory.hjson │ │ ├── 0004-drill.hjson │ │ ├── 0005-transport.hjson │ │ ├── 0006-conduit.hjson │ │ ├── 0007-power.hjson │ │ ├── 0008-defence.hjson │ │ ├── 0009-turret.hjson │ │ ├── 0010-fabricator.hjson │ │ ├── 0011-effect.hjson │ │ ├── 0012-music.hjson │ │ ├── 0014-sector.hjson │ │ ├── 0015-logic.hjson │ │ ├── 0016-unit.hjson │ │ └── 0017-trophy.hjson │ ├── storage │ │ ├── 11k-00-core-suzuran-kit.hjson │ │ ├── 11k-01-core-apex.hjson │ │ ├── 11k-02-core-empower.hjson │ │ ├── 11k-03-core-apeirogon.hjson │ │ ├── 11k-04-a-core-crest.hjson │ │ ├── 11k-04-b-core-boundless.hjson │ │ ├── 11k-04-clip.hjson │ │ ├── 11k-05-a-healer.hjson │ │ ├── 11k-05-holoshield.hjson │ │ ├── 11k-06-illuminator.hjson │ │ ├── 11k-07-buoy.hjson │ │ ├── 11k-08-build-tower.hjson │ │ ├── 11k-10-fog-blocks.hjson │ │ ├── 11k-11-global-radar.hjson │ │ └── 91z-00-core-accelerator.hjson │ ├── turrets │ │ ├── 03c-01-impale.hjson │ │ ├── 03c-02-anvil.hjson │ │ ├── 03c-02-calamity.hjson │ │ ├── 03c-02-earthquake.hjson │ │ ├── 03c-03-a-spewer.hjson │ │ ├── 03c-03-vulcan.hjson │ │ ├── 03c-04-a-canace.hjson │ │ ├── 03c-04-b-subsonic.hjson │ │ ├── 03c-04-ox.hjson │ │ ├── 03c-04-preject.hjson │ │ ├── 03c-05-equinox.hjson │ │ ├── 03c-06-continuum.hjson │ │ ├── 03c-07-phalanx.hjson │ │ ├── 03c-08-webber.hjson │ │ ├── 03c-09-identity.hjson │ │ └── 03c-10-supernova.hjson │ ├── units │ │ ├── 10j-01-unitconstructor-tank.hjson │ │ ├── 10j-02-unitconstructor-ship.hjson │ │ ├── 10j-03-unitconstructor-mech.hjson │ │ ├── 10j-04-unitreconstructor-tank.hjson │ │ ├── 10j-05-unitreconstructor-ship.hjson │ │ ├── 10j-06-unitreconstructor-mech.hjson │ │ ├── 10j-08-unitassembler-tank.hjson │ │ ├── 10j-09-unitassembler-ship.hjson │ │ ├── 10j-10-unitassembler-mech.hjson │ │ ├── 10j-11-advanced-module-a.hjson │ │ ├── 10j-12-regenerator.hjson │ │ ├── 10j-14-payload-conveyor.hjson │ │ ├── 10j-15-payload-router.hjson │ │ ├── 10j-15-surge-launcher.hjson │ │ ├── 10j-16-block-fabricator.hjson │ │ ├── 10j-17-unitpart-fabricator.hjson │ │ ├── 10j-18-block-deconstructor.hjson │ │ ├── 90z-01-heavy-armored-treads.hjson │ │ ├── 90z-02-hyperspace-engine.hjson │ │ └── 90z-03-geopowered-mechlegs.hjson │ └── walls │ │ ├── 08h-01-cobalt-wall-small.hjson │ │ ├── 08h-02-cobalt-wall-large.hjson │ │ ├── 08h-03-chromium-wall-small.hjson │ │ ├── 08h-04-chromium-wall-large.hjson │ │ ├── 08h-05-a-aluminium-gate.hjson │ │ ├── 08h-05-clevorite-wall-small.hjson │ │ ├── 08h-06-clevorite-wall-large.hjson │ │ ├── 08h-07-morphite-wall-small.hjson │ │ ├── 08h-08-morphite-wall-large.hjson │ │ ├── 08h-11-petal-wall-small.hjson │ │ ├── 08h-12-petal-wall-large.hjson │ │ ├── 08h-13-bethine-wall-small.hjson │ │ ├── 08h-14-bethine-wall-large.hjson │ │ ├── 08h-15-pyroxene-wall-small.hjson │ │ ├── 08h-16-pyroxene-wall-large.hjson │ │ └── 08h-17-pyroxene-gate.hjson ├── items │ ├── 01a-01-item-cobalt.hjson │ ├── 01a-02-item-nickel.hjson │ ├── 01a-03-item-anthracite.hjson │ ├── 01a-03-item-aquashard.hjson │ ├── 01a-04-item-tantra-sand.hjson │ ├── 01a-05-item-aluminium.hjson │ ├── 01a-05-item-raw-nichrome.hjson │ ├── 01a-06-item-chromium.hjson │ ├── 01a-07-item-clevorite.hjson │ ├── 01a-08-item-nucrid.hjson │ ├── 01a-08-item-petal-flower.hjson │ ├── 01a-08-item-petal.hjson │ ├── 01a-09-item-morphite.hjson │ ├── 01a-10-item-bethine.hjson │ ├── 01a-11-item-pyroxene.hjson │ ├── 01a-11-item-technoscrap.hjson │ ├── 01a-12-item-techno-plating.hjson │ └── 01a-21-smooth-cobalt.hjson ├── liquids │ ├── 02b-01-bioliquid.hjson │ ├── 02b-02-a-purified-elixir.hjson │ ├── 02b-02-ichor.hjson │ ├── 02b-03-necroplasm.hjson │ ├── 02b-04-miasma.hjson │ ├── 02b-05-hydrowater.hjson │ ├── 02b-06-morphitix-plasma.hjson │ ├── 02b-07-ectoplasm.hjson │ └── 02b-08-nucliogen.hjson ├── planets │ └── frostnova.hjson ├── sectors │ ├── 19s-01-newgrounds.hjson │ ├── 19s-02-mountain-ridge.hjson │ ├── 19s-03-a-luminary.hjson │ ├── 19s-03-hostile-outpost.hjson │ ├── 19s-04-foggy-fields.hjson │ ├── 19s-05-reservoir.hjson │ ├── 19s-06-crest.hjson │ ├── 19s-07-cliffside.hjson │ ├── 19s-08-botanical-garden.hjson │ ├── 19s-09-escarpment.hjson │ ├── 19s-10-cornerstone.hjson │ ├── 19s-11-creek.hjson │ ├── 19s-12-hazardous-wasteland.hjson │ ├── 19s-13-marshlands.hjson │ ├── 19s-14-trekker-campsite.hjson │ ├── 19s-51-ridgeline.hjson │ ├── 19s-52-pier.hjson │ ├── 19s-71-precipice.hjson │ └── 19s-99-ending.hjson ├── status │ ├── 13m-01-breached.hjson │ ├── 13m-02-immunity.hjson │ ├── 13m-03-hsos6.hjson │ ├── 13m-04-boosted.hjson │ ├── 13m-05-overboosted.hjson │ ├── 13m-06-contaminated.hjson │ ├── 13m-07-shock.hjson │ └── entry │ │ └── h.hjson ├── units │ ├── core │ │ ├── 14n-01-anby.hjson │ │ ├── 14n-02-nicole.hjson │ │ ├── 14n-03-axthrasis.hjson │ │ ├── 14n-04-coronis.hjson │ │ ├── 14n-04-sepia.hjson │ │ └── 14n-04-suzuran.hjson │ ├── hover │ │ ├── 17q-01-codex.hjson │ │ ├── 17q-02-calaust.hjson │ │ ├── 17q-03-syntaxe.hjson │ │ ├── 17q-04-noya.hjson │ │ └── 17q-05-archangel.hjson │ ├── mech │ │ ├── 16p-01-ares.hjson │ │ ├── 16p-02-rhitle.hjson │ │ ├── 16p-03-sender.hjson │ │ ├── 16p-04-carragher.hjson │ │ └── 16p-05-xenoct.hjson │ ├── other │ │ ├── 18r-01-amber.hjson │ │ ├── 18r-02-iris.hjson │ │ ├── rhitle-missile.hjson │ │ └── smither-unit.hjson │ ├── ship │ │ ├── 17q-05-bulbhead.hjson │ │ ├── 17q-06-shark.hjson │ │ ├── 17q-07-narhwal.hjson │ │ └── 17q-08-freesia.hjson │ └── tank │ │ ├── 15o-01-mason.hjson │ │ ├── 15o-02-oktarav.hjson │ │ ├── 15o-03-vicient.hjson │ │ ├── 15o-04-siphon.hjson │ │ └── 15o-05-rancor.hjson └── weathers │ ├── blizzard.hjson │ ├── exosphere.hjson │ └── hydrostorm.hjson ├── credits.txt ├── icon.png ├── maps ├── 19s-01-newgrounds.msav ├── 19s-02-mountain-ridge.msav ├── 19s-03-a-luminary.msav ├── 19s-03-hostile-outpost.msav ├── 19s-04-foggy-fields.msav ├── 19s-05-reservoir.msav ├── 19s-06-crest.msav ├── 19s-07-cliffside.msav ├── 19s-08-botanical-garden.msav ├── 19s-09-escarpment.msav ├── 19s-10-cornerstone.msav ├── 19s-11-creek.msav ├── 19s-12-hazardous-wasteland.msav ├── 19s-13-marshlands.msav ├── 19s-14-trekker-campsite.msav ├── 19s-51-ridgeline.msav ├── 19s-52-pier.msav ├── 19s-71-precipice.msav └── 19s-99-ending.msav ├── mod.hjson ├── music ├── land.ogg └── launch.ogg ├── schematics ├── .placeholder ├── core-apeirogon.msch ├── core-apex.msch ├── core-boundless.msch ├── core-crest.msch └── core-empower.msch ├── scripts └── main.js ├── sounds ├── bulk-shot.mp3 ├── continuum-shot.mp3 ├── electric-discharge.mp3 ├── elixir.mp3 ├── exoripple.mp3 ├── firewall.mp3 ├── frontier.mp3 ├── laser-beam.mp3 ├── laser-charge.mp3 ├── machinegun-shot.mp3 ├── missile-launch-a.mp3 ├── missile-launch-long-a.mp3 ├── mortar.mp3 ├── normal-shot.mp3 ├── onsen.mp3 ├── plasma-shot.mp3 ├── pressure-generator.mp3 ├── radar-pulsing.mp3 ├── shoot-mortar.mp3 ├── target.mp3 ├── taser.mp3 ├── tsukishiro-yanagi-ep-rest-awhile-zzz.mp3 ├── weapon-emp-charging.mp3 └── weapon-emp-discharge.mp3 ├── sprites-override ├── effects │ └── error.png ├── teams │ └── team-blue.png └── ui │ ├── logo.png │ └── sectors │ ├── sector-exoprosopa-19s-01-newgrounds.png │ ├── sector-exoprosopa-19s-02-mountain-ridge.png │ ├── sector-exoprosopa-19s-03-a-luminary.png │ ├── sector-exoprosopa-19s-03-hostile-outpost.png │ ├── sector-exoprosopa-19s-04-foggy-fields.png │ ├── sector-exoprosopa-19s-05-reservoir.png │ ├── sector-exoprosopa-19s-06-crest.png │ ├── sector-exoprosopa-19s-07-cliffside.png │ ├── sector-exoprosopa-19s-08-botanical-garden.png │ ├── sector-exoprosopa-19s-09-escarpment.png │ ├── sector-exoprosopa-19s-10-cornerstone.png │ ├── sector-exoprosopa-19s-11-creek.png │ ├── sector-exoprosopa-19s-12-hazardous-wasteland.png │ ├── sector-exoprosopa-19s-13-marshlands.png │ ├── sector-exoprosopa-19s-14-trekker-campsite.png │ ├── sector-exoprosopa-19s-51-ridgeline.png │ ├── sector-exoprosopa-19s-52-pier.png │ ├── sector-exoprosopa-19s-71-precipice.png │ └── sector-exoprosopa-19s-99-ending.png └── sprites ├── blocks ├── distribution │ ├── 05e-05-crossblock.png │ ├── 05e-06-splitter.png │ ├── 05e-08-pipeline-sorter-top.png │ ├── 05e-08-pipeline-sorter.png │ ├── 05e-10-pipeline-overflow.png │ ├── 05e-13-a-surge-driver-base.png │ ├── 05e-13-a-surge-driver.png │ ├── 05e-15-pipeline-unloader-arrow.png │ ├── 05e-15-pipeline-unloader-center.png │ ├── 05e-15-pipeline-unloader-top.png │ ├── 05e-15-pipeline-unloader.png │ ├── aluminium-pipe │ │ ├── 05e-02-a-aluminium-pipe-bottom-0.png │ │ ├── 05e-02-a-aluminium-pipe-bottom-1.png │ │ ├── 05e-02-a-aluminium-pipe-bottom-2.png │ │ ├── 05e-02-a-aluminium-pipe-bottom-3.png │ │ ├── 05e-02-a-aluminium-pipe-bottom-4.png │ │ ├── 05e-02-a-aluminium-pipe-bottom.png │ │ ├── 05e-02-a-aluminium-pipe-top-0.png │ │ ├── 05e-02-a-aluminium-pipe-top-1.png │ │ ├── 05e-02-a-aluminium-pipe-top-2.png │ │ ├── 05e-02-a-aluminium-pipe-top-3.png │ │ └── 05e-02-a-aluminium-pipe-top-4.png │ ├── bridge │ │ ├── 05e-07-mechanical-bridge-arrow.png │ │ ├── 05e-07-mechanical-bridge-bridge-bottom.png │ │ ├── 05e-07-mechanical-bridge-bridge.png │ │ ├── 05e-07-mechanical-bridge-dir.png │ │ ├── 05e-07-mechanical-bridge.png │ │ ├── 05e-11-morph-bridge-arrow.png │ │ ├── 05e-11-morph-bridge-bridge.png │ │ ├── 05e-11-morph-bridge-end.png │ │ └── 05e-11-morph-bridge.png │ ├── chromium-pipe │ │ ├── 05e-02-chromium-pipe-bottom-0.png │ │ ├── 05e-02-chromium-pipe-bottom-1.png │ │ ├── 05e-02-chromium-pipe-bottom-2.png │ │ ├── 05e-02-chromium-pipe-bottom-3.png │ │ ├── 05e-02-chromium-pipe-bottom-4.png │ │ ├── 05e-02-chromium-pipe-bottom.png │ │ ├── 05e-02-chromium-pipe-top-0.png │ │ ├── 05e-02-chromium-pipe-top-1.png │ │ ├── 05e-02-chromium-pipe-top-2.png │ │ ├── 05e-02-chromium-pipe-top-3.png │ │ └── 05e-02-chromium-pipe-top-4.png │ ├── morphite │ │ ├── 05e-03-morphite-conveyor-0.png │ │ ├── 05e-03-morphite-conveyor-1.png │ │ ├── 05e-03-morphite-conveyor-2.png │ │ ├── 05e-03-morphite-conveyor-edge.png │ │ ├── 05e-03-morphite-conveyor-stack.png │ │ ├── 05e-03-morphite-conveyor.png │ │ ├── 05e-04-a-morphite-router-top.png │ │ ├── 05e-04-a-morphite-router.png │ │ ├── 05e-13-cargobay.png │ │ ├── 05e-14-cargodepot-top.png │ │ └── 05e-14-cargodepot.png │ └── transport-pipe │ │ ├── 05e-01-transport-pipe-bottom-0.png │ │ ├── 05e-01-transport-pipe-bottom-1.png │ │ ├── 05e-01-transport-pipe-bottom-2.png │ │ ├── 05e-01-transport-pipe-bottom-3.png │ │ ├── 05e-01-transport-pipe-bottom-4.png │ │ ├── 05e-01-transport-pipe-bottom.png │ │ ├── 05e-01-transport-pipe-top-0.png │ │ ├── 05e-01-transport-pipe-top-1.png │ │ ├── 05e-01-transport-pipe-top-2.png │ │ ├── 05e-01-transport-pipe-top-3.png │ │ └── 05e-01-transport-pipe-top-4.png ├── drills │ ├── 04d-02-elixir-collector-bottom.png │ ├── 04d-02-elixir-collector-rotator.png │ ├── 04d-02-elixir-collector.png │ ├── 04d-03-ore-extractor-top.png │ ├── 04d-03-ore-extractor.png │ ├── 04d-03-r-ore-blaster-top.png │ ├── 04d-03-r-ore-blaster.png │ ├── 04d-04-a-wall-extractor-rotator-bottom.png │ ├── 04d-04-a-wall-extractor-rotator.png │ ├── 04d-04-a-wall-extractor-top.png │ ├── 04d-04-a-wall-extractor.png │ ├── 04d-04-a-wall-shifter-rotator-bottom.png │ ├── 04d-04-a-wall-shifter-rotator.png │ ├── 04d-04-a-wall-shifter-top.png │ ├── 04d-04-a-wall-shifter.png │ ├── 04d-04-b-aqua-dregder-rotator-bottom.png │ ├── 04d-04-b-aqua-dregder-rotator.png │ ├── 04d-04-b-aqua-dregder-top.png │ ├── 04d-04-b-aqua-dregder.png │ ├── 04d-04-b-aqua-extractor-bottom.png │ ├── 04d-04-b-aqua-extractor.png │ ├── 04d-04-bore-jet-arrow-blur.png │ ├── 04d-04-bore-jet-arrow.png │ ├── 04d-04-bore-jet-item.png │ ├── 04d-04-bore-jet-top-invert.png │ ├── 04d-04-bore-jet-top.png │ ├── 04d-04-bore-jet.png │ ├── 04d-05-ichor-rig-bottom.png │ ├── 04d-05-ichor-rig-top.png │ ├── 04d-05-ichor-rig.png │ ├── 04d-06-neutralizer-bottom.png │ ├── 04d-06-neutralizer-exoprosopa-02b-01-bioliquid-output1.png │ ├── 04d-06-neutralizer-exoprosopa-02b-01-bioliquid-output2.png │ ├── 04d-06-neutralizer-exoprosopa-02b-02-a-purified-elixir-output1.png │ ├── 04d-06-neutralizer-exoprosopa-02b-02-a-purified-elixir-output2.png │ ├── 04d-06-neutralizer.png │ ├── 04d-06-nucrid-crusher-rotator-bottom.png │ ├── 04d-06-nucrid-crusher-rotator.png │ ├── 04d-06-nucrid-crusher-top.png │ └── 04d-06-nucrid-crusher.png ├── environment │ ├── boulder │ │ ├── aqua-boulder1.png │ │ ├── aqua-boulder2.png │ │ ├── bethine-boulder1.png │ │ ├── bethine-boulder2.png │ │ ├── dilace-boulder1.png │ │ ├── dilace-boulder2.png │ │ ├── flesh-boulder1.png │ │ ├── flesh-boulder2.png │ │ ├── obsidian-boulder1.png │ │ ├── obsidian-boulder2.png │ │ ├── tantra-boulder-shadow.png │ │ ├── tantra-boulder-shadow1.png │ │ ├── tantra-boulder-shadow2.png │ │ ├── tantra-boulder-shadow3.png │ │ ├── tantra-boulder1.png │ │ ├── tantra-boulder2.png │ │ └── tantra-boulder3.png │ ├── deep-floor │ │ ├── aquadeepwater1.png │ │ ├── aquadeepwater2.png │ │ ├── aquadeepwater3.png │ │ ├── aquadeepwater4.png │ │ ├── aquawater1.png │ │ ├── aquawater2.png │ │ ├── aquawater3.png │ │ ├── aquawater4.png │ │ └── miasma-pool.png │ ├── floor │ │ ├── aquafloor1.png │ │ ├── aquafloor2.png │ │ ├── aquafloor3.png │ │ ├── aquafloor4.png │ │ ├── bethstone1.png │ │ ├── bethstone2.png │ │ ├── bethstone3.png │ │ ├── bethstone4.png │ │ ├── dilace1.png │ │ ├── dilace2.png │ │ ├── dilace3.png │ │ ├── dilace4.png │ │ ├── flesh-floor1.png │ │ ├── flesh-floor2.png │ │ ├── flesh-floor3.png │ │ ├── flesh-open1.png │ │ ├── flesh-open2.png │ │ ├── flesh-open3.png │ │ ├── obsidianfloor1.png │ │ ├── obsidianfloor2.png │ │ ├── obsidianfloor3.png │ │ ├── obsidianfloor4.png │ │ ├── obsidianshinyfloor1.png │ │ ├── obsidianshinyfloor2.png │ │ ├── obsidianshinyfloor3.png │ │ ├── obsidianshinyfloor4.png │ │ ├── tantra-crater1.png │ │ ├── tantra-crater2.png │ │ ├── tantra-crater3.png │ │ ├── tantrium1.png │ │ ├── tantrium2.png │ │ ├── tantrium3.png │ │ └── tantrium4.png │ ├── nova-facility │ │ ├── nova-a.png │ │ ├── nova-b.png │ │ ├── nova-blue-floor.png │ │ ├── nova-box-shadow.png │ │ ├── nova-box.png │ │ ├── nova-corezone.png │ │ ├── nova-floor-bottom-light.png │ │ ├── nova-floor-grate.png │ │ ├── nova-floor-shining.png │ │ ├── nova-floor-top-light.png │ │ ├── nova-floor.png │ │ ├── nova-hole-wall.png │ │ ├── nova-lighting-wall.png │ │ ├── nova-nuclear-silo.png │ │ ├── nova-portal.png │ │ ├── nova-radar-shadow.png │ │ ├── nova-radar.png │ │ ├── nova-rsquared-floor.png │ │ ├── nova-tile.png │ │ ├── nova-vent.png │ │ ├── nova-ventillation.png │ │ ├── nova-wall-pipe.png │ │ ├── nova-wall1.png │ │ ├── nova-wall2.png │ │ ├── nova-yellow-floor.png │ │ └── tech-ore.png │ ├── ore │ │ ├── bethinecobalt-large.png │ │ ├── bethinecobalt1.png │ │ ├── bethinecobalt2.png │ │ ├── ore-anthracite1.png │ │ ├── ore-anthracite2.png │ │ ├── ore-anthracite3.png │ │ ├── ore-anthracitefloor1.png │ │ ├── ore-anthracitefloor2.png │ │ ├── ore-anthracitefloor3.png │ │ ├── ore-chromium1.png │ │ ├── ore-chromium2.png │ │ ├── ore-chromium3.png │ │ ├── ore-chromiumfloor1.png │ │ ├── ore-chromiumfloor2.png │ │ ├── ore-chromiumfloor3.png │ │ ├── ore-cobalt1.png │ │ ├── ore-cobalt2.png │ │ ├── ore-cobalt3.png │ │ ├── ore-nickel1.png │ │ ├── ore-nickel2.png │ │ └── ore-nickel3.png │ ├── props │ │ ├── aqua-crystal-shadow.png │ │ ├── aqua-crystal-shadow1.png │ │ ├── aqua-crystal-shadow2.png │ │ ├── aqua-crystal1.png │ │ ├── aqua-crystal2.png │ │ ├── beth-blade-shadow.png │ │ ├── beth-blade-shadow1.png │ │ ├── beth-blade-shadow2.png │ │ ├── beth-blade1.png │ │ ├── beth-blade2.png │ │ ├── crystal-bethstone-shadow.png │ │ ├── crystal-bethstone-shadow1.png │ │ ├── crystal-bethstone-shadow2.png │ │ ├── crystal-bethstone1.png │ │ ├── crystal-bethstone2.png │ │ ├── obsidian-spikes-shadow.png │ │ ├── obsidian-spikes-shadow1.png │ │ └── obsidian-spikes1.png │ ├── tundra │ │ ├── floor │ │ │ ├── frost1.png │ │ │ ├── frost2.png │ │ │ ├── frost3.png │ │ │ ├── frost4.png │ │ │ ├── nucrid-pool1.png │ │ │ ├── nucrid-pool2.png │ │ │ ├── nucrid-pool3.png │ │ │ ├── nucrid-pool4.png │ │ │ ├── nucrid-pool5.png │ │ │ ├── nucrid-steel1.png │ │ │ ├── nucrid-steel2.png │ │ │ ├── nucrid-steel3.png │ │ │ ├── nucrid-steel4.png │ │ │ ├── nucrid1.png │ │ │ ├── nucrid2.png │ │ │ ├── nucrid3.png │ │ │ └── nucrid4.png │ │ ├── flower │ │ │ ├── flower-large-shadow.png │ │ │ ├── flower-large.png │ │ │ ├── flower-small-shadow.png │ │ │ ├── flower-small-unique-shadow.png │ │ │ ├── flower-small-unique.png │ │ │ ├── flower-small.png │ │ │ ├── flower-white-small-shadow.png │ │ │ ├── flower-white-small.png │ │ │ ├── petal-prop-shadow1.png │ │ │ ├── petal-prop-shadow2.png │ │ │ ├── petal-prop1.png │ │ │ ├── petal-prop2.png │ │ │ ├── petal-w-shadow1.png │ │ │ └── petal-w1.png │ │ ├── other │ │ │ ├── frost-boulder-shadow1.png │ │ │ ├── frost-boulder-shadow2.png │ │ │ ├── frost-boulder1.png │ │ │ ├── frost-boulder2.png │ │ │ ├── frost-crystal-shadow1.png │ │ │ ├── frost-crystal-shadow2.png │ │ │ ├── frost-crystal1.png │ │ │ └── frost-crystal2.png │ │ └── wall │ │ │ ├── frost-wall-large.png │ │ │ ├── frost-wall1.png │ │ │ └── frost-wall2.png │ ├── vents │ │ ├── aqua-vent1.png │ │ ├── aqua-vent2.png │ │ ├── bethine-vent1.png │ │ ├── bethine-vent2.png │ │ ├── dilace-vent1.png │ │ ├── dilace-vent2.png │ │ ├── flesh-vent1.png │ │ ├── flesh-vent2.png │ │ ├── obsidian-vent1.png │ │ └── obsidian-vent2.png │ └── wall │ │ ├── aquawall-large.png │ │ ├── aquawall1.png │ │ ├── aquawall2.png │ │ ├── bethine-wall-large.png │ │ ├── bethine-wall1.png │ │ ├── bethine-wall2.png │ │ ├── dilace-wall-large.png │ │ ├── dilace-wall1.png │ │ ├── dilace-wall2.png │ │ ├── fleshwall-large.png │ │ ├── fleshwall1.png │ │ ├── fleshwall2.png │ │ ├── fleshwall3.png │ │ ├── fleshwall4.png │ │ ├── nucridwall-large.png │ │ ├── nucridwall1.png │ │ ├── nucridwall2.png │ │ ├── obsidianwall-large.png │ │ ├── obsidianwall1.png │ │ ├── obsidianwall2.png │ │ ├── tantriscape1.png │ │ └── tantriscape2.png ├── liquids │ ├── 06f-02-seaduct-junction.png │ ├── 06f-03-seaduct-router-bottom.png │ ├── 06f-03-seaduct-router.png │ ├── 06f-05-jet-pump-liquid.png │ ├── 06f-05-jet-pump.png │ ├── 06f-06-aqua-container-bottom.png │ ├── 06f-06-aqua-container.png │ ├── 06f-07-large-aqua-container-bottom.png │ ├── 06f-07-large-aqua-container.png │ ├── 06f-08-mfu-bottom.png │ ├── 06f-08-mfu.png │ ├── 06f-09-nullifier-bottom.png │ ├── 06f-09-nullifier.png │ ├── bridge │ │ ├── 06f-04-liquidbridge-arrow.png │ │ ├── 06f-04-liquidbridge-bottom.png │ │ ├── 06f-04-liquidbridge-bridge-liquid.png │ │ ├── 06f-04-liquidbridge-bridge.png │ │ ├── 06f-04-liquidbridge-dir.png │ │ ├── 06f-04-liquidbridge-liquid.png │ │ ├── 06f-04-liquidbridge.png │ │ ├── 06f-04-m-clevoritebridge-arrow.png │ │ ├── 06f-04-m-clevoritebridge-bottom.png │ │ ├── 06f-04-m-clevoritebridge-bridge-liquid.png │ │ ├── 06f-04-m-clevoritebridge-bridge.png │ │ ├── 06f-04-m-clevoritebridge-dir.png │ │ ├── 06f-04-m-clevoritebridge-liquid.png │ │ ├── 06f-04-m-clevoritebridge.png │ │ ├── 06f-05-a-morph-liquidbridge-arrow.png │ │ ├── 06f-05-a-morph-liquidbridge-bridge.png │ │ ├── 06f-05-a-morph-liquidbridge-end.png │ │ └── 06f-05-a-morph-liquidbridge.png │ └── sea-conduit │ │ ├── 06f-01-a-sea-conduit-bottom-0.png │ │ ├── 06f-01-a-sea-conduit-bottom-1.png │ │ ├── 06f-01-a-sea-conduit-bottom-2.png │ │ ├── 06f-01-a-sea-conduit-bottom-3.png │ │ ├── 06f-01-a-sea-conduit-bottom-4.png │ │ ├── 06f-01-a-sea-conduit-bottom.png │ │ ├── 06f-01-a-sea-conduit-cap.png │ │ ├── 06f-01-a-sea-conduit-top-0.png │ │ ├── 06f-01-a-sea-conduit-top-1.png │ │ ├── 06f-01-a-sea-conduit-top-2.png │ │ ├── 06f-01-a-sea-conduit-top-3.png │ │ └── 06f-01-a-sea-conduit-top-4.png ├── logic │ ├── 12l-001-message-chip.png │ ├── 12l-002-switch-on.png │ ├── 12l-002-switch.png │ ├── 12l-003-terminator.png │ ├── 12l-004-cell-data.png │ ├── 12l-005-projector.png │ ├── music-disc │ │ ├── 0-frontier-ost-base.png │ │ ├── 0-frontier-ost-glow.png │ │ ├── 0-frontier-ost.png │ │ ├── 12l-01-aa-music-disc1-bottom.png │ │ ├── 12l-01-aa-music-disc1-rotator.png │ │ ├── 12l-01-aa-music-disc1-top.png │ │ ├── 12l-01-aa-music-disc1.png │ │ ├── 12l-01-aa-music-disc2-bottom.png │ │ ├── 12l-01-aa-music-disc2-rotator.png │ │ ├── 12l-01-aa-music-disc2-top.png │ │ └── 12l-01-aa-music-disc2.png │ └── trophy │ │ ├── 12l-01-absolutan-trophy.png │ │ ├── 12l-02-sh1penfire-trophy.png │ │ ├── 12l-03-nameless-trophy.png │ │ ├── 12l-04-twcash-trophy.png │ │ ├── 12l-05-catana-trophy.png │ │ └── 12l-06-axoxium-trophy.png ├── power │ ├── 04d-01-pressure-generator-bottom.png │ ├── 04d-01-pressure-generator-rotator-blur.png │ ├── 04d-01-pressure-generator-rotator.png │ ├── 04d-01-pressure-generator.png │ ├── 07g-01-powerline.png │ ├── 07g-01-q-powerbeam.png │ ├── 07g-02-large-powerline.png │ ├── 07g-02-las-morphite-node.png │ ├── 07g-02-lb-supernode.png │ ├── 07g-02-m-small-powerbank-top.png │ ├── 07g-02-m-small-powerbank.png │ ├── 07g-03-a-powerbank-top.png │ ├── 07g-03-a-powerbank.png │ ├── 07g-03-b-power-director-arrow.png │ ├── 07g-03-b-power-director.png │ ├── 07g-03-burner-generator-bottom.png │ ├── 07g-03-burner-generator.png │ ├── 07g-04-burner-reactor-bottom.png │ ├── 07g-04-burner-reactor.png │ ├── 07g-05-a-geogenerator-bottom.png │ ├── 07g-05-a-geogenerator.png │ ├── 07g-05-morphite-solarpanel.png │ ├── 07g-05-tokamak-reactor-bottom.png │ ├── 07g-05-tokamak-reactor-liquid.png │ └── 07g-05-tokamak-reactor.png ├── production │ ├── 09i-04-heavy-ichor-mixer-bottom.png │ ├── 09i-04-heavy-ichor-mixer.png │ ├── 09i-04-tantraformer-bottom.png │ ├── 09i-04-tantraformer.png │ ├── 09i-11-technoscrap-grinder-bottom.png │ ├── 09i-11-technoscrap-grinder.png │ ├── 09i-12-bethine-solidfier-bottom.png │ ├── 09i-12-bethine-solidfier-heat.png │ ├── 09i-12-bethine-solidfier.png │ ├── 09i-15-pyroforge-bottom.png │ ├── 09i-15-pyroforge.png │ ├── 09i-90-pipeline-incerinator-bottom.png │ ├── 09i-90-pipeline-incerinator.png │ ├── aluminium │ │ ├── 09i-01-aluminium-furnace-bottom.png │ │ ├── 09i-01-aluminium-furnace.png │ │ ├── 09i-02-a-aluminium-refinery-forge-bottom.png │ │ └── 09i-02-a-aluminium-refinery-forge.png │ ├── aqua │ │ ├── 09i-04-u-aquafilter-bottom.png │ │ ├── 09i-04-u-aquafilter.png │ │ ├── 09i-04-v-elemental-separator-bottom.png │ │ └── 09i-04-v-elemental-separator.png │ ├── clevorite │ │ ├── 09i-04-a-terra-basin-bottom.png │ │ ├── 09i-04-a-terra-basin-rotator.png │ │ ├── 09i-04-a-terra-basin-top1.png │ │ ├── 09i-04-a-terra-basin-top2.png │ │ ├── 09i-04-a-terra-basin.png │ │ ├── 09i-04-b-mini-basin-bottom.png │ │ ├── 09i-04-b-mini-basin.png │ │ ├── 09i-04-clevorite-disassembler-bottom.png │ │ ├── 09i-04-clevorite-disassembler-top.png │ │ └── 09i-04-clevorite-disassembler.png │ ├── morphite │ │ ├── 09i-11-morphifier-crystallizer-bottom.png │ │ ├── 09i-11-morphifier-crystallizer-rotator.png │ │ ├── 09i-11-morphifier-crystallizer.png │ │ ├── 09i-11-n-morphite-liquidfier-bottom.png │ │ └── 09i-11-n-morphite-liquidfier.png │ └── purified-elixir │ │ ├── 09i-02-elixir-converter-bottom.png │ │ ├── 09i-02-elixir-converter-liquid.png │ │ ├── 09i-02-elixir-converter-top1.png │ │ ├── 09i-02-elixir-converter-top2.png │ │ ├── 09i-02-elixir-converter.png │ │ ├── 09i-02-f-elixir-autofreezer-bottom.png │ │ ├── 09i-02-f-elixir-autofreezer-liquid.png │ │ ├── 09i-02-f-elixir-autofreezer-top1.png │ │ ├── 09i-02-f-elixir-autofreezer-top2.png │ │ └── 09i-02-f-elixir-autofreezer.png ├── storage │ ├── 11k-05-a-healer-bottom.png │ ├── 11k-05-a-healer.png │ ├── 11k-05-holoshield-top.png │ ├── 11k-05-holoshield.png │ ├── 11k-06-illuminator-base.png │ ├── 11k-06-illuminator-glow.png │ ├── 11k-06-illuminator.png │ ├── 11k-07-buoy-base.png │ ├── 11k-07-buoy-glow.png │ ├── 11k-07-buoy.png │ ├── 11k-08-build-tower-base.png │ ├── 11k-08-build-tower-glow.png │ ├── 11k-08-build-tower.png │ ├── 11k-10-fog-blocks.png │ ├── 11k-11-global-radar-base.png │ ├── 11k-11-global-radar-glow.png │ ├── 11k-11-global-radar.png │ ├── 91z-00-core-accelerator.png │ └── core │ │ ├── 11k-00-core-suzuran-kit-cell.png │ │ ├── 11k-00-core-suzuran-kit.png │ │ ├── 11k-01-core-apex-team.png │ │ ├── 11k-01-core-apex-thruster1.png │ │ ├── 11k-01-core-apex-thruster2.png │ │ ├── 11k-01-core-apex.png │ │ ├── 11k-02-core-empower-team.png │ │ ├── 11k-02-core-empower-thruster1.png │ │ ├── 11k-02-core-empower-thruster2.png │ │ ├── 11k-02-core-empower.png │ │ ├── 11k-03-core-apeirogon-team.png │ │ ├── 11k-03-core-apeirogon-thruster1.png │ │ ├── 11k-03-core-apeirogon-thruster2.png │ │ ├── 11k-03-core-apeirogon.png │ │ ├── 11k-04-a-core-crest-team.png │ │ ├── 11k-04-a-core-crest-thruster1.png │ │ ├── 11k-04-a-core-crest-thruster2.png │ │ ├── 11k-04-a-core-crest.png │ │ ├── 11k-04-b-core-boundless-team.png │ │ ├── 11k-04-b-core-boundless-thruster1.png │ │ ├── 11k-04-b-core-boundless-thruster2.png │ │ ├── 11k-04-b-core-boundless.png │ │ ├── 11k-04-clip-team.png │ │ └── 11k-04-clip.png ├── turrets │ ├── anvil │ │ ├── 03c-02-anvil-back.png │ │ ├── 03c-02-anvil-cannon-l.png │ │ ├── 03c-02-anvil-cannon-r.png │ │ ├── 03c-02-anvil-preview.png │ │ ├── 03c-02-anvil.png │ │ └── anvil-block-3.png │ ├── calamity │ │ ├── 03c-02-calamity.png │ │ └── calamity-block-3.png │ ├── canace │ │ ├── 03c-04-a-canace-body.png │ │ ├── 03c-04-a-canace-preview.png │ │ ├── 03c-04-a-canace-side.png │ │ ├── 03c-04-a-canace.png │ │ └── canace-block-3.png │ ├── continuum │ │ ├── 03c-06-continuum-hand-l.png │ │ ├── 03c-06-continuum-hand-r.png │ │ ├── 03c-06-continuum-main-heat.png │ │ ├── 03c-06-continuum-main.png │ │ ├── 03c-06-continuum-preview.png │ │ ├── 03c-06-continuum.png │ │ └── continuum-block-4.png │ ├── earthquake │ │ ├── 03c-02-earthquake-a.png │ │ ├── 03c-02-earthquake-body.png │ │ ├── 03c-02-earthquake-preview.png │ │ ├── 03c-02-earthquake.png │ │ └── earthquake-block-3.png │ ├── equinox │ │ ├── 03c-05-equinox-back.png │ │ ├── 03c-05-equinox-barrel-heat.png │ │ ├── 03c-05-equinox-barrel.png │ │ ├── 03c-05-equinox-corner-heat.png │ │ ├── 03c-05-equinox-corner-l.png │ │ ├── 03c-05-equinox-corner-r.png │ │ ├── 03c-05-equinox-preview.png │ │ ├── 03c-05-equinox-side-heat.png │ │ ├── 03c-05-equinox-side-l.png │ │ ├── 03c-05-equinox-side-r.png │ │ ├── 03c-05-equinox.png │ │ └── equinox-block-4.png │ ├── identity │ │ ├── 03c-09-identity-back.png │ │ ├── 03c-09-identity-barrel-heat.png │ │ ├── 03c-09-identity-barrel.png │ │ ├── 03c-09-identity-corner-l.png │ │ ├── 03c-09-identity-corner-r.png │ │ ├── 03c-09-identity-preview.png │ │ ├── 03c-09-identity-side-heat.png │ │ ├── 03c-09-identity-side-l.png │ │ ├── 03c-09-identity-side-r.png │ │ ├── 03c-09-identity.png │ │ └── identity-block-5.png │ ├── impale │ │ ├── 03c-01-impale.png │ │ └── impale-block-3.png │ ├── ox │ │ ├── 03c-04-ox.png │ │ └── ox-block-3.png │ ├── phalanx │ │ ├── 03c-07-phalanx.png │ │ └── phalanx-block-4.png │ ├── preject │ │ ├── 03c-04-preject-barrel.png │ │ ├── 03c-04-preject-hand-l.png │ │ ├── 03c-04-preject-hand-r.png │ │ ├── 03c-04-preject-preview.png │ │ ├── 03c-04-preject-side-l.png │ │ ├── 03c-04-preject-side-r.png │ │ ├── 03c-04-preject.png │ │ └── preject-block-4.png │ ├── spewer │ │ ├── 03c-03-a-spewer-liquid.png │ │ ├── 03c-03-a-spewer.png │ │ └── spewer-block-3.png │ ├── subsonic │ │ ├── 03c-04-b-subsonic-body-heat.png │ │ ├── 03c-04-b-subsonic-body.png │ │ ├── 03c-04-b-subsonic-preview.png │ │ ├── 03c-04-b-subsonic.png │ │ └── subsonic-block-3.png │ ├── supernova │ │ ├── 03c-10-supernova.png │ │ └── supernova-block-5.png │ ├── vulcan │ │ ├── 03c-03-vulcan.png │ │ └── vulcan-block-3.png │ └── webber │ │ ├── 03c-08-webber.png │ │ └── webber-block-3.png ├── units │ ├── 10j-12-regenerator-glow.png │ ├── 10j-12-regenerator.png │ ├── 10j-15-surge-launcher-base.png │ ├── 10j-15-surge-launcher-cap-outline.png │ ├── 10j-15-surge-launcher-cap.png │ ├── 10j-15-surge-launcher-in.png │ ├── 10j-15-surge-launcher-left-outline.png │ ├── 10j-15-surge-launcher-left.png │ ├── 10j-15-surge-launcher-out.png │ ├── 10j-15-surge-launcher-right-outline.png │ ├── 10j-15-surge-launcher-right.png │ ├── 10j-15-surge-launcher-top.png │ ├── 10j-15-surge-launcher.png │ ├── 10j-16-block-fabricator-out.png │ ├── 10j-16-block-fabricator-top.png │ ├── 10j-16-block-fabricator.png │ ├── 10j-17-unitpart-fabricator-out.png │ ├── 10j-17-unitpart-fabricator-top.png │ ├── 10j-17-unitpart-fabricator.png │ ├── 10j-18-block-deconstructor-in.png │ ├── 10j-18-block-deconstructor-top.png │ ├── 10j-18-block-deconstructor.png │ ├── payload-related │ │ ├── 10j-14-payload-conveyor-edge.png │ │ ├── 10j-14-payload-conveyor-icon.png │ │ ├── 10j-14-payload-conveyor-top.png │ │ ├── 10j-14-payload-conveyor.png │ │ ├── 10j-15-payload-router-icon.png │ │ ├── 10j-15-payload-router-over.png │ │ ├── 10j-15-payload-router-top.png │ │ └── 10j-15-payload-router.png │ ├── unitassembler │ │ ├── 10j-08-unitassembler-tank-in.png │ │ ├── 10j-08-unitassembler-tank-side1.png │ │ ├── 10j-08-unitassembler-tank-side2.png │ │ ├── 10j-08-unitassembler-tank-top.png │ │ ├── 10j-08-unitassembler-tank.png │ │ ├── 10j-09-unitassembler-mech-in.png │ │ ├── 10j-09-unitassembler-ship-in.png │ │ ├── 10j-09-unitassembler-ship-side1.png │ │ ├── 10j-09-unitassembler-ship-side2.png │ │ ├── 10j-09-unitassembler-ship-top.png │ │ ├── 10j-09-unitassembler-ship.png │ │ ├── 10j-10-unitassembler-mech-side1.png │ │ ├── 10j-10-unitassembler-mech-side2.png │ │ ├── 10j-10-unitassembler-mech-top.png │ │ ├── 10j-10-unitassembler-mech.png │ │ ├── 10j-11-advanced-module-a-in.png │ │ ├── 10j-11-advanced-module-a-side1.png │ │ ├── 10j-11-advanced-module-a-side2.png │ │ ├── 10j-11-advanced-module-a-top.png │ │ ├── 10j-11-advanced-module-a.png │ │ ├── 90z-01-heavy-armored-treads-shadow.png │ │ ├── 90z-01-heavy-armored-treads.png │ │ ├── 90z-02-hyperspace-engine-shadow.png │ │ ├── 90z-02-hyperspace-engine.png │ │ ├── 90z-03-geopowered-mechlegs-shadow.png │ │ └── 90z-03-geopowered-mechlegs.png │ ├── unitconstructor │ │ ├── 10j-01-unitconstructor-tank-out.png │ │ ├── 10j-01-unitconstructor-tank-top.png │ │ ├── 10j-01-unitconstructor-tank.png │ │ ├── 10j-02-unitconstructor-ship-out.png │ │ ├── 10j-02-unitconstructor-ship-top.png │ │ ├── 10j-02-unitconstructor-ship.png │ │ ├── 10j-03-unitconstructor-mech-out.png │ │ ├── 10j-03-unitconstructor-mech-top.png │ │ └── 10j-03-unitconstructor-mech.png │ └── unitreconstructor │ │ ├── 10j-04-unitreconstructor-tank-in.png │ │ ├── 10j-04-unitreconstructor-tank-out.png │ │ ├── 10j-04-unitreconstructor-tank-top.png │ │ ├── 10j-04-unitreconstructor-tank.png │ │ ├── 10j-05-unitreconstructor-ship-in.png │ │ ├── 10j-05-unitreconstructor-ship-out.png │ │ ├── 10j-05-unitreconstructor-ship-top.png │ │ ├── 10j-05-unitreconstructor-ship.png │ │ ├── 10j-06-unitreconstructor-mech-in.png │ │ ├── 10j-06-unitreconstructor-mech-out.png │ │ ├── 10j-06-unitreconstructor-mech-top.png │ │ └── 10j-06-unitreconstructor-mech.png └── walls │ ├── 08h-01-cobalt-wall-small.png │ ├── 08h-02-cobalt-wall-large.png │ ├── 08h-03-chromium-wall-small.png │ ├── 08h-04-chromium-wall-large.png │ ├── 08h-05-a-aluminium-gate-open.png │ ├── 08h-05-a-aluminium-gate.png │ ├── 08h-05-clevorite-wall-small.png │ ├── 08h-06-clevorite-wall-large.png │ ├── 08h-07-morphite-wall-small.png │ ├── 08h-08-morphite-wall-large.png │ ├── 08h-11-petal-wall-small.png │ ├── 08h-12-petal-wall-large.png │ ├── 08h-13-bethine-wall-small-glow.png │ ├── 08h-13-bethine-wall-small.png │ ├── 08h-14-bethine-wall-large-glow.png │ ├── 08h-14-bethine-wall-large.png │ ├── 08h-15-pyroxene-wall-small.png │ ├── 08h-16-pyroxene-wall-large.png │ ├── 08h-17-pyroxene-gate-open.png │ └── 08h-17-pyroxene-gate.png ├── effect └── swirl.png ├── icons └── frostnova.png ├── items ├── 01a-01-item-cobalt.png ├── 01a-02-item-nickel.png ├── 01a-03-item-anthracite.png ├── 01a-03-item-aquashard.png ├── 01a-04-item-tantra-sand.png ├── 01a-05-item-aluminium.png ├── 01a-05-item-raw-nichrome.png ├── 01a-06-item-chromium.png ├── 01a-07-item-clevorite.png ├── 01a-08-item-nucrid.png ├── 01a-08-item-petal-flower.png ├── 01a-08-item-petal.png ├── 01a-09-item-morphite.png ├── 01a-10-item-bethine.png ├── 01a-11-item-pyroxene.png ├── 01a-11-item-technoscrap.png ├── 01a-12-item-techno-plating.png ├── 01a-21-smooth-cobalt.png └── liquids │ ├── 02b-01-bioliquid.png │ ├── 02b-02-a-purified-elixir.png │ ├── 02b-02-ichor.png │ ├── 02b-03-necroplasm.png │ ├── 02b-04-miasma.png │ ├── 02b-05-hydrowater.png │ ├── 02b-06-morphitix-plasma.png │ ├── 02b-07-ectoplasm.png │ └── 02b-08-nucliogen.png ├── planets └── frostnova.png ├── research ├── 0001-item.png ├── 0002-liquid.png ├── 0003-factory.png ├── 0004-drill.png ├── 0005-transport.png ├── 0006-conduit.png ├── 0007-power.png ├── 0008-defence.png ├── 0009-turret.png ├── 0010-fabricator.png ├── 0011-effect.png ├── 0012-music.png ├── 0014-sector.png ├── 0015-logic.png ├── 0016-unit.png ├── 0017-pictures-wip.png └── 0017-trophy.png ├── status ├── 13m-01-breached.png ├── 13m-02-immunity.png ├── 13m-03-hsos6.png ├── 13m-04-boosted.png ├── 13m-05-overboosted.png ├── 13m-06-contaminated.png └── 13m-07-shock.png └── units ├── core ├── anby │ ├── 14n-01-anby-cell.png │ ├── 14n-01-anby-full.png │ ├── 14n-01-anby-ui.png │ └── 14n-01-anby.png ├── axthrasis │ ├── 14n-03-axthrasis-cell.png │ ├── 14n-03-axthrasis-full.png │ ├── 14n-03-axthrasis-ui.png │ └── 14n-03-axthrasis.png ├── mech │ ├── coronis │ │ ├── 14n-04-coronis-cell.png │ │ ├── 14n-04-coronis-full.png │ │ ├── 14n-04-coronis-leg-base.png │ │ ├── 14n-04-coronis-leg.png │ │ ├── 14n-04-coronis-ui.png │ │ └── 14n-04-coronis.png │ ├── sepia │ │ ├── 14n-04-sepia-cell.png │ │ ├── 14n-04-sepia-full.png │ │ ├── 14n-04-sepia-leg-base.png │ │ ├── 14n-04-sepia-leg.png │ │ ├── 14n-04-sepia-ui.png │ │ └── 14n-04-sepia.png │ └── weapons │ │ ├── sepia-weapon-cell.png │ │ └── sepia-weapon.png ├── querba │ ├── 14n-02-nicole-cell.png │ ├── 14n-02-nicole-full.png │ ├── 14n-02-nicole-ui.png │ └── 14n-02-nicole.png ├── suzuran │ ├── 14n-04-suzuran-cell.png │ ├── 14n-04-suzuran-full.png │ ├── 14n-04-suzuran-ui.png │ └── 14n-04-suzuran.png └── weapons │ ├── anby-weapon.png │ ├── axthrasis-weapon.png │ └── nicole-weapon.png ├── hover ├── archangel │ ├── 17q-05-archangel-cell.png │ ├── 17q-05-archangel-full.png │ ├── 17q-05-archangel-ui.png │ └── 17q-05-archangel.png ├── calaust │ ├── 17q-02-calaust-cell.png │ ├── 17q-02-calaust-full.png │ ├── 17q-02-calaust-ui.png │ └── 17q-02-calaust.png ├── codex │ ├── 17q-01-codex-base.png │ ├── 17q-01-codex-cell.png │ ├── 17q-01-codex-full.png │ ├── 17q-01-codex-leg.png │ ├── 17q-01-codex-ui.png │ └── 17q-01-codex.png ├── noya │ ├── 17q-04-noya-cell.png │ ├── 17q-04-noya-full.png │ ├── 17q-04-noya-ui.png │ └── 17q-04-noya.png ├── syntaxe │ ├── 17q-03-syntaxe-cell.png │ ├── 17q-03-syntaxe-full.png │ ├── 17q-03-syntaxe-ui.png │ └── 17q-03-syntaxe.png └── weapons │ ├── archangel-weapon-cell.png │ ├── archangel-weapon.png │ ├── calaust-weapon-cell.png │ ├── calaust-weapon.png │ ├── codex-weapon-cell.png │ ├── codex-weapon.png │ └── noya-weapon.png ├── mech ├── ares │ ├── 16p-01-ares-cell.png │ ├── 16p-01-ares-full.png │ ├── 16p-01-ares-leg-base.png │ ├── 16p-01-ares-leg.png │ ├── 16p-01-ares-ui.png │ └── 16p-01-ares.png ├── carragher │ ├── 16p-04-carragher-cell.png │ ├── 16p-04-carragher-full.png │ ├── 16p-04-carragher-leg-base.png │ ├── 16p-04-carragher-leg.png │ ├── 16p-04-carragher-ui.png │ └── 16p-04-carragher.png ├── rhitle │ ├── 16p-02-rhitle-cell.png │ ├── 16p-02-rhitle-full.png │ ├── 16p-02-rhitle-leg-base.png │ ├── 16p-02-rhitle-leg.png │ ├── 16p-02-rhitle-ui.png │ ├── 16p-02-rhitle.png │ └── rhitle-missile.png ├── sender │ ├── 16p-03-sender-cell.png │ ├── 16p-03-sender-full.png │ ├── 16p-03-sender-leg-base.png │ ├── 16p-03-sender-leg.png │ ├── 16p-03-sender-ui.png │ └── 16p-03-sender.png ├── weapons │ ├── ares-weapon-cell.png │ ├── ares-weapon.png │ ├── carragher-weapon-cell.png │ ├── carragher-weapon.png │ ├── rhitle-weapon-cell.png │ ├── rhitle-weapon.png │ ├── sender-debuff-weapon-cell.png │ ├── sender-debuff-weapon.png │ ├── sender-weapon-cell.png │ ├── sender-weapon.png │ ├── xenoct-segment.png │ ├── xenoct-weapon-debuffer-cell.png │ ├── xenoct-weapon-debuffer.png │ ├── xenoct-weapon-fuse-cell.png │ └── xenoct-weapon-fuse.png └── xenoct │ ├── 16p-05-xenoct-cell.png │ ├── 16p-05-xenoct-full.png │ ├── 16p-05-xenoct-joint-base.png │ ├── 16p-05-xenoct-leg-base.png │ ├── 16p-05-xenoct-leg-foot.png │ ├── 16p-05-xenoct-leg.png │ ├── 16p-05-xenoct-ui.png │ └── 16p-05-xenoct.png ├── other ├── 18r-01-amber-cell.png ├── 18r-01-amber-full.png ├── 18r-01-amber-ui.png ├── 18r-01-amber.png ├── 18r-02-iris-cell.png ├── 18r-02-iris-full.png ├── 18r-02-iris-ui.png ├── 18r-02-iris.png └── Tak berjudul360_20241126094115.png ├── ship └── Narhwal │ ├── Bulbhead │ ├── 17q-05-bulbhead-cell.png │ ├── 17q-05-bulbhead-full.png │ ├── 17q-05-bulbhead-ui.png │ └── 17q-05-bulbhead.png │ ├── Freesia │ ├── 17q-08-freesia-cell.png │ ├── 17q-08-freesia-full.png │ ├── 17q-08-freesia-ui.png │ └── 17q-08-freesia.png │ ├── Narhwal │ ├── 17q-07-narhwal-cell.png │ ├── 17q-07-narhwal-full.png │ ├── 17q-07-narhwal-ui.png │ └── 17q-07-narhwal.png │ ├── Shark │ ├── 17q-06-shark-cell.png │ ├── 17q-06-shark-full.png │ ├── 17q-06-shark-ui.png │ └── 17q-06-shark.png │ └── weapons │ ├── freesia-autocannon-cell.png │ ├── freesia-autocannon.png │ ├── narhwal-salvo-cell.png │ ├── narhwal-salvo.png │ ├── shark-mine-cell.png │ └── shark-mine.png └── tank ├── mason ├── 15o-01-mason-cell.png ├── 15o-01-mason-full.png ├── 15o-01-mason-treads.png ├── 15o-01-mason-ui.png └── 15o-01-mason.png ├── oktarav ├── 15o-02-oktarav-cell.png ├── 15o-02-oktarav-full.png ├── 15o-02-oktarav-treads.png ├── 15o-02-oktarav-ui.png └── 15o-02-oktarav.png ├── rancor ├── 15o-05-rancor-cell.png ├── 15o-05-rancor-full.png ├── 15o-05-rancor-treads.png ├── 15o-05-rancor-ui.png └── 15o-05-rancor.png ├── siphon ├── 15o-04-siphon-cell.png ├── 15o-04-siphon-full.png ├── 15o-04-siphon-treads.png ├── 15o-04-siphon-ui.png └── 15o-04-siphon.png ├── vicient ├── 15o-03-vicient-cell.png ├── 15o-03-vicient-full.png ├── 15o-03-vicient-treads.png ├── 15o-03-vicient-ui.png └── 15o-03-vicient.png └── weapons ├── mason-weapon-cell.png ├── mason-weapon.png ├── oktarav-weapon-cell.png ├── oktarav-weapon.png ├── rancor-weapon-cell.png ├── rancor-weapon.png ├── siphon-weapon-cell.png ├── siphon-weapon.png ├── vicient-weapon-cell.png └── vicient-weapon.png /banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/banner.png -------------------------------------------------------------------------------- /content/blocks/environment/aquafloor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Aqua Floor 3 | variants: 4 4 | attributes: { 5 | aquanite: 0.25 6 | } -------------------------------------------------------------------------------- /content/blocks/environment/bethstone.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Bethstone 3 | variants: 4 -------------------------------------------------------------------------------- /content/blocks/environment/dilace.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Dilace Floor 3 | variants: 4 -------------------------------------------------------------------------------- /content/blocks/environment/flesh-floor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Fleshing Floor 3 | variants: 3 -------------------------------------------------------------------------------- /content/blocks/environment/flesh-open.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Fleshing Bone Floor 3 | variants: 3 -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/aqua-boulder.hjson: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Aqua Boulder 3 | variants: 2 4 | breakSound: rockBreak 5 | -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/aqua-crystal.hjson: -------------------------------------------------------------------------------- 1 | type: TallBlock 2 | name: Aqua Crystal 3 | variants: 2 4 | clipSize: 96 5 | costumShadow: true -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/aquawall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Aqua Wall 3 | description: "Most of the blocks are filled with water." 4 | attributes: { 5 | aqua: 1 6 | } -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/beth-blade.hjson: -------------------------------------------------------------------------------- 1 | type: TallBlock 2 | name: Bethblade 3 | variants: 2 4 | clipSize: 96 5 | emitLight: true 6 | lightColor: 8BCEEA 7 | costumShadow: true -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/bethine-boulder.hjson: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Bethine Boulder 3 | variants: 2 4 | breakSound: rockBreak 5 | -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/bethine-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Bethine Wall 3 | description: "Sometimes including a small amount of Chromium" -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/bethinecobalt.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | description: "Contains traces of cobalt." 3 | attributes: { 4 | cobalt: 1 5 | } 6 | itemDrop: 01a-01-item-cobalt 7 | -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/crystal-bethstone.hjson: -------------------------------------------------------------------------------- 1 | type: TallBlock 2 | name: Crystal Bethstone 3 | variants: 2 4 | clipSize: 96 5 | emitLight: true 6 | lightColor: 8BCEEA 7 | costumShadow: true -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/dilace-boulder.hjson: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Dilace Boulder 3 | variants: 2 4 | breakSound: rockBreak 5 | -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/dilace-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Dilace Wall 3 | description: "Contains water on small amount." 4 | attributes: { 5 | tantra: 0.25 6 | } -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/flesh-boulder.hjson: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Fleshing Boulder 3 | variants: 2 4 | breakSound: rockBreak 5 | -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/fleshwall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Fleshing Wall 3 | description: "The creatures are hiding in there." 4 | variants: 4 -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/nucridwall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Nucrid Wall 3 | description: "Home of the tree creatures." 4 | attributes: { 5 | nucrid: 1 6 | } -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/obsidian-boulder.hjson: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Obsidian Boulder 3 | variants: 2 4 | breakSound: rockBreak 5 | -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/obsidian-spikes.hjson: -------------------------------------------------------------------------------- 1 | type: TallBlock 2 | name: Obsidian Spikes 3 | variants: 1 4 | clipSize: 96 5 | costumShadow: true -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/obsidianwall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Obsidian Wall 3 | description: "The heat fuse all the blocks here." -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/ore-anthracite.hjson: -------------------------------------------------------------------------------- 1 | type: OreBlock 2 | name: Anthracite Ore 3 | itemDrop: 01a-03-item-anthracite 4 | wallOre: true -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/ore-anthracitefloor.hjson: -------------------------------------------------------------------------------- 1 | type: OreBlock 2 | name: Anthracite Ore 3 | itemDrop: 01a-03-item-anthracite -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/ore-chromium.hjson: -------------------------------------------------------------------------------- 1 | type: OreBlock 2 | name: Chromium Ore 3 | itemDrop: 01a-06-item-chromium 4 | wallOre: true -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/ore-chromiumfloor.hjson: -------------------------------------------------------------------------------- 1 | type: OreBlock 2 | name: Chromium Ore 3 | itemDrop: 01a-06-item-chromium -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/ore-cobalt.hjson: -------------------------------------------------------------------------------- 1 | type: OreBlock 2 | name: Cobalt Ore 3 | itemDrop: 01a-01-item-cobalt -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/ore-nickel.hjson: -------------------------------------------------------------------------------- 1 | type: OreBlock 2 | name: Nickel Ore 3 | itemDrop: 01a-02-item-nickel 4 | wallOre: true -------------------------------------------------------------------------------- /content/blocks/environment/non-floor/tantra-boulder.hjson: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Tantra Boulder 3 | variants: 3 4 | breakSound: rockBreak 5 | customShadow: true 6 | -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-a.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Nova Lightone Tile 3 | variants: 0 -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-b.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Nova Darktone Tile 3 | variants: 0 -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-blue-floor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Nova Blue Floor 3 | variants: 0 -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-box.hjson: -------------------------------------------------------------------------------- 1 | type: TallBlock 2 | name: Derelict Box 3 | variants: 0 4 | clipSize: 96 5 | costumShadow: true -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-corezone.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Core Zone (Nova) 3 | variants: 0 4 | allowCorePlacement: true -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-floor-bottom-light.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Nova Light Bottom 3 | variants: 0 4 | blendGroup: nova-b -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-floor-shining.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Nova Floor 2 3 | variants: 0 4 | blendGroup: nova-b 5 | -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-floor-top-light.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Nova Light Top 3 | variants: 0 4 | blendGroup: nova-b -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-floor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Nova Floor 3 | variants: 0 -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-hole-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Nova Wall 2 3 | variants: 0 -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-nuclear-silo.hjson: -------------------------------------------------------------------------------- 1 | name: Nova Nuclear Silo 2 | type: SteamVent 3 | variants: 0 4 | blendGroup: nova-floor 5 | parent: nova-floor -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-portal.hjson: -------------------------------------------------------------------------------- 1 | name: Nova Portal 2 | type: SteamVent 3 | variants: 0 4 | blendGroup: nova-floor 5 | parent: nova-floor -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-radar.hjson: -------------------------------------------------------------------------------- 1 | type: TallBlock 2 | name: Derelict Radar 3 | variants: 0 4 | clipSize: 96 5 | costumShadow: true -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-rsquared-floor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Nova Floor (Rotated) 3 | variants: 0 -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-tile.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Nova Tile 3 | variants: 0 4 | blendGroup: nova-b -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-ventillation.hjson: -------------------------------------------------------------------------------- 1 | name: Nova Air Ventillation 2 | type: SteamVent 3 | variants: 0 4 | blendGroup: nova-floor 5 | parent: nova-floor -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-wall-pipe.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Nova Wall Pipe 3 | variants: 0 -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Nova Wall 1 3 | variants: 2 -------------------------------------------------------------------------------- /content/blocks/environment/nova-facility/nova-yellow-floor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Nova Yellow Floor 3 | variants: 0 -------------------------------------------------------------------------------- /content/blocks/environment/obsidianfloor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Obsidian Floor 3 | variants: 4 -------------------------------------------------------------------------------- /content/blocks/environment/obsidianshinyfloor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Obsidian Active Floor 3 | variants: 4 -------------------------------------------------------------------------------- /content/blocks/environment/tantra-crater.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Tantra Crater 3 | variants: 3 -------------------------------------------------------------------------------- /content/blocks/environment/tantrium.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Tantrium 3 | variants: 4 -------------------------------------------------------------------------------- /content/blocks/environment/tundra/flower-white-small.hjson: -------------------------------------------------------------------------------- 1 | type: TreeBlock 2 | name: Flower White Small 3 | variants: 0 4 | emitLight: true 5 | lightColor: FFFFFFA3 6 | lightRadius: 20 -------------------------------------------------------------------------------- /content/blocks/environment/tundra/frost-boulder.hjson: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Frost Boulder 3 | variants: 2 4 | breakSound: rockBreak -------------------------------------------------------------------------------- /content/blocks/environment/tundra/frost-crystal.hjson: -------------------------------------------------------------------------------- 1 | type: TallBlock 2 | name: Frost Crystal 3 | variants: 2 4 | clipSize: 96 5 | costumShadow: true -------------------------------------------------------------------------------- /content/blocks/environment/tundra/frost-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Frost Wall -------------------------------------------------------------------------------- /content/blocks/environment/tundra/frost.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Frost Tile 3 | variants: 4 -------------------------------------------------------------------------------- /content/blocks/environment/tundra/nucrid-steel.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Nucrid Steel Floor 3 | variants: 4 -------------------------------------------------------------------------------- /content/blocks/environment/tundra/nucrid.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Nucrid Floor 3 | variants: 4 -------------------------------------------------------------------------------- /content/blocks/environment/tundra/petal-prop.hjson: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Petal 3 | variants: 2 4 | breakSound: rockBreak -------------------------------------------------------------------------------- /content/blocks/environment/tundra/petal-w.hjson: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Petal 3 | variants: 1 4 | breakSound: rockBreak -------------------------------------------------------------------------------- /content/blocks/research/0001-item.hjson: -------------------------------------------------------------------------------- 1 | show: false 2 | research: 11k-01-core-apex 3 | name: Material Collection 4 | description: Contains all item available on Frostnova. 5 | alwaysUnlocked: true -------------------------------------------------------------------------------- /content/blocks/research/0002-liquid.hjson: -------------------------------------------------------------------------------- 1 | show: false 2 | research: 11k-01-core-apex 3 | name: Liquid Collection 4 | description: Contains all liquid avaiable in Frostnova. 5 | alwaysUnlocked: true -------------------------------------------------------------------------------- /content/blocks/research/0003-factory.hjson: -------------------------------------------------------------------------------- 1 | show: false 2 | research: 11k-01-core-apex 3 | name: Factory 4 | description: Contains all factories available in Frostnova. 5 | alwaysUnlocked: true -------------------------------------------------------------------------------- /content/blocks/research/0004-drill.hjson: -------------------------------------------------------------------------------- 1 | show: false 2 | research: 11k-01-core-apex 3 | name: Production 4 | description: Contains all production blocks available in Frostnova. 5 | alwaysUnlocked: true -------------------------------------------------------------------------------- /content/blocks/research/0005-transport.hjson: -------------------------------------------------------------------------------- 1 | show: false 2 | research: 11k-01-core-apex 3 | name: Logistics 4 | description: Contains all Logistic blocks available in Frostnova. 5 | alwaysUnlocked: true -------------------------------------------------------------------------------- /content/blocks/research/0007-power.hjson: -------------------------------------------------------------------------------- 1 | show: false 2 | research: 11k-01-core-apex 3 | name: Power 4 | description: Contains all power blocks available in Frostnova. 5 | alwaysUnlocked: true -------------------------------------------------------------------------------- /content/blocks/research/0008-defence.hjson: -------------------------------------------------------------------------------- 1 | show: false 2 | research: 11k-01-core-apex 3 | name: Walls 4 | description: Contains all walls available in Frostnova. 5 | alwaysUnlocked: true -------------------------------------------------------------------------------- /content/blocks/research/0009-turret.hjson: -------------------------------------------------------------------------------- 1 | show: false 2 | research: 11k-01-core-apex 3 | name: Turrets 4 | description: Contains all turrets available in Frostnova. 5 | alwaysUnlocked: true -------------------------------------------------------------------------------- /content/blocks/research/0011-effect.hjson: -------------------------------------------------------------------------------- 1 | show: false 2 | research: 11k-01-core-apex 3 | name: Effect 4 | description: Contains all effect blocks available in Frostnova. 5 | alwaysUnlocked: true -------------------------------------------------------------------------------- /content/blocks/research/0012-music.hjson: -------------------------------------------------------------------------------- 1 | show: false 2 | research: 11k-01-core-apex 3 | name: Music Disc 4 | description: Contains all music disks available in Frostnova. 5 | alwaysUnlocked: true -------------------------------------------------------------------------------- /content/blocks/research/0014-sector.hjson: -------------------------------------------------------------------------------- 1 | show: false 2 | research: 11k-01-core-apex 3 | name: Sectors 4 | description: Contains all sectors available in Frostnova. 5 | alwaysUnlocked: true -------------------------------------------------------------------------------- /content/blocks/research/0015-logic.hjson: -------------------------------------------------------------------------------- 1 | show: false 2 | research: 11k-01-core-apex 3 | name: Logic 4 | description: Contains all logic blocks available in Frostnova. 5 | alwaysUnlocked: true 6 | -------------------------------------------------------------------------------- /content/blocks/research/0016-unit.hjson: -------------------------------------------------------------------------------- 1 | show: false 2 | research: 11k-01-core-apex 3 | name: Core Units 4 | description: Contains all core units available in Frostnova. 5 | alwaysUnlocked: true -------------------------------------------------------------------------------- /content/blocks/research/0017-trophy.hjson: -------------------------------------------------------------------------------- 1 | show: false 2 | research: 11k-01-core-apex 3 | name: Trophy 4 | description: Contains all trophy available in Frostnova. 5 | alwaysUnlocked: true 6 | -------------------------------------------------------------------------------- /content/items/01a-01-item-cobalt.hjson: -------------------------------------------------------------------------------- 1 | color: 394885 2 | hardness: 1 3 | cost: 0.5 4 | research: 0001-item 5 | hiddenOnPlanets: [serpulo, erekir] -------------------------------------------------------------------------------- /content/items/01a-02-item-nickel.hjson: -------------------------------------------------------------------------------- 1 | color: E1CF9A 2 | hardness: 1 3 | cost: 0.6 4 | research: 01a-01-item-cobalt 5 | hiddenOnPlanets: [serpulo, erekir] -------------------------------------------------------------------------------- /content/items/01a-05-item-aluminium.hjson: -------------------------------------------------------------------------------- 1 | hardness: 3 2 | cost: 0.8 3 | research: 01a-03-item-anthracite 4 | color: 729aaf 5 | hiddenOnPlanets: [serpulo, erekir] -------------------------------------------------------------------------------- /content/items/01a-07-item-clevorite.hjson: -------------------------------------------------------------------------------- 1 | color: afe986 2 | hardness: 3 3 | cost: 1.0 4 | charge: 0.4 5 | explosiveness: 0.4 6 | research: 01a-06-item-chromium 7 | hiddenOnPlanets: [serpulo, erekir] -------------------------------------------------------------------------------- /content/items/01a-08-item-nucrid.hjson: -------------------------------------------------------------------------------- 1 | color: FFD5E2 2 | hardness: 3 3 | cost: 0.5 4 | charge: 0.75 5 | research: 01a-01-item-cobalt 6 | hiddenOnPlanets: [serpulo, erekir] -------------------------------------------------------------------------------- /content/items/01a-08-item-petal.hjson: -------------------------------------------------------------------------------- 1 | color: ff91b3 2 | hardness: 3 3 | cost: 1.2 4 | charge: 0.95 5 | research: 01a-08-item-petal-flower 6 | hiddenOnPlanets: [serpulo, erekir] -------------------------------------------------------------------------------- /content/items/01a-09-item-morphite.hjson: -------------------------------------------------------------------------------- 1 | hardness: 4 2 | cost: 1.3 3 | research: 01a-07-item-clevorite 4 | color: 51c59c 5 | charge: 2 6 | explosiveness: 0.25 7 | hiddenOnPlanets: [serpulo, erekir] 8 | -------------------------------------------------------------------------------- /content/items/01a-10-item-bethine.hjson: -------------------------------------------------------------------------------- 1 | hardness: 4 2 | cost: 1.3 3 | research: 01a-08-item-petal 4 | color: b4af45 5 | charge: 0.25 6 | radioactivity: 1 7 | hiddenOnPlanets: [serpulo, erekir] -------------------------------------------------------------------------------- /content/items/01a-11-item-technoscrap.hjson: -------------------------------------------------------------------------------- 1 | color: 6B6881 2 | hardness: 1 3 | cost: 1 4 | buildable: false 5 | research: 01a-01-item-cobalt 6 | hiddenOnPlanets: [serpulo, erekir] 7 | -------------------------------------------------------------------------------- /content/items/01a-12-item-techno-plating.hjson: -------------------------------------------------------------------------------- 1 | color: 418EA7 2 | hardness: 2 3 | cost: 1.5 4 | research: 01a-11-item-technoscrap 5 | hiddenOnPlanets: [serpulo, erekir] -------------------------------------------------------------------------------- /content/items/01a-21-smooth-cobalt.hjson: -------------------------------------------------------------------------------- 1 | color: 7a94d1 2 | hardness: 1 3 | cost: 0.5 4 | hidden: true 5 | hiddenOnPlanets: [serpulo, erekir] -------------------------------------------------------------------------------- /content/liquids/02b-02-ichor.hjson: -------------------------------------------------------------------------------- 1 | boilPoint: 2 2 | color: ebcf73 3 | heatCapacity: 0.3 4 | gasColor: d9e1e6E6 5 | parent: 02b-01-bioliquid 6 | -------------------------------------------------------------------------------- /content/liquids/02b-03-necroplasm.hjson: -------------------------------------------------------------------------------- 1 | boilPoint: 0.7 2 | color: 60c9ad 3 | heatCapacity: 0.5 4 | gasColor: d9e1e6E6 5 | parent: 02b-01-bioliquid 6 | temperature: 1.3 7 | -------------------------------------------------------------------------------- /content/liquids/02b-08-nucliogen.hjson: -------------------------------------------------------------------------------- 1 | boilPoint: 0.5 2 | color: C63B64 3 | heatCapacity: 0.5 4 | research: 02b-05-hydrowater -------------------------------------------------------------------------------- /content/sectors/19s-01-newgrounds.hjson: -------------------------------------------------------------------------------- 1 | planet: frostnova 2 | sector: 0 3 | research: 0014-sector 4 | difficulty: 1 5 | alwaysUnlocked: true -------------------------------------------------------------------------------- /content/status/13m-01-breached.hjson: -------------------------------------------------------------------------------- 1 | speedMultiplier: 0.35 2 | damage: 0.3 3 | reloadMultiplier: 0.85 -------------------------------------------------------------------------------- /content/status/13m-02-immunity.hjson: -------------------------------------------------------------------------------- 1 | healthMultiplier: 1.3 2 | speedMultiplier: 1.3 3 | damageMultiplier: 0.95 4 | dragMultiplier: 1.25 -------------------------------------------------------------------------------- /content/status/13m-03-hsos6.hjson: -------------------------------------------------------------------------------- 1 | reloadMultiplier: 0.85 2 | speedMultiplier: 0.85 3 | damage: 3 -------------------------------------------------------------------------------- /content/status/13m-04-boosted.hjson: -------------------------------------------------------------------------------- 1 | speedMultiplier: 1.25 2 | reloadMultiplier: 1.25 3 | dragMultiplier: 0.75 -------------------------------------------------------------------------------- /content/status/13m-05-overboosted.hjson: -------------------------------------------------------------------------------- 1 | speedMultiplier: 1.5 2 | damage: -0.1 3 | reloadMultiplier: 1.6 4 | dragMultiplier: 0.5 -------------------------------------------------------------------------------- /content/status/13m-07-shock.hjson: -------------------------------------------------------------------------------- 1 | damage: 0.25 2 | damageMultiplier: 1.25 3 | reloadMultiplier: 1.25 4 | speedMultiplier: 0.33 5 | dragMultiplier: 1.5 -------------------------------------------------------------------------------- /content/status/entry/h.hjson: -------------------------------------------------------------------------------- 1 | alwaysUnlocked: true 2 | show: false 3 | Research: exoprosopa -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/icon.png -------------------------------------------------------------------------------- /maps/19s-01-newgrounds.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-01-newgrounds.msav -------------------------------------------------------------------------------- /maps/19s-02-mountain-ridge.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-02-mountain-ridge.msav -------------------------------------------------------------------------------- /maps/19s-03-a-luminary.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-03-a-luminary.msav -------------------------------------------------------------------------------- /maps/19s-03-hostile-outpost.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-03-hostile-outpost.msav -------------------------------------------------------------------------------- /maps/19s-04-foggy-fields.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-04-foggy-fields.msav -------------------------------------------------------------------------------- /maps/19s-05-reservoir.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-05-reservoir.msav -------------------------------------------------------------------------------- /maps/19s-06-crest.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-06-crest.msav -------------------------------------------------------------------------------- /maps/19s-07-cliffside.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-07-cliffside.msav -------------------------------------------------------------------------------- /maps/19s-08-botanical-garden.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-08-botanical-garden.msav -------------------------------------------------------------------------------- /maps/19s-09-escarpment.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-09-escarpment.msav -------------------------------------------------------------------------------- /maps/19s-10-cornerstone.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-10-cornerstone.msav -------------------------------------------------------------------------------- /maps/19s-11-creek.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-11-creek.msav -------------------------------------------------------------------------------- /maps/19s-12-hazardous-wasteland.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-12-hazardous-wasteland.msav -------------------------------------------------------------------------------- /maps/19s-13-marshlands.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-13-marshlands.msav -------------------------------------------------------------------------------- /maps/19s-14-trekker-campsite.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-14-trekker-campsite.msav -------------------------------------------------------------------------------- /maps/19s-51-ridgeline.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-51-ridgeline.msav -------------------------------------------------------------------------------- /maps/19s-52-pier.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-52-pier.msav -------------------------------------------------------------------------------- /maps/19s-71-precipice.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-71-precipice.msav -------------------------------------------------------------------------------- /maps/19s-99-ending.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/maps/19s-99-ending.msav -------------------------------------------------------------------------------- /music/land.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/music/land.ogg -------------------------------------------------------------------------------- /music/launch.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/music/launch.ogg -------------------------------------------------------------------------------- /schematics/.placeholder: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /schematics/core-apeirogon.msch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/schematics/core-apeirogon.msch -------------------------------------------------------------------------------- /schematics/core-apex.msch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/schematics/core-apex.msch -------------------------------------------------------------------------------- /schematics/core-boundless.msch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/schematics/core-boundless.msch -------------------------------------------------------------------------------- /schematics/core-crest.msch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/schematics/core-crest.msch -------------------------------------------------------------------------------- /schematics/core-empower.msch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/schematics/core-empower.msch -------------------------------------------------------------------------------- /sounds/bulk-shot.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/bulk-shot.mp3 -------------------------------------------------------------------------------- /sounds/continuum-shot.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/continuum-shot.mp3 -------------------------------------------------------------------------------- /sounds/electric-discharge.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/electric-discharge.mp3 -------------------------------------------------------------------------------- /sounds/elixir.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/elixir.mp3 -------------------------------------------------------------------------------- /sounds/exoripple.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/exoripple.mp3 -------------------------------------------------------------------------------- /sounds/firewall.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/firewall.mp3 -------------------------------------------------------------------------------- /sounds/frontier.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/frontier.mp3 -------------------------------------------------------------------------------- /sounds/laser-beam.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/laser-beam.mp3 -------------------------------------------------------------------------------- /sounds/laser-charge.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/laser-charge.mp3 -------------------------------------------------------------------------------- /sounds/machinegun-shot.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/machinegun-shot.mp3 -------------------------------------------------------------------------------- /sounds/missile-launch-a.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/missile-launch-a.mp3 -------------------------------------------------------------------------------- /sounds/missile-launch-long-a.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/missile-launch-long-a.mp3 -------------------------------------------------------------------------------- /sounds/mortar.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/mortar.mp3 -------------------------------------------------------------------------------- /sounds/normal-shot.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/normal-shot.mp3 -------------------------------------------------------------------------------- /sounds/onsen.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/onsen.mp3 -------------------------------------------------------------------------------- /sounds/plasma-shot.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/plasma-shot.mp3 -------------------------------------------------------------------------------- /sounds/pressure-generator.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/pressure-generator.mp3 -------------------------------------------------------------------------------- /sounds/radar-pulsing.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/radar-pulsing.mp3 -------------------------------------------------------------------------------- /sounds/shoot-mortar.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/shoot-mortar.mp3 -------------------------------------------------------------------------------- /sounds/target.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/target.mp3 -------------------------------------------------------------------------------- /sounds/taser.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/taser.mp3 -------------------------------------------------------------------------------- /sounds/tsukishiro-yanagi-ep-rest-awhile-zzz.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/tsukishiro-yanagi-ep-rest-awhile-zzz.mp3 -------------------------------------------------------------------------------- /sounds/weapon-emp-charging.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/weapon-emp-charging.mp3 -------------------------------------------------------------------------------- /sounds/weapon-emp-discharge.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sounds/weapon-emp-discharge.mp3 -------------------------------------------------------------------------------- /sprites-override/effects/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites-override/effects/error.png -------------------------------------------------------------------------------- /sprites-override/teams/team-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites-override/teams/team-blue.png -------------------------------------------------------------------------------- /sprites-override/ui/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites-override/ui/logo.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/05e-05-crossblock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/distribution/05e-05-crossblock.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/05e-06-splitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/distribution/05e-06-splitter.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/05e-08-pipeline-sorter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/distribution/05e-08-pipeline-sorter.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/05e-10-pipeline-overflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/distribution/05e-10-pipeline-overflow.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/05e-13-a-surge-driver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/distribution/05e-13-a-surge-driver.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/05e-15-pipeline-unloader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/distribution/05e-15-pipeline-unloader.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/morphite/05e-13-cargobay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/distribution/morphite/05e-13-cargobay.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-02-elixir-collector-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-02-elixir-collector-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-02-elixir-collector-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-02-elixir-collector-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-02-elixir-collector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-02-elixir-collector.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-03-ore-extractor-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-03-ore-extractor-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-03-ore-extractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-03-ore-extractor.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-03-r-ore-blaster-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-03-r-ore-blaster-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-03-r-ore-blaster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-03-r-ore-blaster.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-a-wall-extractor-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-a-wall-extractor-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-a-wall-extractor-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-a-wall-extractor-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-a-wall-extractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-a-wall-extractor.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-a-wall-shifter-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-a-wall-shifter-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-a-wall-shifter-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-a-wall-shifter-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-a-wall-shifter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-a-wall-shifter.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-b-aqua-dregder-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-b-aqua-dregder-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-b-aqua-dregder-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-b-aqua-dregder-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-b-aqua-dregder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-b-aqua-dregder.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-b-aqua-extractor-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-b-aqua-extractor-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-b-aqua-extractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-b-aqua-extractor.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-bore-jet-arrow-blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-bore-jet-arrow-blur.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-bore-jet-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-bore-jet-arrow.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-bore-jet-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-bore-jet-item.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-bore-jet-top-invert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-bore-jet-top-invert.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-bore-jet-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-bore-jet-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-bore-jet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-04-bore-jet.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-05-ichor-rig-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-05-ichor-rig-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-05-ichor-rig-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-05-ichor-rig-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-05-ichor-rig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-05-ichor-rig.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-06-neutralizer-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-06-neutralizer-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-06-neutralizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-06-neutralizer.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-06-nucrid-crusher-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-06-nucrid-crusher-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-06-nucrid-crusher-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-06-nucrid-crusher-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-06-nucrid-crusher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/drills/04d-06-nucrid-crusher.png -------------------------------------------------------------------------------- /sprites/blocks/environment/boulder/aqua-boulder1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/boulder/aqua-boulder1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/boulder/aqua-boulder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/boulder/aqua-boulder2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/boulder/bethine-boulder1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/boulder/bethine-boulder1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/boulder/bethine-boulder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/boulder/bethine-boulder2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/boulder/dilace-boulder1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/boulder/dilace-boulder1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/boulder/dilace-boulder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/boulder/dilace-boulder2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/boulder/flesh-boulder1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/boulder/flesh-boulder1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/boulder/flesh-boulder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/boulder/flesh-boulder2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/boulder/obsidian-boulder1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/boulder/obsidian-boulder1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/boulder/obsidian-boulder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/boulder/obsidian-boulder2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/boulder/tantra-boulder1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/boulder/tantra-boulder1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/boulder/tantra-boulder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/boulder/tantra-boulder2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/boulder/tantra-boulder3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/boulder/tantra-boulder3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/deep-floor/aquadeepwater1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/deep-floor/aquadeepwater1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/deep-floor/aquadeepwater2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/deep-floor/aquadeepwater2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/deep-floor/aquadeepwater3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/deep-floor/aquadeepwater3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/deep-floor/aquadeepwater4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/deep-floor/aquadeepwater4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/deep-floor/aquawater1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/deep-floor/aquawater1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/deep-floor/aquawater2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/deep-floor/aquawater2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/deep-floor/aquawater3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/deep-floor/aquawater3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/deep-floor/aquawater4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/deep-floor/aquawater4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/deep-floor/miasma-pool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/deep-floor/miasma-pool.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/aquafloor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/aquafloor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/aquafloor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/aquafloor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/aquafloor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/aquafloor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/aquafloor4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/aquafloor4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/bethstone1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/bethstone1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/bethstone2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/bethstone2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/bethstone3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/bethstone3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/bethstone4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/bethstone4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/dilace1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/dilace1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/dilace2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/dilace2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/dilace3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/dilace3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/dilace4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/dilace4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/flesh-floor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/flesh-floor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/flesh-floor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/flesh-floor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/flesh-floor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/flesh-floor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/flesh-open1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/flesh-open1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/flesh-open2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/flesh-open2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/flesh-open3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/flesh-open3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/obsidianfloor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/obsidianfloor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/obsidianfloor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/obsidianfloor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/obsidianfloor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/obsidianfloor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/obsidianfloor4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/obsidianfloor4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/obsidianshinyfloor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/obsidianshinyfloor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/obsidianshinyfloor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/obsidianshinyfloor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/obsidianshinyfloor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/obsidianshinyfloor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/obsidianshinyfloor4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/obsidianshinyfloor4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/tantra-crater1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/tantra-crater1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/tantra-crater2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/tantra-crater2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/tantra-crater3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/tantra-crater3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/tantrium1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/tantrium1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/tantrium2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/tantrium2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/tantrium3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/tantrium3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/floor/tantrium4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/floor/tantrium4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/nova-facility/nova-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/nova-facility/nova-a.png -------------------------------------------------------------------------------- /sprites/blocks/environment/nova-facility/nova-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/nova-facility/nova-b.png -------------------------------------------------------------------------------- /sprites/blocks/environment/nova-facility/nova-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/nova-facility/nova-box.png -------------------------------------------------------------------------------- /sprites/blocks/environment/nova-facility/nova-floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/nova-facility/nova-floor.png -------------------------------------------------------------------------------- /sprites/blocks/environment/nova-facility/nova-portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/nova-facility/nova-portal.png -------------------------------------------------------------------------------- /sprites/blocks/environment/nova-facility/nova-radar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/nova-facility/nova-radar.png -------------------------------------------------------------------------------- /sprites/blocks/environment/nova-facility/nova-tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/nova-facility/nova-tile.png -------------------------------------------------------------------------------- /sprites/blocks/environment/nova-facility/nova-vent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/nova-facility/nova-vent.png -------------------------------------------------------------------------------- /sprites/blocks/environment/nova-facility/nova-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/nova-facility/nova-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/nova-facility/nova-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/nova-facility/nova-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/nova-facility/tech-ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/nova-facility/tech-ore.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/bethinecobalt-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/bethinecobalt-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/bethinecobalt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/bethinecobalt1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/bethinecobalt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/bethinecobalt2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-anthracite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-anthracite1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-anthracite2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-anthracite2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-anthracite3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-anthracite3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-anthracitefloor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-anthracitefloor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-anthracitefloor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-anthracitefloor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-anthracitefloor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-anthracitefloor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-chromium1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-chromium1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-chromium2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-chromium2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-chromium3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-chromium3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-chromiumfloor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-chromiumfloor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-chromiumfloor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-chromiumfloor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-chromiumfloor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-chromiumfloor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-cobalt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-cobalt1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-cobalt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-cobalt2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-cobalt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-cobalt3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-nickel1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-nickel1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-nickel2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-nickel2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore/ore-nickel3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/ore/ore-nickel3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/props/aqua-crystal-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/props/aqua-crystal-shadow.png -------------------------------------------------------------------------------- /sprites/blocks/environment/props/aqua-crystal-shadow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/props/aqua-crystal-shadow1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/props/aqua-crystal-shadow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/props/aqua-crystal-shadow2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/props/aqua-crystal1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/props/aqua-crystal1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/props/aqua-crystal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/props/aqua-crystal2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/props/beth-blade-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/props/beth-blade-shadow.png -------------------------------------------------------------------------------- /sprites/blocks/environment/props/beth-blade-shadow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/props/beth-blade-shadow1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/props/beth-blade-shadow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/props/beth-blade-shadow2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/props/beth-blade1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/props/beth-blade1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/props/beth-blade2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/props/beth-blade2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/props/crystal-bethstone1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/props/crystal-bethstone1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/props/crystal-bethstone2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/props/crystal-bethstone2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/props/obsidian-spikes1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/props/obsidian-spikes1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tundra/floor/frost1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/tundra/floor/frost1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tundra/floor/frost2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/tundra/floor/frost2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tundra/floor/frost3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/tundra/floor/frost3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tundra/floor/frost4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/tundra/floor/frost4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tundra/floor/nucrid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/tundra/floor/nucrid1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tundra/floor/nucrid2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/tundra/floor/nucrid2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tundra/floor/nucrid3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/tundra/floor/nucrid3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tundra/floor/nucrid4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/tundra/floor/nucrid4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tundra/flower/petal-w1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/tundra/flower/petal-w1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tundra/wall/frost-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/tundra/wall/frost-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tundra/wall/frost-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/tundra/wall/frost-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/aqua-vent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/vents/aqua-vent1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/aqua-vent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/vents/aqua-vent2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/bethine-vent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/vents/bethine-vent1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/bethine-vent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/vents/bethine-vent2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/dilace-vent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/vents/dilace-vent1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/dilace-vent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/vents/dilace-vent2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/flesh-vent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/vents/flesh-vent1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/flesh-vent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/vents/flesh-vent2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/obsidian-vent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/vents/obsidian-vent1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vents/obsidian-vent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/vents/obsidian-vent2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/aquawall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/aquawall-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/aquawall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/aquawall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/aquawall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/aquawall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/bethine-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/bethine-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/bethine-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/bethine-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/bethine-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/bethine-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/dilace-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/dilace-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/dilace-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/dilace-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/dilace-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/dilace-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/fleshwall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/fleshwall-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/fleshwall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/fleshwall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/fleshwall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/fleshwall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/fleshwall3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/fleshwall3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/fleshwall4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/fleshwall4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/nucridwall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/nucridwall-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/nucridwall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/nucridwall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/nucridwall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/nucridwall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/obsidianwall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/obsidianwall-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/obsidianwall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/obsidianwall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/obsidianwall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/obsidianwall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/tantriscape1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/tantriscape1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/wall/tantriscape2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/environment/wall/tantriscape2.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-02-seaduct-junction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/liquids/06f-02-seaduct-junction.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-03-seaduct-router-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/liquids/06f-03-seaduct-router-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-03-seaduct-router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/liquids/06f-03-seaduct-router.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-05-jet-pump-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/liquids/06f-05-jet-pump-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-05-jet-pump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/liquids/06f-05-jet-pump.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-06-aqua-container-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/liquids/06f-06-aqua-container-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-06-aqua-container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/liquids/06f-06-aqua-container.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-07-large-aqua-container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/liquids/06f-07-large-aqua-container.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-08-mfu-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/liquids/06f-08-mfu-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-08-mfu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/liquids/06f-08-mfu.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-09-nullifier-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/liquids/06f-09-nullifier-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-09-nullifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/liquids/06f-09-nullifier.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/bridge/06f-04-liquidbridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/liquids/bridge/06f-04-liquidbridge.png -------------------------------------------------------------------------------- /sprites/blocks/logic/12l-001-message-chip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/logic/12l-001-message-chip.png -------------------------------------------------------------------------------- /sprites/blocks/logic/12l-002-switch-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/logic/12l-002-switch-on.png -------------------------------------------------------------------------------- /sprites/blocks/logic/12l-002-switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/logic/12l-002-switch.png -------------------------------------------------------------------------------- /sprites/blocks/logic/12l-003-terminator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/logic/12l-003-terminator.png -------------------------------------------------------------------------------- /sprites/blocks/logic/12l-004-cell-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/logic/12l-004-cell-data.png -------------------------------------------------------------------------------- /sprites/blocks/logic/12l-005-projector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/logic/12l-005-projector.png -------------------------------------------------------------------------------- /sprites/blocks/logic/music-disc/0-frontier-ost-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/logic/music-disc/0-frontier-ost-base.png -------------------------------------------------------------------------------- /sprites/blocks/logic/music-disc/0-frontier-ost-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/logic/music-disc/0-frontier-ost-glow.png -------------------------------------------------------------------------------- /sprites/blocks/logic/music-disc/0-frontier-ost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/logic/music-disc/0-frontier-ost.png -------------------------------------------------------------------------------- /sprites/blocks/logic/trophy/12l-01-absolutan-trophy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/logic/trophy/12l-01-absolutan-trophy.png -------------------------------------------------------------------------------- /sprites/blocks/logic/trophy/12l-03-nameless-trophy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/logic/trophy/12l-03-nameless-trophy.png -------------------------------------------------------------------------------- /sprites/blocks/logic/trophy/12l-04-twcash-trophy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/logic/trophy/12l-04-twcash-trophy.png -------------------------------------------------------------------------------- /sprites/blocks/logic/trophy/12l-05-catana-trophy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/logic/trophy/12l-05-catana-trophy.png -------------------------------------------------------------------------------- /sprites/blocks/logic/trophy/12l-06-axoxium-trophy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/logic/trophy/12l-06-axoxium-trophy.png -------------------------------------------------------------------------------- /sprites/blocks/power/04d-01-pressure-generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/04d-01-pressure-generator.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-powerline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-01-powerline.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-q-powerbeam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-01-q-powerbeam.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-large-powerline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-02-large-powerline.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-las-morphite-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-02-las-morphite-node.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-lb-supernode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-02-lb-supernode.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-m-small-powerbank-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-02-m-small-powerbank-top.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-m-small-powerbank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-02-m-small-powerbank.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-03-a-powerbank-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-03-a-powerbank-top.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-03-a-powerbank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-03-a-powerbank.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-03-b-power-director-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-03-b-power-director-arrow.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-03-b-power-director.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-03-b-power-director.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-03-burner-generator-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-03-burner-generator-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-03-burner-generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-03-burner-generator.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-04-burner-reactor-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-04-burner-reactor-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-04-burner-reactor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-04-burner-reactor.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-05-a-geogenerator-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-05-a-geogenerator-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-05-a-geogenerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-05-a-geogenerator.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-05-morphite-solarpanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-05-morphite-solarpanel.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-05-tokamak-reactor-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-05-tokamak-reactor-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-05-tokamak-reactor-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-05-tokamak-reactor-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-05-tokamak-reactor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/power/07g-05-tokamak-reactor.png -------------------------------------------------------------------------------- /sprites/blocks/production/09i-04-heavy-ichor-mixer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/production/09i-04-heavy-ichor-mixer.png -------------------------------------------------------------------------------- /sprites/blocks/production/09i-04-tantraformer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/production/09i-04-tantraformer.png -------------------------------------------------------------------------------- /sprites/blocks/production/09i-12-bethine-solidfier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/production/09i-12-bethine-solidfier.png -------------------------------------------------------------------------------- /sprites/blocks/production/09i-15-pyroforge-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/production/09i-15-pyroforge-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/production/09i-15-pyroforge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/production/09i-15-pyroforge.png -------------------------------------------------------------------------------- /sprites/blocks/production/aqua/09i-04-u-aquafilter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/production/aqua/09i-04-u-aquafilter.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-05-a-healer-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-05-a-healer-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-05-a-healer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-05-a-healer.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-05-holoshield-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-05-holoshield-top.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-05-holoshield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-05-holoshield.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-06-illuminator-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-06-illuminator-base.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-06-illuminator-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-06-illuminator-glow.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-06-illuminator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-06-illuminator.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-07-buoy-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-07-buoy-base.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-07-buoy-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-07-buoy-glow.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-07-buoy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-07-buoy.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-08-build-tower-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-08-build-tower-base.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-08-build-tower-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-08-build-tower-glow.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-08-build-tower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-08-build-tower.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-10-fog-blocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-10-fog-blocks.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-11-global-radar-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-11-global-radar-base.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-11-global-radar-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-11-global-radar-glow.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-11-global-radar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/11k-11-global-radar.png -------------------------------------------------------------------------------- /sprites/blocks/storage/91z-00-core-accelerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/91z-00-core-accelerator.png -------------------------------------------------------------------------------- /sprites/blocks/storage/core/11k-00-core-suzuran-kit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/core/11k-00-core-suzuran-kit.png -------------------------------------------------------------------------------- /sprites/blocks/storage/core/11k-01-core-apex-team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/core/11k-01-core-apex-team.png -------------------------------------------------------------------------------- /sprites/blocks/storage/core/11k-01-core-apex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/core/11k-01-core-apex.png -------------------------------------------------------------------------------- /sprites/blocks/storage/core/11k-02-core-empower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/core/11k-02-core-empower.png -------------------------------------------------------------------------------- /sprites/blocks/storage/core/11k-03-core-apeirogon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/core/11k-03-core-apeirogon.png -------------------------------------------------------------------------------- /sprites/blocks/storage/core/11k-04-a-core-crest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/core/11k-04-a-core-crest.png -------------------------------------------------------------------------------- /sprites/blocks/storage/core/11k-04-b-core-boundless.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/core/11k-04-b-core-boundless.png -------------------------------------------------------------------------------- /sprites/blocks/storage/core/11k-04-clip-team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/core/11k-04-clip-team.png -------------------------------------------------------------------------------- /sprites/blocks/storage/core/11k-04-clip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/storage/core/11k-04-clip.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/anvil/03c-02-anvil-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/anvil/03c-02-anvil-back.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/anvil/03c-02-anvil-cannon-l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/anvil/03c-02-anvil-cannon-l.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/anvil/03c-02-anvil-cannon-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/anvil/03c-02-anvil-cannon-r.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/anvil/03c-02-anvil-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/anvil/03c-02-anvil-preview.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/anvil/03c-02-anvil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/anvil/03c-02-anvil.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/anvil/anvil-block-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/anvil/anvil-block-3.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/calamity/03c-02-calamity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/calamity/03c-02-calamity.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/calamity/calamity-block-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/calamity/calamity-block-3.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/canace/03c-04-a-canace-body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/canace/03c-04-a-canace-body.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/canace/03c-04-a-canace-side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/canace/03c-04-a-canace-side.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/canace/03c-04-a-canace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/canace/03c-04-a-canace.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/canace/canace-block-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/canace/canace-block-3.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/continuum/03c-06-continuum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/continuum/03c-06-continuum.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/continuum/continuum-block-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/continuum/continuum-block-4.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/earthquake/03c-02-earthquake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/earthquake/03c-02-earthquake.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/equinox/03c-05-equinox-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/equinox/03c-05-equinox-back.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/equinox/03c-05-equinox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/equinox/03c-05-equinox.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/equinox/equinox-block-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/equinox/equinox-block-4.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/identity/03c-09-identity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/identity/03c-09-identity.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/identity/identity-block-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/identity/identity-block-5.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/impale/03c-01-impale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/impale/03c-01-impale.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/impale/impale-block-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/impale/impale-block-3.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/ox/03c-04-ox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/ox/03c-04-ox.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/ox/ox-block-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/ox/ox-block-3.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/phalanx/03c-07-phalanx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/phalanx/03c-07-phalanx.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/phalanx/phalanx-block-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/phalanx/phalanx-block-4.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/preject/03c-04-preject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/preject/03c-04-preject.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/preject/preject-block-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/preject/preject-block-4.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/spewer/03c-03-a-spewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/spewer/03c-03-a-spewer.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/spewer/spewer-block-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/spewer/spewer-block-3.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/subsonic/03c-04-b-subsonic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/subsonic/03c-04-b-subsonic.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/subsonic/subsonic-block-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/subsonic/subsonic-block-3.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/supernova/03c-10-supernova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/supernova/03c-10-supernova.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/supernova/supernova-block-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/supernova/supernova-block-5.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/vulcan/03c-03-vulcan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/vulcan/03c-03-vulcan.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/vulcan/vulcan-block-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/vulcan/vulcan-block-3.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/webber/03c-08-webber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/webber/03c-08-webber.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/webber/webber-block-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/turrets/webber/webber-block-3.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-12-regenerator-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-12-regenerator-glow.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-12-regenerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-12-regenerator.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-15-surge-launcher-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-15-surge-launcher-base.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-15-surge-launcher-cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-15-surge-launcher-cap.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-15-surge-launcher-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-15-surge-launcher-in.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-15-surge-launcher-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-15-surge-launcher-left.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-15-surge-launcher-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-15-surge-launcher-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-15-surge-launcher-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-15-surge-launcher-right.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-15-surge-launcher-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-15-surge-launcher-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-15-surge-launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-15-surge-launcher.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-16-block-fabricator-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-16-block-fabricator-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-16-block-fabricator-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-16-block-fabricator-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-16-block-fabricator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-16-block-fabricator.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-17-unitpart-fabricator-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-17-unitpart-fabricator-out.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-17-unitpart-fabricator-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-17-unitpart-fabricator-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-17-unitpart-fabricator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-17-unitpart-fabricator.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-18-block-deconstructor-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-18-block-deconstructor-in.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-18-block-deconstructor-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-18-block-deconstructor-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-18-block-deconstructor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/units/10j-18-block-deconstructor.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-01-cobalt-wall-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-01-cobalt-wall-small.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-02-cobalt-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-02-cobalt-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-03-chromium-wall-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-03-chromium-wall-small.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-04-chromium-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-04-chromium-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-05-a-aluminium-gate-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-05-a-aluminium-gate-open.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-05-a-aluminium-gate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-05-a-aluminium-gate.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-05-clevorite-wall-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-05-clevorite-wall-small.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-06-clevorite-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-06-clevorite-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-07-morphite-wall-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-07-morphite-wall-small.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-08-morphite-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-08-morphite-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-11-petal-wall-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-11-petal-wall-small.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-12-petal-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-12-petal-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-13-bethine-wall-small-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-13-bethine-wall-small-glow.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-13-bethine-wall-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-13-bethine-wall-small.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-14-bethine-wall-large-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-14-bethine-wall-large-glow.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-14-bethine-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-14-bethine-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-15-pyroxene-wall-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-15-pyroxene-wall-small.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-16-pyroxene-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-16-pyroxene-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-17-pyroxene-gate-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-17-pyroxene-gate-open.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-17-pyroxene-gate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/blocks/walls/08h-17-pyroxene-gate.png -------------------------------------------------------------------------------- /sprites/effect/swirl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/effect/swirl.png -------------------------------------------------------------------------------- /sprites/icons/frostnova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/icons/frostnova.png -------------------------------------------------------------------------------- /sprites/items/01a-01-item-cobalt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-01-item-cobalt.png -------------------------------------------------------------------------------- /sprites/items/01a-02-item-nickel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-02-item-nickel.png -------------------------------------------------------------------------------- /sprites/items/01a-03-item-anthracite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-03-item-anthracite.png -------------------------------------------------------------------------------- /sprites/items/01a-03-item-aquashard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-03-item-aquashard.png -------------------------------------------------------------------------------- /sprites/items/01a-04-item-tantra-sand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-04-item-tantra-sand.png -------------------------------------------------------------------------------- /sprites/items/01a-05-item-aluminium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-05-item-aluminium.png -------------------------------------------------------------------------------- /sprites/items/01a-05-item-raw-nichrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-05-item-raw-nichrome.png -------------------------------------------------------------------------------- /sprites/items/01a-06-item-chromium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-06-item-chromium.png -------------------------------------------------------------------------------- /sprites/items/01a-07-item-clevorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-07-item-clevorite.png -------------------------------------------------------------------------------- /sprites/items/01a-08-item-nucrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-08-item-nucrid.png -------------------------------------------------------------------------------- /sprites/items/01a-08-item-petal-flower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-08-item-petal-flower.png -------------------------------------------------------------------------------- /sprites/items/01a-08-item-petal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-08-item-petal.png -------------------------------------------------------------------------------- /sprites/items/01a-09-item-morphite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-09-item-morphite.png -------------------------------------------------------------------------------- /sprites/items/01a-10-item-bethine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-10-item-bethine.png -------------------------------------------------------------------------------- /sprites/items/01a-11-item-pyroxene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-11-item-pyroxene.png -------------------------------------------------------------------------------- /sprites/items/01a-11-item-technoscrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-11-item-technoscrap.png -------------------------------------------------------------------------------- /sprites/items/01a-12-item-techno-plating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-12-item-techno-plating.png -------------------------------------------------------------------------------- /sprites/items/01a-21-smooth-cobalt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/01a-21-smooth-cobalt.png -------------------------------------------------------------------------------- /sprites/items/liquids/02b-01-bioliquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/liquids/02b-01-bioliquid.png -------------------------------------------------------------------------------- /sprites/items/liquids/02b-02-a-purified-elixir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/liquids/02b-02-a-purified-elixir.png -------------------------------------------------------------------------------- /sprites/items/liquids/02b-02-ichor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/liquids/02b-02-ichor.png -------------------------------------------------------------------------------- /sprites/items/liquids/02b-03-necroplasm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/liquids/02b-03-necroplasm.png -------------------------------------------------------------------------------- /sprites/items/liquids/02b-04-miasma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/liquids/02b-04-miasma.png -------------------------------------------------------------------------------- /sprites/items/liquids/02b-05-hydrowater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/liquids/02b-05-hydrowater.png -------------------------------------------------------------------------------- /sprites/items/liquids/02b-06-morphitix-plasma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/liquids/02b-06-morphitix-plasma.png -------------------------------------------------------------------------------- /sprites/items/liquids/02b-07-ectoplasm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/liquids/02b-07-ectoplasm.png -------------------------------------------------------------------------------- /sprites/items/liquids/02b-08-nucliogen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/items/liquids/02b-08-nucliogen.png -------------------------------------------------------------------------------- /sprites/planets/frostnova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/planets/frostnova.png -------------------------------------------------------------------------------- /sprites/research/0001-item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0001-item.png -------------------------------------------------------------------------------- /sprites/research/0002-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0002-liquid.png -------------------------------------------------------------------------------- /sprites/research/0003-factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0003-factory.png -------------------------------------------------------------------------------- /sprites/research/0004-drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0004-drill.png -------------------------------------------------------------------------------- /sprites/research/0005-transport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0005-transport.png -------------------------------------------------------------------------------- /sprites/research/0006-conduit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0006-conduit.png -------------------------------------------------------------------------------- /sprites/research/0007-power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0007-power.png -------------------------------------------------------------------------------- /sprites/research/0008-defence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0008-defence.png -------------------------------------------------------------------------------- /sprites/research/0009-turret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0009-turret.png -------------------------------------------------------------------------------- /sprites/research/0010-fabricator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0010-fabricator.png -------------------------------------------------------------------------------- /sprites/research/0011-effect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0011-effect.png -------------------------------------------------------------------------------- /sprites/research/0012-music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0012-music.png -------------------------------------------------------------------------------- /sprites/research/0014-sector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0014-sector.png -------------------------------------------------------------------------------- /sprites/research/0015-logic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0015-logic.png -------------------------------------------------------------------------------- /sprites/research/0016-unit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0016-unit.png -------------------------------------------------------------------------------- /sprites/research/0017-pictures-wip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0017-pictures-wip.png -------------------------------------------------------------------------------- /sprites/research/0017-trophy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/research/0017-trophy.png -------------------------------------------------------------------------------- /sprites/status/13m-01-breached.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/status/13m-01-breached.png -------------------------------------------------------------------------------- /sprites/status/13m-02-immunity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/status/13m-02-immunity.png -------------------------------------------------------------------------------- /sprites/status/13m-03-hsos6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/status/13m-03-hsos6.png -------------------------------------------------------------------------------- /sprites/status/13m-04-boosted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/status/13m-04-boosted.png -------------------------------------------------------------------------------- /sprites/status/13m-05-overboosted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/status/13m-05-overboosted.png -------------------------------------------------------------------------------- /sprites/status/13m-06-contaminated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/status/13m-06-contaminated.png -------------------------------------------------------------------------------- /sprites/status/13m-07-shock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/status/13m-07-shock.png -------------------------------------------------------------------------------- /sprites/units/core/anby/14n-01-anby-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/anby/14n-01-anby-cell.png -------------------------------------------------------------------------------- /sprites/units/core/anby/14n-01-anby-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/anby/14n-01-anby-full.png -------------------------------------------------------------------------------- /sprites/units/core/anby/14n-01-anby-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/anby/14n-01-anby-ui.png -------------------------------------------------------------------------------- /sprites/units/core/anby/14n-01-anby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/anby/14n-01-anby.png -------------------------------------------------------------------------------- /sprites/units/core/axthrasis/14n-03-axthrasis-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/axthrasis/14n-03-axthrasis-cell.png -------------------------------------------------------------------------------- /sprites/units/core/axthrasis/14n-03-axthrasis-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/axthrasis/14n-03-axthrasis-full.png -------------------------------------------------------------------------------- /sprites/units/core/axthrasis/14n-03-axthrasis-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/axthrasis/14n-03-axthrasis-ui.png -------------------------------------------------------------------------------- /sprites/units/core/axthrasis/14n-03-axthrasis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/axthrasis/14n-03-axthrasis.png -------------------------------------------------------------------------------- /sprites/units/core/mech/coronis/14n-04-coronis-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/mech/coronis/14n-04-coronis-cell.png -------------------------------------------------------------------------------- /sprites/units/core/mech/coronis/14n-04-coronis-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/mech/coronis/14n-04-coronis-full.png -------------------------------------------------------------------------------- /sprites/units/core/mech/coronis/14n-04-coronis-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/mech/coronis/14n-04-coronis-leg.png -------------------------------------------------------------------------------- /sprites/units/core/mech/coronis/14n-04-coronis-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/mech/coronis/14n-04-coronis-ui.png -------------------------------------------------------------------------------- /sprites/units/core/mech/coronis/14n-04-coronis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/mech/coronis/14n-04-coronis.png -------------------------------------------------------------------------------- /sprites/units/core/mech/sepia/14n-04-sepia-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/mech/sepia/14n-04-sepia-cell.png -------------------------------------------------------------------------------- /sprites/units/core/mech/sepia/14n-04-sepia-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/mech/sepia/14n-04-sepia-full.png -------------------------------------------------------------------------------- /sprites/units/core/mech/sepia/14n-04-sepia-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/mech/sepia/14n-04-sepia-leg-base.png -------------------------------------------------------------------------------- /sprites/units/core/mech/sepia/14n-04-sepia-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/mech/sepia/14n-04-sepia-leg.png -------------------------------------------------------------------------------- /sprites/units/core/mech/sepia/14n-04-sepia-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/mech/sepia/14n-04-sepia-ui.png -------------------------------------------------------------------------------- /sprites/units/core/mech/sepia/14n-04-sepia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/mech/sepia/14n-04-sepia.png -------------------------------------------------------------------------------- /sprites/units/core/mech/weapons/sepia-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/mech/weapons/sepia-weapon-cell.png -------------------------------------------------------------------------------- /sprites/units/core/mech/weapons/sepia-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/mech/weapons/sepia-weapon.png -------------------------------------------------------------------------------- /sprites/units/core/querba/14n-02-nicole-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/querba/14n-02-nicole-cell.png -------------------------------------------------------------------------------- /sprites/units/core/querba/14n-02-nicole-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/querba/14n-02-nicole-full.png -------------------------------------------------------------------------------- /sprites/units/core/querba/14n-02-nicole-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/querba/14n-02-nicole-ui.png -------------------------------------------------------------------------------- /sprites/units/core/querba/14n-02-nicole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/querba/14n-02-nicole.png -------------------------------------------------------------------------------- /sprites/units/core/suzuran/14n-04-suzuran-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/suzuran/14n-04-suzuran-cell.png -------------------------------------------------------------------------------- /sprites/units/core/suzuran/14n-04-suzuran-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/suzuran/14n-04-suzuran-full.png -------------------------------------------------------------------------------- /sprites/units/core/suzuran/14n-04-suzuran-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/suzuran/14n-04-suzuran-ui.png -------------------------------------------------------------------------------- /sprites/units/core/suzuran/14n-04-suzuran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/suzuran/14n-04-suzuran.png -------------------------------------------------------------------------------- /sprites/units/core/weapons/anby-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/weapons/anby-weapon.png -------------------------------------------------------------------------------- /sprites/units/core/weapons/axthrasis-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/weapons/axthrasis-weapon.png -------------------------------------------------------------------------------- /sprites/units/core/weapons/nicole-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/core/weapons/nicole-weapon.png -------------------------------------------------------------------------------- /sprites/units/hover/archangel/17q-05-archangel-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/archangel/17q-05-archangel-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/archangel/17q-05-archangel-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/archangel/17q-05-archangel-full.png -------------------------------------------------------------------------------- /sprites/units/hover/archangel/17q-05-archangel-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/archangel/17q-05-archangel-ui.png -------------------------------------------------------------------------------- /sprites/units/hover/archangel/17q-05-archangel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/archangel/17q-05-archangel.png -------------------------------------------------------------------------------- /sprites/units/hover/calaust/17q-02-calaust-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/calaust/17q-02-calaust-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/calaust/17q-02-calaust-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/calaust/17q-02-calaust-full.png -------------------------------------------------------------------------------- /sprites/units/hover/calaust/17q-02-calaust-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/calaust/17q-02-calaust-ui.png -------------------------------------------------------------------------------- /sprites/units/hover/calaust/17q-02-calaust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/calaust/17q-02-calaust.png -------------------------------------------------------------------------------- /sprites/units/hover/codex/17q-01-codex-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/codex/17q-01-codex-base.png -------------------------------------------------------------------------------- /sprites/units/hover/codex/17q-01-codex-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/codex/17q-01-codex-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/codex/17q-01-codex-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/codex/17q-01-codex-full.png -------------------------------------------------------------------------------- /sprites/units/hover/codex/17q-01-codex-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/codex/17q-01-codex-leg.png -------------------------------------------------------------------------------- /sprites/units/hover/codex/17q-01-codex-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/codex/17q-01-codex-ui.png -------------------------------------------------------------------------------- /sprites/units/hover/codex/17q-01-codex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/codex/17q-01-codex.png -------------------------------------------------------------------------------- /sprites/units/hover/noya/17q-04-noya-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/noya/17q-04-noya-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/noya/17q-04-noya-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/noya/17q-04-noya-full.png -------------------------------------------------------------------------------- /sprites/units/hover/noya/17q-04-noya-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/noya/17q-04-noya-ui.png -------------------------------------------------------------------------------- /sprites/units/hover/noya/17q-04-noya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/noya/17q-04-noya.png -------------------------------------------------------------------------------- /sprites/units/hover/syntaxe/17q-03-syntaxe-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/syntaxe/17q-03-syntaxe-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/syntaxe/17q-03-syntaxe-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/syntaxe/17q-03-syntaxe-full.png -------------------------------------------------------------------------------- /sprites/units/hover/syntaxe/17q-03-syntaxe-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/syntaxe/17q-03-syntaxe-ui.png -------------------------------------------------------------------------------- /sprites/units/hover/syntaxe/17q-03-syntaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/syntaxe/17q-03-syntaxe.png -------------------------------------------------------------------------------- /sprites/units/hover/weapons/archangel-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/weapons/archangel-weapon-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/weapons/archangel-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/weapons/archangel-weapon.png -------------------------------------------------------------------------------- /sprites/units/hover/weapons/calaust-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/weapons/calaust-weapon-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/weapons/calaust-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/weapons/calaust-weapon.png -------------------------------------------------------------------------------- /sprites/units/hover/weapons/codex-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/weapons/codex-weapon-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/weapons/codex-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/weapons/codex-weapon.png -------------------------------------------------------------------------------- /sprites/units/hover/weapons/noya-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/hover/weapons/noya-weapon.png -------------------------------------------------------------------------------- /sprites/units/mech/ares/16p-01-ares-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/ares/16p-01-ares-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/ares/16p-01-ares-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/ares/16p-01-ares-full.png -------------------------------------------------------------------------------- /sprites/units/mech/ares/16p-01-ares-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/ares/16p-01-ares-leg-base.png -------------------------------------------------------------------------------- /sprites/units/mech/ares/16p-01-ares-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/ares/16p-01-ares-leg.png -------------------------------------------------------------------------------- /sprites/units/mech/ares/16p-01-ares-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/ares/16p-01-ares-ui.png -------------------------------------------------------------------------------- /sprites/units/mech/ares/16p-01-ares.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/ares/16p-01-ares.png -------------------------------------------------------------------------------- /sprites/units/mech/carragher/16p-04-carragher-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/carragher/16p-04-carragher-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/carragher/16p-04-carragher-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/carragher/16p-04-carragher-full.png -------------------------------------------------------------------------------- /sprites/units/mech/carragher/16p-04-carragher-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/carragher/16p-04-carragher-leg.png -------------------------------------------------------------------------------- /sprites/units/mech/carragher/16p-04-carragher-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/carragher/16p-04-carragher-ui.png -------------------------------------------------------------------------------- /sprites/units/mech/carragher/16p-04-carragher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/carragher/16p-04-carragher.png -------------------------------------------------------------------------------- /sprites/units/mech/rhitle/16p-02-rhitle-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/rhitle/16p-02-rhitle-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/rhitle/16p-02-rhitle-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/rhitle/16p-02-rhitle-full.png -------------------------------------------------------------------------------- /sprites/units/mech/rhitle/16p-02-rhitle-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/rhitle/16p-02-rhitle-leg-base.png -------------------------------------------------------------------------------- /sprites/units/mech/rhitle/16p-02-rhitle-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/rhitle/16p-02-rhitle-leg.png -------------------------------------------------------------------------------- /sprites/units/mech/rhitle/16p-02-rhitle-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/rhitle/16p-02-rhitle-ui.png -------------------------------------------------------------------------------- /sprites/units/mech/rhitle/16p-02-rhitle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/rhitle/16p-02-rhitle.png -------------------------------------------------------------------------------- /sprites/units/mech/rhitle/rhitle-missile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/rhitle/rhitle-missile.png -------------------------------------------------------------------------------- /sprites/units/mech/sender/16p-03-sender-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/sender/16p-03-sender-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/sender/16p-03-sender-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/sender/16p-03-sender-full.png -------------------------------------------------------------------------------- /sprites/units/mech/sender/16p-03-sender-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/sender/16p-03-sender-leg-base.png -------------------------------------------------------------------------------- /sprites/units/mech/sender/16p-03-sender-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/sender/16p-03-sender-leg.png -------------------------------------------------------------------------------- /sprites/units/mech/sender/16p-03-sender-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/sender/16p-03-sender-ui.png -------------------------------------------------------------------------------- /sprites/units/mech/sender/16p-03-sender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/sender/16p-03-sender.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/ares-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/weapons/ares-weapon-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/ares-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/weapons/ares-weapon.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/carragher-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/weapons/carragher-weapon-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/carragher-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/weapons/carragher-weapon.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/rhitle-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/weapons/rhitle-weapon-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/rhitle-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/weapons/rhitle-weapon.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/sender-debuff-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/weapons/sender-debuff-weapon.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/sender-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/weapons/sender-weapon-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/sender-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/weapons/sender-weapon.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/xenoct-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/weapons/xenoct-segment.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/xenoct-weapon-debuffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/weapons/xenoct-weapon-debuffer.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/xenoct-weapon-fuse-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/weapons/xenoct-weapon-fuse-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/xenoct-weapon-fuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/weapons/xenoct-weapon-fuse.png -------------------------------------------------------------------------------- /sprites/units/mech/xenoct/16p-05-xenoct-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/xenoct/16p-05-xenoct-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/xenoct/16p-05-xenoct-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/xenoct/16p-05-xenoct-full.png -------------------------------------------------------------------------------- /sprites/units/mech/xenoct/16p-05-xenoct-joint-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/xenoct/16p-05-xenoct-joint-base.png -------------------------------------------------------------------------------- /sprites/units/mech/xenoct/16p-05-xenoct-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/xenoct/16p-05-xenoct-leg-base.png -------------------------------------------------------------------------------- /sprites/units/mech/xenoct/16p-05-xenoct-leg-foot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/xenoct/16p-05-xenoct-leg-foot.png -------------------------------------------------------------------------------- /sprites/units/mech/xenoct/16p-05-xenoct-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/xenoct/16p-05-xenoct-leg.png -------------------------------------------------------------------------------- /sprites/units/mech/xenoct/16p-05-xenoct-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/xenoct/16p-05-xenoct-ui.png -------------------------------------------------------------------------------- /sprites/units/mech/xenoct/16p-05-xenoct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/mech/xenoct/16p-05-xenoct.png -------------------------------------------------------------------------------- /sprites/units/other/18r-01-amber-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/other/18r-01-amber-cell.png -------------------------------------------------------------------------------- /sprites/units/other/18r-01-amber-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/other/18r-01-amber-full.png -------------------------------------------------------------------------------- /sprites/units/other/18r-01-amber-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/other/18r-01-amber-ui.png -------------------------------------------------------------------------------- /sprites/units/other/18r-01-amber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/other/18r-01-amber.png -------------------------------------------------------------------------------- /sprites/units/other/18r-02-iris-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/other/18r-02-iris-cell.png -------------------------------------------------------------------------------- /sprites/units/other/18r-02-iris-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/other/18r-02-iris-full.png -------------------------------------------------------------------------------- /sprites/units/other/18r-02-iris-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/other/18r-02-iris-ui.png -------------------------------------------------------------------------------- /sprites/units/other/18r-02-iris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/other/18r-02-iris.png -------------------------------------------------------------------------------- /sprites/units/other/Tak berjudul360_20241126094115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/other/Tak berjudul360_20241126094115.png -------------------------------------------------------------------------------- /sprites/units/ship/Narhwal/Bulbhead/17q-05-bulbhead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/ship/Narhwal/Bulbhead/17q-05-bulbhead.png -------------------------------------------------------------------------------- /sprites/units/ship/Narhwal/Freesia/17q-08-freesia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/ship/Narhwal/Freesia/17q-08-freesia.png -------------------------------------------------------------------------------- /sprites/units/ship/Narhwal/Narhwal/17q-07-narhwal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/ship/Narhwal/Narhwal/17q-07-narhwal.png -------------------------------------------------------------------------------- /sprites/units/ship/Narhwal/Shark/17q-06-shark-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/ship/Narhwal/Shark/17q-06-shark-cell.png -------------------------------------------------------------------------------- /sprites/units/ship/Narhwal/Shark/17q-06-shark-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/ship/Narhwal/Shark/17q-06-shark-full.png -------------------------------------------------------------------------------- /sprites/units/ship/Narhwal/Shark/17q-06-shark-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/ship/Narhwal/Shark/17q-06-shark-ui.png -------------------------------------------------------------------------------- /sprites/units/ship/Narhwal/Shark/17q-06-shark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/ship/Narhwal/Shark/17q-06-shark.png -------------------------------------------------------------------------------- /sprites/units/ship/Narhwal/weapons/narhwal-salvo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/ship/Narhwal/weapons/narhwal-salvo.png -------------------------------------------------------------------------------- /sprites/units/ship/Narhwal/weapons/shark-mine-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/ship/Narhwal/weapons/shark-mine-cell.png -------------------------------------------------------------------------------- /sprites/units/ship/Narhwal/weapons/shark-mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/ship/Narhwal/weapons/shark-mine.png -------------------------------------------------------------------------------- /sprites/units/tank/mason/15o-01-mason-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/mason/15o-01-mason-cell.png -------------------------------------------------------------------------------- /sprites/units/tank/mason/15o-01-mason-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/mason/15o-01-mason-full.png -------------------------------------------------------------------------------- /sprites/units/tank/mason/15o-01-mason-treads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/mason/15o-01-mason-treads.png -------------------------------------------------------------------------------- /sprites/units/tank/mason/15o-01-mason-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/mason/15o-01-mason-ui.png -------------------------------------------------------------------------------- /sprites/units/tank/mason/15o-01-mason.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/mason/15o-01-mason.png -------------------------------------------------------------------------------- /sprites/units/tank/oktarav/15o-02-oktarav-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/oktarav/15o-02-oktarav-cell.png -------------------------------------------------------------------------------- /sprites/units/tank/oktarav/15o-02-oktarav-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/oktarav/15o-02-oktarav-full.png -------------------------------------------------------------------------------- /sprites/units/tank/oktarav/15o-02-oktarav-treads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/oktarav/15o-02-oktarav-treads.png -------------------------------------------------------------------------------- /sprites/units/tank/oktarav/15o-02-oktarav-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/oktarav/15o-02-oktarav-ui.png -------------------------------------------------------------------------------- /sprites/units/tank/oktarav/15o-02-oktarav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/oktarav/15o-02-oktarav.png -------------------------------------------------------------------------------- /sprites/units/tank/rancor/15o-05-rancor-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/rancor/15o-05-rancor-cell.png -------------------------------------------------------------------------------- /sprites/units/tank/rancor/15o-05-rancor-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/rancor/15o-05-rancor-full.png -------------------------------------------------------------------------------- /sprites/units/tank/rancor/15o-05-rancor-treads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/rancor/15o-05-rancor-treads.png -------------------------------------------------------------------------------- /sprites/units/tank/rancor/15o-05-rancor-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/rancor/15o-05-rancor-ui.png -------------------------------------------------------------------------------- /sprites/units/tank/rancor/15o-05-rancor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/rancor/15o-05-rancor.png -------------------------------------------------------------------------------- /sprites/units/tank/siphon/15o-04-siphon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/siphon/15o-04-siphon-cell.png -------------------------------------------------------------------------------- /sprites/units/tank/siphon/15o-04-siphon-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/siphon/15o-04-siphon-full.png -------------------------------------------------------------------------------- /sprites/units/tank/siphon/15o-04-siphon-treads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/siphon/15o-04-siphon-treads.png -------------------------------------------------------------------------------- /sprites/units/tank/siphon/15o-04-siphon-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/siphon/15o-04-siphon-ui.png -------------------------------------------------------------------------------- /sprites/units/tank/siphon/15o-04-siphon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/siphon/15o-04-siphon.png -------------------------------------------------------------------------------- /sprites/units/tank/vicient/15o-03-vicient-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/vicient/15o-03-vicient-cell.png -------------------------------------------------------------------------------- /sprites/units/tank/vicient/15o-03-vicient-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/vicient/15o-03-vicient-full.png -------------------------------------------------------------------------------- /sprites/units/tank/vicient/15o-03-vicient-treads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/vicient/15o-03-vicient-treads.png -------------------------------------------------------------------------------- /sprites/units/tank/vicient/15o-03-vicient-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/vicient/15o-03-vicient-ui.png -------------------------------------------------------------------------------- /sprites/units/tank/vicient/15o-03-vicient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/vicient/15o-03-vicient.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/mason-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/weapons/mason-weapon-cell.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/mason-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/weapons/mason-weapon.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/oktarav-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/weapons/oktarav-weapon-cell.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/oktarav-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/weapons/oktarav-weapon.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/rancor-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/weapons/rancor-weapon-cell.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/rancor-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/weapons/rancor-weapon.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/siphon-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/weapons/siphon-weapon-cell.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/siphon-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/weapons/siphon-weapon.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/vicient-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/weapons/vicient-weapon-cell.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/vicient-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TnmSpiroct/Exoprosopa/a2d686d4a1903c43868f28b05df6a9d6df51cad2/sprites/units/tank/weapons/vicient-weapon.png --------------------------------------------------------------------------------