├── .github ├── ISSUE_TEMPLATE │ └── bug_report.md ├── PULL_REQUEST_TEMPLATE │ └── pull_request_template.md ├── banner.png └── workflows │ └── stale.yml ├── CONTRIBUTING.md ├── README.md ├── bundles ├── blank-bundle ├── bundle.properties ├── bundle_de.properties ├── bundle_in_ID.properties ├── bundle_ru.properties ├── bundle_uk_UA.properties ├── bundle_zh_CN.properties ├── bundle_zh_TW.properties └── locale-bundle ├── content ├── blocks │ ├── distribution │ │ ├── 05e-01-ferrinite-duct.hjson │ │ ├── 05e-02-transverse-duct.hjson │ │ ├── 05e-03-crosium-conveyor.hjson │ │ ├── 05e-04-ferrinite-duct-router.hjson │ │ ├── 05e-04-g-ferrinite-duct-distributor.hjson │ │ ├── 05e-05-ferrinite-duct-junction.hjson │ │ ├── 05e-06-ferrinite-duct-bridge.hjson │ │ ├── 05e-07-duct-sorter.hjson │ │ ├── 05e-08-duct-sorter-inverted.hjson │ │ ├── 05e-09-overflow-controller.hjson │ │ ├── 05e-09-p-underflow-controller.hjson │ │ ├── 05e-10-heavy-unloader.hjson │ │ ├── 05e-10-i-kinetic-propulsor.hjson │ │ ├── 05e-11-unit-cargo-base-station.hjson │ │ ├── 05e-12-unit-cargo-drop-point.hjson │ │ └── 05e-13-heat-distributor.hjson │ ├── drills │ │ ├── 04d-01-ferrinite-mining-unit.hjson │ │ ├── 04d-02-demetite-mining-unit.hjson │ │ ├── 04d-03-ferrinite-crusher.hjson │ │ ├── 04d-04-demetite-crusher.hjson │ │ ├── 04d-05-friction-quarry.hjson │ │ ├── 04d-06-friction-quarry-large.hjson │ │ ├── 04d-07-abrasion-quarry.hjson │ │ ├── 04d-08-discharge-quarry.hjson │ │ ├── 04d-09-geothermal-accumulator.hjson │ │ ├── 04d-10-decompression-extractor.hjson │ │ ├── 04d-11-geode-cracker.hjson │ │ └── 04d-12-slag-cooling-mold.hjson │ ├── effect │ │ ├── 11k-08-explosive-mine.hjson │ │ ├── 11k-09-barrier-projector.hjson │ │ ├── 11k-10-restoration-projector.hjson │ │ ├── 11k-11-restoration-dome.hjson │ │ └── 11k-12-voidlock-generator.hjson │ ├── environment │ │ ├── aged-demetite-wall.hjson │ │ ├── aged-ferrinite-wall.hjson │ │ ├── arcana-spikes.hjson │ │ ├── arcane-moss-wall.hjson │ │ ├── arcane-moss.hjson │ │ ├── arcane-tendrils.hjson │ │ ├── barite-boulder.hjson │ │ ├── barite-floor.hjson │ │ ├── barite-geyser.hjson │ │ ├── barite-hive.hjson │ │ ├── barite-vent.hjson │ │ ├── black-brick-tiles.hjson │ │ ├── blue-fungus-floor.hjson │ │ ├── blue-fungus-wall.hjson │ │ ├── brown-sand-floor.hjson │ │ ├── brown-sand-vent.hjson │ │ ├── brown-sand-wall.hjson │ │ ├── coarse-dirt-boulder.hjson │ │ ├── coarse-dirt-wall.hjson │ │ ├── coarse-dirt.hjson │ │ ├── cold-obsidian-floor.hjson │ │ ├── cold-obsidian-vent.hjson │ │ ├── cold-obsidian-wall.hjson │ │ ├── dead-bush.hjson │ │ ├── dead-moss-wall.hjson │ │ ├── dead-moss.hjson │ │ ├── dead-tree.hjson │ │ ├── deep-oasis-water.hjson │ │ ├── demetic-wall.hjson │ │ ├── demetite-boulder.hjson │ │ ├── demetite-stone.hjson │ │ ├── demetite-vent.hjson │ │ ├── demetite-wall.hjson │ │ ├── dry-blue-fungus-floor.hjson │ │ ├── dry-blue-fungus-wall.hjson │ │ ├── env-barite-wall.hjson │ │ ├── env-obsidian-wall.hjson │ │ ├── ferrinite-boulder.hjson │ │ ├── ferrinite-stone.hjson │ │ ├── ferrinite-vent.hjson │ │ ├── ferrinite-wall.hjson │ │ ├── ferritic-wall.hjson │ │ ├── glass-floor.hjson │ │ ├── hardened-obsidian-spikes.hjson │ │ ├── hardened-sand-floor.hjson │ │ ├── hardened-sand-foundling.hjson │ │ ├── hardened-sand-vent.hjson │ │ ├── hardened-sand-wall.hjson │ │ ├── hardened-sand-water.hjson │ │ ├── hive-boulder.hjson │ │ ├── hive-tile.hjson │ │ ├── hive-wall.hjson │ │ ├── huge-barite-hive.hjson │ │ ├── kelp.hjson │ │ ├── large-barite-hive.hjson │ │ ├── large-hardened-obsidian-spikes.hjson │ │ ├── large-obsidian-spikes.hjson │ │ ├── liquid-barite-floor.hjson │ │ ├── mushroom-cap.hjson │ │ ├── mushroom-stem.hjson │ │ ├── oasis-geyser.hjson │ │ ├── obsidian-floor.hjson │ │ ├── obsidian-spikes.hjson │ │ ├── obsidian-vent.hjson │ │ ├── ore-lignite.hjson │ │ ├── ore-obsidian.hjson │ │ ├── quicksand.hjson │ │ ├── radian-barite-floor.hjson │ │ ├── radian-barite-wall.hjson │ │ ├── radian-vent.hjson │ │ ├── red-sand-floor.hjson │ │ ├── red-sand-lump.hjson │ │ ├── red-sand-vent.hjson │ │ ├── red-sand-wall.hjson │ │ ├── reed.hjson │ │ ├── shallow-oasis-water.hjson │ │ ├── slag-geyser.hjson │ │ ├── terracotta-floor.hjson │ │ ├── terracotta-vent.hjson │ │ └── terracotta-wall.hjson │ ├── liquids │ │ ├── 06f-01-aqueduct.hjson │ │ ├── 06f-01-b-viaduct.hjson │ │ ├── 06f-02-aqueduct-junction.hjson │ │ ├── 06f-03-aqueduct-router.hjson │ │ ├── 06f-04-aqueduct-bridge.hjson │ │ ├── 06f-05-lodestone-pump.hjson │ │ ├── 06f-06-exothermic-pump.hjson │ │ ├── 06f-07-oasis-water-sieve.hjson │ │ ├── 06f-07-p-oasis-water-griddle.hjson │ │ ├── 06f-08-liquid-vat.hjson │ │ └── 06f-09-liquid-silo.hjson │ ├── logic │ │ ├── 12l-01-logic-chip.hjson │ │ ├── 12l-02-logic-control.hjson │ │ ├── 12l-03-hardened-message.hjson │ │ ├── 12l-04-logic-screen.hjson │ │ └── 12l-05-memory-chip.hjson │ ├── power │ │ ├── 07g-01-ferrinite-wire.hjson │ │ ├── 07g-02-reinforced-wire.hjson │ │ ├── 07g-03-rectifier.hjson │ │ ├── 07g-04-network-terminal.hjson │ │ ├── 07g-05-connector-node.hjson │ │ ├── 07g-06-power-cell.hjson │ │ ├── 07g-06-q-voltage-capacitator.hjson │ │ ├── 07g-07-ignition-generator.hjson │ │ ├── 07g-08-pressure-turbine.hjson │ │ ├── 07g-09-cretite-turbine.hjson │ │ ├── 07g-10-discharge-generator.hjson │ │ ├── 07g-11-radiation-power-plant.hjson │ │ ├── 07g-11-s-diffusion-reactor.hjson │ │ ├── 07g-12-draysten-destabilizer.hjson │ │ ├── imaginary-bridge.hjson │ │ └── imaginary-junction.hjson │ ├── production │ │ ├── 09i-01-lodestone-mixer.hjson │ │ ├── 09i-02-lodestone-basin.hjson │ │ ├── 09i-03-lithium-grinder.hjson │ │ ├── 09i-04-lithium-compactor.hjson │ │ ├── 09i-05-cretite-mixer.hjson │ │ ├── 09i-06-barite-quern.hjson │ │ ├── 09i-07-barite-cooler.hjson │ │ ├── 09i-08-crosium-infuser.hjson │ │ ├── 09i-09-barite-loom.hjson │ │ ├── 09i-10-draysten-crucible.hjson │ │ ├── 09i-11-nontragen-synthesizer.hjson │ │ ├── 09i-12-pressure-rig.hjson │ │ ├── 09i-13-expansion-tank.hjson │ │ ├── 09i-14-large-expansion-tank.hjson │ │ ├── 09i-15-lignite-burner.hjson │ │ ├── 09i-16-cretite-etna.hjson │ │ ├── 09i-17-solar-heater-panel.hjson │ │ ├── 09i-18-red-sand-filter.hjson │ │ ├── 09i-19-sand-compactor.hjson │ │ ├── 09i-20-pyre.hjson │ │ ├── ferrofluid-mixer │ │ └── solar-heater │ ├── storage │ │ ├── 11k-01-core-essence.hjson │ │ ├── 11k-02-core-substratum.hjson │ │ ├── 11k-03-core-omphalos.hjson │ │ ├── 11k-04-core-petra.hjson │ │ ├── 11k-05-core-silex.hjson │ │ ├── 11k-06-core-summit.hjson │ │ └── 11k-07-storage-capsule.hjson │ ├── turrets │ │ ├── item │ │ │ ├── 03c-01-catapult.hjson │ │ │ ├── 03c-02-spray.hjson │ │ │ ├── 03c-03-singe.hjson │ │ │ ├── 03c-04-skip.hjson │ │ │ ├── 03c-07-subtile.hjson │ │ │ ├── 03c-10-accendret.hjson │ │ │ ├── 03c-11-fulmination.hjson │ │ │ ├── 03c-13-instauro.hjson │ │ │ ├── 03c-14-myriad.hjson │ │ │ ├── 03c-15-typhoon.hjson │ │ │ ├── 03c-16-concite.hjson │ │ │ ├── 03c-18-verite.hjson │ │ │ ├── 03c-19-missile-battery.hjson │ │ │ ├── 03c-20-draysten-mortar.hjson │ │ │ └── cruise-missile-launcher │ │ ├── liquid │ │ │ ├── 03c-05-billow.hjson │ │ │ ├── 03c-06-depulse.hjson │ │ │ └── 03c-12-syntaxe.hjson │ │ ├── monoliths │ │ │ ├── ample-monolith.hjson │ │ │ ├── arcane-monolith.hjson │ │ │ └── primal-monolith.hjson │ │ └── power │ │ │ ├── 03c-08-shaft.hjson │ │ │ ├── 03c-09-cavalier.hjson │ │ │ └── 03c-17-tralux.hjson │ ├── units │ │ ├── 10j-00-ground-mounting-bay.hjson │ │ ├── 10j-01-tank-mounting-bay.hjson │ │ ├── 10j-02-support-mounting-bay.hjson │ │ ├── 10j-03-hover-mounting-bay.hjson │ │ ├── 10j-04-basic-assembler-constituent.hjson │ │ ├── 10j-05-advanced-assembler-constituent.hjson │ │ ├── 10j-06-progressive-assembler-constituent.hjson │ │ ├── 10j-07-cumulative-assembler-constituent.hjson │ │ ├── 10j-08-component-disassembler.hjson │ │ ├── 10j-09-component-assembler.hjson │ │ ├── 10j-10-rudimentary-component-assembler.hjson │ │ ├── 10j-11-median-component-assembler.hjson │ │ ├── 10j-12-progressive-component-assembler.hjson │ │ ├── 10j-13-cumulative-component-assembler.hjson │ │ ├── 10j-14-freight-conveyor.hjson │ │ ├── 10j-15-freight-router.hjson │ │ ├── 10j-16-unit-resynthesizer.hjson │ │ ├── 10j-17-freight-launcher.hjson │ │ ├── autoforge.hjson │ │ ├── large-autoforge.hjson │ │ └── mechanical-joint.hjson │ └── walls │ │ ├── 08h-01-ferrinite-wall-small.hjson │ │ ├── 08h-02-ferrinite-wall-large.hjson │ │ ├── 08h-03-lodestone-wall-small.hjson │ │ ├── 08h-04-lodestone-wall-large.hjson │ │ ├── 08h-05-lithium-wall-small.hjson │ │ ├── 08h-06-lithium-wall-large.hjson │ │ ├── 08h-07-obsidian-wall-small.hjson │ │ ├── 08h-08-obsidian-wall-large.hjson │ │ ├── 08h-09-barite-wall-small.hjson │ │ ├── 08h-10-barite-wall-large.hjson │ │ ├── 08h-11-crosium-wall-small.hjson │ │ ├── 08h-12-crosium-wall-large.hjson │ │ ├── 08h-13-webbing-wall-small.hjson │ │ ├── 08h-14-webbing-wall-large.hjson │ │ ├── 08h-15-draysten-wall-small.hjson │ │ └── 08h-16-draysten-wall-large.hjson ├── items │ ├── 01a-01-item-ferrinite.hjson │ ├── 01a-02-item-demetite.hjson │ ├── 01a-03-item-lignite.hjson │ ├── 01a-04-item-hardened-sand.hjson │ ├── 01a-05-item-red-sand.hjson │ ├── 01a-06-item-lodestone.hjson │ ├── 01a-07-item-lithium.hjson │ ├── 01a-08-item-cretite.hjson │ ├── 01a-08-j-item-crystalline-geode.hjson │ ├── 01a-09-item-obsidian.hjson │ ├── 01a-10-item-irradiated-lump.hjson │ ├── 01a-11-item-barite.hjson │ ├── 01a-12-item-crosium.hjson │ ├── 01a-13-item-barite-webbing.hjson │ ├── 01a-14-item-draysten.hjson │ └── sand.hjson ├── liquids │ ├── 02b-01-pressure.hjson │ ├── 02b-01-q-liquid-silicon-tetrafluoride.hjson │ ├── 02b-02-liquid-oasis-water.hjson │ ├── 02b-03-liquid-purified-oasis-water.hjson │ ├── 02b-04-liquid-liquid-barite.hjson │ ├── 02b-05-liquid-nontragen.hjson │ ├── 02b-07-arcanoma.hjson │ ├── liquid-ferrofluid │ └── slag.hjson ├── planets │ ├── asthosus.hjson │ └── trecara.hjson ├── sectors │ ├── 19s-01-genesis.hjson │ ├── 19s-02-ignition.hjson │ ├── 19s-03-lattice.hjson │ ├── 19s-04-fulge.hjson │ ├── 19s-05-immist.hjson │ ├── 19s-06-igneous-peaks.hjson │ ├── 19s-07-detriment-valley.hjson │ ├── 19s-08-defringed-webbery.hjson │ ├── 19s-09-synthesis-facility.hjson │ ├── 19s-10-furnace-settlement.hjson │ ├── 19s-11-omega.hjson │ ├── 20t-01-maar.hjson │ ├── 20t-02-chasm.hjson │ ├── 20t-02-d-inferate.hjson │ ├── 20t-02-e-clamor.hjson │ ├── 20t-02-f-embage.hjson │ ├── 20t-02-g-factory-unit-0047.hjson │ ├── 20t-03-a-g-evene.hjson │ ├── 20t-03-a-magmatic-riverbed.hjson │ ├── 20t-03-barite-valley.hjson │ ├── 20t-03-c-lucila.hjson │ ├── 20t-04-bioweapon-facility.hjson │ ├── 20t-04-c-oasis-delta.hjson │ ├── 20t-04-d-preciptum.hjson │ ├── 20t-05-abandoned-research-center.hjson │ ├── 20t-05-b-thanatos.hjson │ ├── 20t-05-c-caldoria.hjson │ ├── 20t-06-molten-heights.hjson │ ├── 20t-06-n-mune.hjson │ ├── 20t-06-o-inferno-bastion.hjson │ ├── 20t-07-finistera.hjson │ └── 20t-08-acropolis.hjson ├── status │ ├── 13m-01-status-rejuvenated.hjson │ ├── 13m-02-status-radiated.hjson │ ├── 13m-03-status-infested.hjson │ ├── 13m-04-status-energy-phasing.hjson │ ├── 13m-05-status-control-corruption.hjson │ ├── 13m-06-small-speed-boost.hjson │ ├── 13m-07-medium-speed-boost.hjson │ ├── 13m-08-large-speed-boost.hjson │ ├── lore-tablets │ │ ├── 26z-01-item-tablet-ferrinite.hjson │ │ ├── 26z-02-item-tablet-demetite.hjson │ │ ├── 26z-03-item-tablet-lignite.hjson │ │ ├── 26z-04-item-tablet-hardened-sand.hjson │ │ ├── 26z-05-item-tablet-red-sand.hjson │ │ ├── 26z-06-item-tablet-lodestone.hjson │ │ ├── 26z-07-item-tablet-lithium.hjson │ │ ├── 26z-08-item-tablet-cretite.hjson │ │ ├── 26z-09-item-tablet-crystalline-geode.hjson │ │ ├── 26z-10-item-tablet-obsidian.hjson │ │ ├── 26z-11-item-tablet-irradiated-lump.hjson │ │ ├── 26z-12-item-tablet-barite.hjson │ │ ├── 26z-13-item-tablet-crosium.hjson │ │ ├── 26z-14-item-tablet-vesmonium.hjson │ │ ├── 26z-15-item-tablet-draysten.hjson │ │ ├── 26z-16-liquid-tablet-pressure.hjson │ │ ├── 26z-17-liquid-tablet-sif4.hjson │ │ ├── 26z-18-liquid-tablet-oasis-water.hjson │ │ ├── 26z-19-liquid-tablet-purified-water.hjson │ │ ├── 26z-20-liquid-tablet-liquid-barite.hjson │ │ └── 26z-21-liquid-tablet-nontragen.hjson │ └── memorial-recordings │ │ ├── 25y-01-memorial-recording-1.hjson │ │ ├── 25y-02-memorial-recording-2.hjson │ │ ├── 25y-03-memorial-recording-3.hjson │ │ ├── 25y-04-memorial-recording-4.hjson │ │ ├── 25y-05-memorial-recording-5.hjson │ │ ├── 25y-06-memorial-recording-6.hjson │ │ ├── 25y-07-memorial-recording-7.hjson │ │ ├── 25y-08-memorial-recording-8.hjson │ │ ├── 25y-09-memorial-recording-9.hjson │ │ ├── 25y-10-memorial-recording-10.hjson │ │ └── 25y-11-memorial-recording-11.hjson ├── units │ ├── arcana │ │ ├── arcana-blob.hjson │ │ ├── arcana-moth.hjson │ │ └── arcana-raynoid.hjson │ ├── core │ │ ├── 17q-01-zeta.hjson │ │ ├── 17q-02-theta.hjson │ │ ├── 17q-03-iota.hjson │ │ ├── 17q-04-erpode.hjson │ │ ├── 17q-05-hirude.hjson │ │ └── 17q-06-clitelle.hjson │ ├── hover │ │ ├── 16a-01-parave.hjson │ │ ├── 16a-02-teraze.hjson │ │ ├── 16a-03-decredence.hjson │ │ ├── 16a-04-tequant.hjson │ │ └── 16a-05-everse.hjson │ ├── mech │ │ ├── 14n-01-shiv.hjson │ │ ├── 14n-02-bayonet.hjson │ │ ├── 14n-03-cleaver.hjson │ │ ├── 14n-04-apex.hjson │ │ └── 14n-05-crest.hjson │ ├── other │ │ ├── 18r-01-alveus.hjson │ │ ├── 18r-02-teeny-tiny-missile-2.hjson │ │ ├── 18r-02-teeny-tiny-missile-3.hjson │ │ ├── 18r-02-teeny-tiny-missile.hjson │ │ ├── 18r-03-smol-missile.hjson │ │ ├── 18r-04-encased-shell.hjson │ │ ├── 18r-05-missile-battery-missile1.hjson │ │ ├── 18r-06-missile-battery-missile2.hjson │ │ ├── 18r-09-heal-node.hjson │ │ ├── 18r-10-heal-node-2.hjson │ │ ├── 18r-11-lightning-emitter.hjson │ │ ├── 18r-12-mounting-drone.hjson │ │ ├── barite-crawler.hjson │ │ ├── barite-scourge.hjson │ │ ├── barite-stalker.hjson │ │ └── rupturing-shockwave.hjson │ ├── spooder │ │ ├── 16p-01-luminary.hjson │ │ ├── 16p-02-enlighten.hjson │ │ ├── 16p-03-illuminate.hjson │ │ ├── 16p-04-elucidate.hjson │ │ └── 16p-05-expound.hjson │ └── tank │ │ ├── 15o-01-shennong.hjson │ │ ├── 15o-02-trigon.hjson │ │ ├── 15o-03-aprotodon.hjson │ │ ├── 15o-04-aphelops.hjson │ │ └── 15o-05-annectodon.hjson └── weathers │ └── radiation-storm.hjson ├── github ├── banner.jpg └── logo.png ├── icon.png ├── maps ├── 19s-01-genesis.msav ├── 19s-02-ignition.msav ├── 19s-03-lattice.msav ├── 19s-04-fulge.msav ├── 19s-05-immist.msav ├── 19s-06-igneous-peaks.msav ├── 19s-07-detriment-valley.msav ├── 19s-08-defringed-webbery.msav ├── 19s-09-synthesis-facility.msav ├── 19s-10-furnace-settlement.msav ├── 19s-11-omega.msav ├── 20t-01-maar.msav ├── 20t-02-chasm.msav ├── 20t-02-d-inferate.msav ├── 20t-02-e-clamor.msav ├── 20t-02-f-embage.msav ├── 20t-02-g-factory-unit-0047.msav ├── 20t-03-a-g-evene.msav ├── 20t-03-a-magmatic-riverbed.msav ├── 20t-03-barite-valley.msav ├── 20t-03-c-lucila.msav ├── 20t-04-bioweapon-facility.msav ├── 20t-04-c-oasis-delta.msav ├── 20t-04-d-preciptum.msav ├── 20t-05-abandoned-research-center.msav ├── 20t-05-b-thanatos.msav ├── 20t-05-c-caldoria.msav ├── 20t-06-molten-heights.msav ├── 20t-06-n-mune.msav ├── 20t-06-o-inferno-bastion.msav ├── 20t-07-finistera.msav ├── 20t-08-acropolis.msav ├── 21u-01-mega-barite-valley.msav ├── 21u-02-ultra-barite-valley.msav ├── 21u-03-felesa.msav └── 21u-04-dead-forest.msav ├── mod.hjson ├── music ├── boss1.ogg ├── boss2.ogg ├── fine.ogg ├── game1.ogg ├── game2.ogg ├── game3.ogg ├── game4.ogg ├── game5.ogg ├── game6.ogg ├── game7.ogg ├── game8.ogg ├── game9.ogg ├── land.ogg ├── launch.ogg └── menu.ogg ├── schematics ├── core-essence.msch ├── core-omphalos.msch ├── core-petra.msch ├── core-silex.msch ├── core-substratum.msch └── core-summit.msch ├── scripts └── main.js ├── sounds ├── annectodon-charge.mp3 ├── annectodon-shoot.mp3 ├── arcane-moss-hit.ogg ├── arcane-moss-shoot.ogg ├── crest-laser.ogg ├── dull-impact.mp3 ├── energy-blade-hit.mp3 ├── energy-blade-launch.mp3 ├── green-laser-charge-early-short.mp3 ├── green-laser-charge-long.mp3 ├── monolith-impact.mp3 ├── pressure-release.ogg ├── reactor-explosion.mp3 ├── rock-crush.mp3 ├── shoot-big-artillery.mp3 ├── shoot-dull.mp3 ├── shoot-heavy-cannon.mp3 ├── shoot-laser.mp3 ├── shoot-loud-heavy.mp3 ├── shoot-mashinegun.mp3 ├── shoot-mortar.mp3 ├── shoot-small-flame.mp3 ├── short-laser-charge.mp3 └── whoosh.mp3 ├── sprites-override ├── effects │ └── error.png ├── teams │ ├── team-crux.png │ └── team-sharded.png └── ui │ └── logo.png └── sprites ├── blocks ├── distribution │ ├── 05e-07-duct-sorter-cross-full.png │ ├── 05e-07-duct-sorter-cross.png │ ├── 05e-07-duct-sorter.png │ ├── 05e-08-duct-sorter-inverted-cross-full.png │ ├── 05e-08-duct-sorter-inverted-cross.png │ ├── 05e-08-duct-sorter-inverted.png │ ├── 05e-09-overflow-controller.png │ ├── 05e-09-p-underflow-controller.png │ ├── 05e-10-heavy-unloader-arrow.png │ ├── 05e-10-heavy-unloader-center.png │ ├── 05e-10-heavy-unloader-top.png │ ├── 05e-10-heavy-unloader.png │ ├── 05e-10-i-kinetic-propulsor-base.png │ ├── 05e-10-i-kinetic-propulsor.png │ ├── 05e-11-unit-cargo-base-station.png │ ├── 05e-12-unit-cargo-drop-point-top.png │ ├── 05e-12-unit-cargo-drop-point.png │ ├── 05e-13-heat-distributor-glow.png │ ├── 05e-13-heat-distributor-heat.png │ ├── 05e-13-heat-distributor-top1.png │ ├── 05e-13-heat-distributor-top2.png │ ├── 05e-13-heat-distributor.png │ ├── crosium-conveyor │ │ ├── 05e-03-crosium-conveyor-0.png │ │ ├── 05e-03-crosium-conveyor-1.png │ │ ├── 05e-03-crosium-conveyor-2.png │ │ ├── 05e-03-crosium-conveyor-edge.png │ │ ├── 05e-03-crosium-conveyor-stack.png │ │ └── 05e-03-crosium-conveyor.png │ ├── ferrinite-duct │ │ ├── 05e-01-ferrinite-duct-bottom-0.png │ │ ├── 05e-01-ferrinite-duct-bottom-1.png │ │ ├── 05e-01-ferrinite-duct-bottom-2.png │ │ ├── 05e-01-ferrinite-duct-bottom-3.png │ │ ├── 05e-01-ferrinite-duct-bottom-4.png │ │ ├── 05e-01-ferrinite-duct-bottom.png │ │ ├── 05e-01-ferrinite-duct-top-0.png │ │ ├── 05e-01-ferrinite-duct-top-1.png │ │ ├── 05e-01-ferrinite-duct-top-2.png │ │ ├── 05e-01-ferrinite-duct-top-3.png │ │ ├── 05e-01-ferrinite-duct-top-4.png │ │ ├── 05e-04-ferrinite-duct-router.png │ │ ├── 05e-04-g-ferrinite-duct-distributor.png │ │ ├── 05e-05-ferrinite-duct-junction.png │ │ ├── 05e-06-ferrinite-duct-bridge-arrow.png │ │ ├── 05e-06-ferrinite-duct-bridge-bridge-bottom.png │ │ ├── 05e-06-ferrinite-duct-bridge-bridge.png │ │ ├── 05e-06-ferrinite-duct-bridge-dir.png │ │ └── 05e-06-ferrinite-duct-bridge.png │ └── transverse-duct │ │ ├── 05e-02-transverse-duct-bottom-0.png │ │ ├── 05e-02-transverse-duct-bottom-1.png │ │ ├── 05e-02-transverse-duct-bottom-2.png │ │ ├── 05e-02-transverse-duct-bottom-3.png │ │ ├── 05e-02-transverse-duct-bottom-4.png │ │ ├── 05e-02-transverse-duct-bottom.png │ │ ├── 05e-02-transverse-duct-top-0.png │ │ ├── 05e-02-transverse-duct-top-1.png │ │ ├── 05e-02-transverse-duct-top-2.png │ │ ├── 05e-02-transverse-duct-top-3.png │ │ └── 05e-02-transverse-duct-top-4.png ├── drills │ ├── 04d-01-ferrinite-mining-unit-rotator-bottom.png │ ├── 04d-01-ferrinite-mining-unit-rotator.png │ ├── 04d-01-ferrinite-mining-unit-top.png │ ├── 04d-01-ferrinite-mining-unit.png │ ├── 04d-02-demetite-mining-unit-rotator-bottom.png │ ├── 04d-02-demetite-mining-unit-rotator.png │ ├── 04d-02-demetite-mining-unit-top.png │ ├── 04d-02-demetite-mining-unit.png │ ├── 04d-03-ferrinite-crusher-rotator-bottom.png │ ├── 04d-03-ferrinite-crusher-rotator.png │ ├── 04d-03-ferrinite-crusher-top.png │ ├── 04d-03-ferrinite-crusher.png │ ├── 04d-04-demetite-crusher-rotator-bottom.png │ ├── 04d-04-demetite-crusher-rotator.png │ ├── 04d-04-demetite-crusher-top.png │ ├── 04d-04-demetite-crusher.png │ ├── 04d-05-friction-quarry-arrow-blur.png │ ├── 04d-05-friction-quarry-arrow.png │ ├── 04d-05-friction-quarry-item.png │ ├── 04d-05-friction-quarry-top-invert.png │ ├── 04d-05-friction-quarry-top.png │ ├── 04d-05-friction-quarry.png │ ├── 04d-06-friction-quarry-large-arrow-blur.png │ ├── 04d-06-friction-quarry-large-arrow.png │ ├── 04d-06-friction-quarry-large-item.png │ ├── 04d-06-friction-quarry-large-top-invert.png │ ├── 04d-06-friction-quarry-large-top.png │ ├── 04d-06-friction-quarry-large.png │ ├── 04d-07-abrasion-quarry-arrow-blur.png │ ├── 04d-07-abrasion-quarry-arrow.png │ ├── 04d-07-abrasion-quarry-item.png │ ├── 04d-07-abrasion-quarry-top-invert.png │ ├── 04d-07-abrasion-quarry-top.png │ ├── 04d-07-abrasion-quarry.png │ ├── 04d-08-discharge-quarry-arrow-blur.png │ ├── 04d-08-discharge-quarry-arrow.png │ ├── 04d-08-discharge-quarry-item.png │ ├── 04d-08-discharge-quarry-top-invert.png │ ├── 04d-08-discharge-quarry-top.png │ ├── 04d-08-discharge-quarry.png │ ├── 04d-09-geothermal-accumulator-bottom.png │ ├── 04d-09-geothermal-accumulator.png │ ├── 04d-10-decompression-extractor-bottom.png │ ├── 04d-10-decompression-extractor-rotator.png │ ├── 04d-10-decompression-extractor.png │ ├── 04d-11-geode-cracker.png │ ├── 04d-12-slag-cooling-mold-bottom.png │ └── 04d-12-slag-cooling-mold.png ├── effect │ ├── 11k-08-explosive-mine-team-top.png │ ├── 11k-08-explosive-mine.png │ ├── 11k-09-barrier-projector-top.png │ ├── 11k-09-barrier-projector.png │ ├── 11k-10-restoration-projector-top.png │ ├── 11k-10-restoration-projector.png │ ├── 11k-11-restoration-dome.png │ ├── 11k-12-voidlock-generator-team.png │ └── 11k-12-voidlock-generator.png ├── environment │ ├── aged-demetite-wall-large.png │ ├── aged-demetite-wall1.png │ ├── aged-demetite-wall2.png │ ├── aged-ferrinite-wall-large.png │ ├── aged-ferrinite-wall1.png │ ├── aged-ferrinite-wall2.png │ ├── arcana-spikes-shadow1.png │ ├── arcana-spikes-shadow2.png │ ├── arcana-spikes1.png │ ├── arcana-spikes2.png │ ├── arcane-moss-wall-large.png │ ├── arcane-moss-wall1.png │ ├── arcane-moss-wall2.png │ ├── arcane-moss1.png │ ├── arcane-moss2.png │ ├── arcane-moss3.png │ ├── arcane-moss4.png │ ├── arcane-tendrils1.png │ ├── arcane-tendrils2.png │ ├── arcane-tendrils3.png │ ├── arcane-tendrils4.png │ ├── arcane-tendrils5.png │ ├── arcane-tendrils6.png │ ├── arcane-tendrils7.png │ ├── arcane-tendrils8.png │ ├── arcane-tendrils9.png │ ├── barite-boulder1.png │ ├── barite-boulder2.png │ ├── barite-floor1.png │ ├── barite-floor2.png │ ├── barite-floor3.png │ ├── barite-geyser1.png │ ├── barite-geyser2.png │ ├── barite-hive-out.png │ ├── barite-hive-shadow.png │ ├── barite-hive-top.png │ ├── barite-hive.png │ ├── barite-vent1.png │ ├── barite-vent2.png │ ├── black-brick-tiles1.png │ ├── black-brick-tiles2.png │ ├── black-brick-tiles3.png │ ├── blue-fungus-floor1.png │ ├── blue-fungus-floor2.png │ ├── blue-fungus-floor3.png │ ├── blue-fungus-floor4.png │ ├── blue-fungus-wall-large.png │ ├── blue-fungus-wall1.png │ ├── blue-fungus-wall2.png │ ├── brown-sand-floor1.png │ ├── brown-sand-floor2.png │ ├── brown-sand-floor3.png │ ├── brown-sand-vent1.png │ ├── brown-sand-vent2.png │ ├── brown-sand-wall-large.png │ ├── brown-sand-wall1.png │ ├── brown-sand-wall2.png │ ├── brown-sand-wall3.png │ ├── coarse-dirt-boulder1.png │ ├── coarse-dirt-boulder2.png │ ├── coarse-dirt-wall-large.png │ ├── coarse-dirt-wall1.png │ ├── coarse-dirt-wall2.png │ ├── coarse-dirt-wall3.png │ ├── coarse-dirt1.png │ ├── coarse-dirt10.png │ ├── coarse-dirt11.png │ ├── coarse-dirt2.png │ ├── coarse-dirt3.png │ ├── coarse-dirt4.png │ ├── coarse-dirt5.png │ ├── coarse-dirt6.png │ ├── coarse-dirt7.png │ ├── coarse-dirt8.png │ ├── coarse-dirt9.png │ ├── cold-obsidian-floor1.png │ ├── cold-obsidian-floor2.png │ ├── cold-obsidian-floor3.png │ ├── cold-obsidian-vent1.png │ ├── cold-obsidian-vent2.png │ ├── cold-obsidian-wall-large.png │ ├── cold-obsidian-wall1.png │ ├── cold-obsidian-wall2.png │ ├── dead-bush-shadow-1.png │ ├── dead-bush-shadow-2.png │ ├── dead-bush-shadow.png │ ├── dead-bush-shadow1.png │ ├── dead-bush-shadow2.png │ ├── dead-bush1.png │ ├── dead-bush2.png │ ├── dead-moss-wall-large.png │ ├── dead-moss-wall1.png │ ├── dead-moss-wall2.png │ ├── dead-moss1.png │ ├── dead-moss2.png │ ├── dead-moss3.png │ ├── dead-moss4.png │ ├── dead-tree-shadow.png │ ├── dead-tree.png │ ├── deep-oasis-water-3.png │ ├── deep-oasis-water1.png │ ├── deep-oasis-water2.png │ ├── deep-oasis-water3.png │ ├── demetic-wall-large.png │ ├── demetic-wall1.png │ ├── demetic-wall2.png │ ├── demetic-wall3.png │ ├── demetite-boulder1.png │ ├── demetite-boulder2.png │ ├── demetite-stone1.png │ ├── demetite-stone2.png │ ├── demetite-stone3.png │ ├── demetite-vent1.png │ ├── demetite-vent2.png │ ├── demetite-wall-large.png │ ├── demetite-wall1.png │ ├── demetite-wall2.png │ ├── dry-blue-fungus-floor1.png │ ├── dry-blue-fungus-floor2.png │ ├── dry-blue-fungus-floor3.png │ ├── dry-blue-fungus-floor4.png │ ├── dry-blue-fungus-wall-large.png │ ├── dry-blue-fungus-wall1.png │ ├── dry-blue-fungus-wall2.png │ ├── env-barite-wall-large.png │ ├── env-barite-wall1.png │ ├── env-barite-wall2.png │ ├── env-obsidian-wall-large.png │ ├── env-obsidian-wall1.png │ ├── env-obsidian-wall2.png │ ├── ferrinite-boulder1.png │ ├── ferrinite-boulder2.png │ ├── ferrinite-stone1.png │ ├── ferrinite-stone2.png │ ├── ferrinite-stone3.png │ ├── ferrinite-vent1.png │ ├── ferrinite-vent2.png │ ├── ferrinite-wall-large.png │ ├── ferrinite-wall1.png │ ├── ferrinite-wall2.png │ ├── ferritic-wall-large.png │ ├── ferritic-wall1.png │ ├── ferritic-wall2.png │ ├── ferritic-wall3.png │ ├── glass-floor1.png │ ├── glass-floor2.png │ ├── glass-floor3.png │ ├── hardened-obsidian-spikes-shadow1.png │ ├── hardened-obsidian-spikes-shadow2.png │ ├── hardened-obsidian-spikes-shadow3.png │ ├── hardened-obsidian-spikes1.png │ ├── hardened-obsidian-spikes2.png │ ├── hardened-obsidian-spikes3.png │ ├── hardened-sand-floor1.png │ ├── hardened-sand-floor2.png │ ├── hardened-sand-floor3.png │ ├── hardened-sand-foundling-shadow1.png │ ├── hardened-sand-foundling-shadow2.png │ ├── hardened-sand-foundling1.png │ ├── hardened-sand-foundling2.png │ ├── hardened-sand-vent1.png │ ├── hardened-sand-vent2.png │ ├── hardened-sand-wall-large.png │ ├── hardened-sand-wall1.png │ ├── hardened-sand-wall2.png │ ├── hardened-sand-wall3.png │ ├── hardened-sand-water1.png │ ├── hardened-sand-water2.png │ ├── hardened-sand-water3.png │ ├── hive-boulder1.png │ ├── hive-boulder2.png │ ├── hive-tile1.png │ ├── hive-tile2.png │ ├── hive-tile3.png │ ├── hive-wall-large.png │ ├── hive-wall1.png │ ├── hive-wall2.png │ ├── huge-barite-hive-out.png │ ├── huge-barite-hive-shadow.png │ ├── huge-barite-hive-top.png │ ├── huge-barite-hive.png │ ├── kelp1.png │ ├── kelp2.png │ ├── kelp3.png │ ├── large-barite-hive-out.png │ ├── large-barite-hive-shadow.png │ ├── large-barite-hive-top.png │ ├── large-barite-hive.png │ ├── large-hardened-obsidian-spikes-shadow1.png │ ├── large-hardened-obsidian-spikes-shadow2.png │ ├── large-hardened-obsidian-spikes-shadow3.png │ ├── large-hardened-obsidian-spikes1.png │ ├── large-hardened-obsidian-spikes2.png │ ├── large-hardened-obsidian-spikes3.png │ ├── large-obsidian-spikes-shadow1.png │ ├── large-obsidian-spikes-shadow2.png │ ├── large-obsidian-spikes-shadow3.png │ ├── large-obsidian-spikes1.png │ ├── large-obsidian-spikes2.png │ ├── large-obsidian-spikes3.png │ ├── liquid-barite-floor1.png │ ├── liquid-barite-floor2.png │ ├── liquid-barite-floor3.png │ ├── mushroom-cap1.png │ ├── mushroom-cap2.png │ ├── mushroom-cap3.png │ ├── mushroom-stem1.png │ ├── mushroom-stem2.png │ ├── mushroom-stem3.png │ ├── oasis-geyser1.png │ ├── oasis-geyser2.png │ ├── obsidian-floor1.png │ ├── obsidian-floor2.png │ ├── obsidian-floor3.png │ ├── obsidian-spikes-shadow1.png │ ├── obsidian-spikes-shadow2.png │ ├── obsidian-spikes-shadow3.png │ ├── obsidian-spikes1.png │ ├── obsidian-spikes2.png │ ├── obsidian-spikes3.png │ ├── obsidian-vent1.png │ ├── obsidian-vent2.png │ ├── ore-lignite1.png │ ├── ore-lignite2.png │ ├── ore-lignite3.png │ ├── ore-obsidian1.png │ ├── ore-obsidian2.png │ ├── ore-obsidian3.png │ ├── ore-wall-demetite1.png │ ├── ore-wall-demetite2.png │ ├── ore-wall-demetite3.png │ ├── ore-wall-ferrinite1.png │ ├── ore-wall-ferrinite2.png │ ├── ore-wall-ferrinite3.png │ ├── quicksand1.png │ ├── quicksand2.png │ ├── quicksand3.png │ ├── quicksand4.png │ ├── quicksand5.png │ ├── quicksand6.png │ ├── radian-barite-floor1.png │ ├── radian-barite-floor2.png │ ├── radian-barite-floor3.png │ ├── radian-barite-wall-large.png │ ├── radian-barite-wall1.png │ ├── radian-barite-wall2.png │ ├── radian-vent1.png │ ├── radian-vent2.png │ ├── red-sand-floor1.png │ ├── red-sand-floor2.png │ ├── red-sand-floor3.png │ ├── red-sand-lump-shadow1.png │ ├── red-sand-lump-shadow2.png │ ├── red-sand-lump1-shadow.png │ ├── red-sand-lump1.png │ ├── red-sand-lump2-shadow.png │ ├── red-sand-lump2.png │ ├── red-sand-vent1.png │ ├── red-sand-vent2.png │ ├── red-sand-wall-large.png │ ├── red-sand-wall1.png │ ├── red-sand-wall2.png │ ├── red-sand-wall3.png │ ├── reed-center.png │ ├── reed.png │ ├── shallow-oasis-water1.png │ ├── shallow-oasis-water2.png │ ├── shallow-oasis-water3.png │ ├── slag-geyser1.png │ ├── slag-geyser2.png │ ├── terracotta-floor1.png │ ├── terracotta-floor2.png │ ├── terracotta-floor3.png │ ├── terracotta-vent1.png │ ├── terracotta-vent2.png │ ├── terracotta-wall-large.png │ ├── terracotta-wall1.png │ ├── terracotta-wall2.png │ ├── terracotta-wall3.png │ ├── uranium-floor1.png │ ├── uranium-floor2.png │ └── uranium-floor3.png ├── liquids │ ├── 06f-02-aqueduct-junction.png │ ├── 06f-02-aqueduct-juntion.png │ ├── 06f-03-aqueduct-router-bottom.png │ ├── 06f-03-aqueduct-router.png │ ├── 06f-04-aqueduct-bridge-arrow.png │ ├── 06f-04-aqueduct-bridge-bridge.png │ ├── 06f-04-aqueduct-bridge-end.png │ ├── 06f-04-aqueduct-bridge.png │ ├── 06f-05-lodestone-pump-liquid.png │ ├── 06f-05-lodestone-pump.png │ ├── 06f-06-exothermic-pump-liquid.png │ ├── 06f-06-exothermic-pump.png │ ├── 06f-07-oasis-water-sieve-bottom.png │ ├── 06f-07-oasis-water-sieve-sieve.png │ ├── 06f-07-oasis-water-sieve-spinner.png │ ├── 06f-07-oasis-water-sieve.png │ ├── 06f-07-p-oasis-water-griddle-bottom.png │ ├── 06f-07-p-oasis-water-griddle-sieve.png │ ├── 06f-07-p-oasis-water-griddle-spinner.png │ ├── 06f-07-p-oasis-water-griddle.png │ ├── 06f-08-liquid-vat-bottom.png │ ├── 06f-08-liquid-vat.png │ ├── 06f-09-liquid-silo-bottom.png │ ├── 06f-09-liquid-silo.png │ ├── aqueduct │ │ ├── 06f-01-aqueduct-bottom-0.png │ │ ├── 06f-01-aqueduct-bottom-1.png │ │ ├── 06f-01-aqueduct-bottom-2.png │ │ ├── 06f-01-aqueduct-bottom-3.png │ │ ├── 06f-01-aqueduct-bottom-4.png │ │ ├── 06f-01-aqueduct-bottom.png │ │ ├── 06f-01-aqueduct-cap.png │ │ ├── 06f-01-aqueduct-top-0.png │ │ ├── 06f-01-aqueduct-top-1.png │ │ ├── 06f-01-aqueduct-top-2.png │ │ ├── 06f-01-aqueduct-top-3.png │ │ └── 06f-01-aqueduct-top-4.png │ └── viaduct │ │ ├── 06f-01-b-viaduct-bottom-0.png │ │ ├── 06f-01-b-viaduct-bottom-1.png │ │ ├── 06f-01-b-viaduct-bottom-2.png │ │ ├── 06f-01-b-viaduct-bottom-3.png │ │ ├── 06f-01-b-viaduct-bottom-4.png │ │ ├── 06f-01-b-viaduct-bottom.png │ │ ├── 06f-01-b-viaduct-top-0.png │ │ ├── 06f-01-b-viaduct-top-1.png │ │ ├── 06f-01-b-viaduct-top-2.png │ │ ├── 06f-01-b-viaduct-top-3.png │ │ └── 06f-01-b-viaduct-top-4.png ├── logic │ ├── 12l-01-logic-chip.png │ ├── 12l-02-logic-control-on.png │ ├── 12l-02-logic-control.png │ ├── 12l-03-hardened-message.png │ ├── 12l-04-logic-screen.png │ └── 12l-05-memory-chip.png ├── power │ ├── 07g-01-ferrinite-wire-0-0.png │ ├── 07g-01-ferrinite-wire-0-1.png │ ├── 07g-01-ferrinite-wire-0-2.png │ ├── 07g-01-ferrinite-wire-0-3.png │ ├── 07g-01-ferrinite-wire-1-0.png │ ├── 07g-01-ferrinite-wire-1-1.png │ ├── 07g-01-ferrinite-wire-1-2.png │ ├── 07g-01-ferrinite-wire-1-3.png │ ├── 07g-01-ferrinite-wire-2-0.png │ ├── 07g-01-ferrinite-wire-2-1.png │ ├── 07g-01-ferrinite-wire-2-2.png │ ├── 07g-01-ferrinite-wire-2-3.png │ ├── 07g-01-ferrinite-wire-3-0.png │ ├── 07g-01-ferrinite-wire-3-1.png │ ├── 07g-01-ferrinite-wire-3-2.png │ ├── 07g-01-ferrinite-wire-3-3.png │ ├── 07g-01-ferrinite-wire-4-0.png │ ├── 07g-01-ferrinite-wire-4-1.png │ ├── 07g-01-ferrinite-wire-4-2.png │ ├── 07g-01-ferrinite-wire-4-3.png │ ├── 07g-01-ferrinite-wire.png │ ├── 07g-02-ferrinite-wire-junction.png │ ├── 07g-02-reinforced-wire-0-0.png │ ├── 07g-02-reinforced-wire-0-1.png │ ├── 07g-02-reinforced-wire-0-2.png │ ├── 07g-02-reinforced-wire-0-3.png │ ├── 07g-02-reinforced-wire-1-0.png │ ├── 07g-02-reinforced-wire-1-1.png │ ├── 07g-02-reinforced-wire-1-2.png │ ├── 07g-02-reinforced-wire-1-3.png │ ├── 07g-02-reinforced-wire-2-0.png │ ├── 07g-02-reinforced-wire-2-1.png │ ├── 07g-02-reinforced-wire-2-2.png │ ├── 07g-02-reinforced-wire-2-3.png │ ├── 07g-02-reinforced-wire-3-0.png │ ├── 07g-02-reinforced-wire-3-1.png │ ├── 07g-02-reinforced-wire-3-2.png │ ├── 07g-02-reinforced-wire-3-3.png │ ├── 07g-02-reinforced-wire-4-0.png │ ├── 07g-02-reinforced-wire-4-1.png │ ├── 07g-02-reinforced-wire-4-2.png │ ├── 07g-02-reinforced-wire-4-3.png │ ├── 07g-02-reinforced-wire.png │ ├── 07g-03-ferrinite-wire-router-bottom.png │ ├── 07g-03-ferrinite-wire-router.png │ ├── 07g-03-rectifier-arrow.png │ ├── 07g-03-rectifier.png │ ├── 07g-04-network-terminal-laser-end.png │ ├── 07g-04-network-terminal-laser.png │ ├── 07g-04-network-terminal.png │ ├── 07g-05-connector-node.png │ ├── 07g-06-power-cell-top.png │ ├── 07g-06-power-cell.png │ ├── 07g-06-q-voltage-capacitator-top.png │ ├── 07g-06-q-voltage-capacitator.png │ ├── 07g-07-ignition-generator-bottom.png │ ├── 07g-07-ignition-generator.png │ ├── 07g-08-pressure-turbine-also-main-piston-icon.png │ ├── 07g-08-pressure-turbine-also-main-piston0.png │ ├── 07g-08-pressure-turbine-also-main-piston1.png │ ├── 07g-08-pressure-turbine-bottom.png │ ├── 07g-08-pressure-turbine-cogwheel.png │ ├── 07g-08-pressure-turbine-icon.png │ ├── 07g-08-pressure-turbine-main-piston-icon.png │ ├── 07g-08-pressure-turbine-main-piston0.png │ ├── 07g-08-pressure-turbine-main-piston1.png │ ├── 07g-08-pressure-turbine-tank-bottom.png │ ├── 07g-08-pressure-turbine-tank-liquid.png │ ├── 07g-08-pressure-turbine-tank.png │ ├── 07g-08-pressure-turbine.png │ ├── 07g-09-cretite-turbine-bottom.png │ ├── 07g-09-cretite-turbine.png │ ├── 07g-10-discharge-generator-bottom.png │ ├── 07g-10-discharge-generator-plasma-0.png │ ├── 07g-10-discharge-generator-plasma-1.png │ ├── 07g-10-discharge-generator-plasma-2.png │ ├── 07g-10-discharge-generator-plasma-3.png │ ├── 07g-10-discharge-generator-top.png │ ├── 07g-10-discharge-generator.png │ ├── 07g-11-radiation-power-plant.png │ ├── 07g-11-s-diffusion-reactor-bottom.png │ ├── 07g-11-s-diffusion-reactor-heat.png │ ├── 07g-11-s-diffusion-reactor-lights.png │ ├── 07g-11-s-diffusion-reactor.png │ ├── 07g-12-draysten-destabilizer-bottom.png │ ├── 07g-12-draysten-destabilizer-lights.png │ ├── 07g-12-draysten-destabilizer-top.png │ ├── 07g-12-draysten-destabilizer.png │ ├── imaginary-bridge-arrow.png │ ├── imaginary-bridge-bridge.png │ ├── imaginary-bridge-end.png │ ├── imaginary-bridge.png │ └── imaginary-junction.png ├── production │ ├── 09i-01-lodestone-mixer-bottom.png │ ├── 09i-01-lodestone-mixer-rotator.png │ ├── 09i-01-lodestone-mixer-top.png │ ├── 09i-01-lodestone-mixer.png │ ├── 09i-03-lithium-grinder-bottom.png │ ├── 09i-03-lithium-grinder-cogwheel.png │ ├── 09i-03-lithium-grinder-full.png │ ├── 09i-03-lithium-grinder-top.png │ ├── 09i-03-lithium-grinder-ui.png │ ├── 09i-03-lithium-grinder.png │ ├── 09i-05-cretite-mixer-grindwheel.png │ ├── 09i-05-cretite-mixer.png │ ├── 09i-06-barite-quern.png │ ├── 09i-07-barite-cooler-bottom.png │ ├── 09i-07-barite-cooler.png │ ├── 09i-08-crosium-infuser-bottom.png │ ├── 09i-08-crosium-infuser-weave-glow.png │ ├── 09i-08-crosium-infuser-weave.png │ ├── 09i-08-crosium-infuser.png │ ├── 09i-10-draysten-crucible-bottom.png │ ├── 09i-10-draysten-crucible-heat.png │ ├── 09i-10-draysten-crucible.png │ ├── 09i-11-nontragen-synthesizer-bottom.png │ ├── 09i-11-nontragen-synthesizer.png │ ├── 09i-13-expansion-tank-heat.png │ ├── 09i-13-expansion-tank-spinner.png │ ├── 09i-13-expansion-tank.png │ ├── 09i-15-lignite-burner-bottom.png │ ├── 09i-15-lignite-burner-heat.png │ ├── 09i-15-lignite-burner.png │ ├── 09i-16-cretite-etna-bottom.png │ ├── 09i-16-cretite-etna-glow.png │ ├── 09i-16-cretite-etna-heat.png │ ├── 09i-16-cretite-etna-top1.png │ ├── 09i-16-cretite-etna-top2.png │ ├── 09i-16-cretite-etna.png │ ├── 09i-17-solar-heater-panel-heat.png │ ├── 09i-17-solar-heater-panel-top1.png │ ├── 09i-17-solar-heater-panel-top2.png │ ├── 09i-17-solar-heater-panel.png │ ├── 09i-18-red-sand-filter-bottom.png │ ├── 09i-18-red-sand-filter-spinner.png │ ├── 09i-18-red-sand-filter.png │ ├── 09i-19-sand-compactor-top.png │ ├── 09i-19-sand-compactor.png │ ├── 09i-20-pyre.png │ ├── barite-loom │ │ ├── 09i-09-barite-loom-bottom.png │ │ ├── 09i-09-barite-loom-frame0.png │ │ ├── 09i-09-barite-loom-frame1.png │ │ ├── 09i-09-barite-loom-frame10.png │ │ ├── 09i-09-barite-loom-frame2.png │ │ ├── 09i-09-barite-loom-frame3.png │ │ ├── 09i-09-barite-loom-frame4.png │ │ ├── 09i-09-barite-loom-frame5.png │ │ ├── 09i-09-barite-loom-frame6.png │ │ ├── 09i-09-barite-loom-frame7.png │ │ ├── 09i-09-barite-loom-frame8.png │ │ ├── 09i-09-barite-loom-frame9.png │ │ ├── 09i-09-barite-loom-weave-glow.png │ │ ├── 09i-09-barite-loom-weave.png │ │ └── 09i-09-barite-loom.png │ ├── ferrofluid-mixer │ │ ├── ferrofluid-mixer-belt-holders.png │ │ ├── ferrofluid-mixer-bottom.png │ │ ├── ferrofluid-mixer-frame0.png │ │ ├── ferrofluid-mixer-frame1.png │ │ ├── ferrofluid-mixer-frame2.png │ │ ├── ferrofluid-mixer-frame3.png │ │ ├── ferrofluid-mixer-frame4.png │ │ ├── ferrofluid-mixer-frame5.png │ │ ├── ferrofluid-mixer-pistons-bottom.png │ │ ├── ferrofluid-mixer-rotator.png │ │ ├── ferrofluid-mixer-tank-bottom.png │ │ └── ferrofluid-mixer.png │ ├── large-expansion-tank │ │ ├── 09i-14-large-expansion-tank-bottom.png │ │ ├── 09i-14-large-expansion-tank-glow.png │ │ ├── 09i-14-large-expansion-tank-heat.png │ │ ├── 09i-14-large-expansion-tank-icon.png │ │ ├── 09i-14-large-expansion-tank-rotator-inner.png │ │ ├── 09i-14-large-expansion-tank-rotator-outer.png │ │ └── 09i-14-large-expansion-tank.png │ ├── lithium-compactor │ │ ├── 09i-04-lithium-compactor-bottom.png │ │ ├── 09i-04-lithium-compactor-cogwheel.png │ │ ├── 09i-04-lithium-compactor-frame0.png │ │ ├── 09i-04-lithium-compactor-frame1.png │ │ ├── 09i-04-lithium-compactor-frame10.png │ │ ├── 09i-04-lithium-compactor-frame11.png │ │ ├── 09i-04-lithium-compactor-frame12.png │ │ ├── 09i-04-lithium-compactor-frame13.png │ │ ├── 09i-04-lithium-compactor-frame14.png │ │ ├── 09i-04-lithium-compactor-frame15.png │ │ ├── 09i-04-lithium-compactor-frame16.png │ │ ├── 09i-04-lithium-compactor-frame17.png │ │ ├── 09i-04-lithium-compactor-frame18.png │ │ ├── 09i-04-lithium-compactor-frame19.png │ │ ├── 09i-04-lithium-compactor-frame2.png │ │ ├── 09i-04-lithium-compactor-frame20.png │ │ ├── 09i-04-lithium-compactor-frame21.png │ │ ├── 09i-04-lithium-compactor-frame22.png │ │ ├── 09i-04-lithium-compactor-frame23.png │ │ ├── 09i-04-lithium-compactor-frame24.png │ │ ├── 09i-04-lithium-compactor-frame3.png │ │ ├── 09i-04-lithium-compactor-frame4.png │ │ ├── 09i-04-lithium-compactor-frame5.png │ │ ├── 09i-04-lithium-compactor-frame6.png │ │ ├── 09i-04-lithium-compactor-frame7.png │ │ ├── 09i-04-lithium-compactor-frame8.png │ │ ├── 09i-04-lithium-compactor-frame9.png │ │ ├── 09i-04-lithium-compactor-heat.png │ │ ├── 09i-04-lithium-compactor-piston-icon.png │ │ ├── 09i-04-lithium-compactor-piston0.png │ │ ├── 09i-04-lithium-compactor-piston1.png │ │ ├── 09i-04-lithium-compactor.png │ │ └── 09i-04-lithium-compator-piston0.png │ ├── lodestone-basin │ │ ├── 09i-02-lodestone-basin-bottom.png │ │ ├── 09i-02-lodestone-basin-rotator.png │ │ ├── 09i-02-lodestone-basin-top-bottom.png │ │ ├── 09i-02-lodestone-basin-top.png │ │ └── 09i-02-lodestone-basin.png │ ├── pressure-rig │ │ ├── 09i-12-pressure-rig-frame0.png │ │ ├── 09i-12-pressure-rig-frame1.png │ │ ├── 09i-12-pressure-rig-frame10.png │ │ ├── 09i-12-pressure-rig-frame11.png │ │ ├── 09i-12-pressure-rig-frame12.png │ │ ├── 09i-12-pressure-rig-frame13.png │ │ ├── 09i-12-pressure-rig-frame14.png │ │ ├── 09i-12-pressure-rig-frame15.png │ │ ├── 09i-12-pressure-rig-frame16.png │ │ ├── 09i-12-pressure-rig-frame17.png │ │ ├── 09i-12-pressure-rig-frame18.png │ │ ├── 09i-12-pressure-rig-frame19.png │ │ ├── 09i-12-pressure-rig-frame2.png │ │ ├── 09i-12-pressure-rig-frame20.png │ │ ├── 09i-12-pressure-rig-frame21.png │ │ ├── 09i-12-pressure-rig-frame22.png │ │ ├── 09i-12-pressure-rig-frame23.png │ │ ├── 09i-12-pressure-rig-frame24.png │ │ ├── 09i-12-pressure-rig-frame25.png │ │ ├── 09i-12-pressure-rig-frame26.png │ │ ├── 09i-12-pressure-rig-frame27.png │ │ ├── 09i-12-pressure-rig-frame28.png │ │ ├── 09i-12-pressure-rig-frame29.png │ │ ├── 09i-12-pressure-rig-frame3.png │ │ ├── 09i-12-pressure-rig-frame30.png │ │ ├── 09i-12-pressure-rig-frame31.png │ │ ├── 09i-12-pressure-rig-frame32.png │ │ ├── 09i-12-pressure-rig-frame33.png │ │ ├── 09i-12-pressure-rig-frame34.png │ │ ├── 09i-12-pressure-rig-frame4.png │ │ ├── 09i-12-pressure-rig-frame5.png │ │ ├── 09i-12-pressure-rig-frame6.png │ │ ├── 09i-12-pressure-rig-frame7.png │ │ ├── 09i-12-pressure-rig-frame8.png │ │ ├── 09i-12-pressure-rig-frame9.png │ │ ├── 09i-12-pressure-rig-rotator.png │ │ └── 09i-12-pressure-rig.png │ ├── solar-heater-heat.png │ └── solar-heater.png ├── storage │ ├── 11k-01-core-essence-team.png │ ├── 11k-01-core-essence-thruster1.png │ ├── 11k-01-core-essence-thruster2.png │ ├── 11k-01-core-essence.png │ ├── 11k-02-core-substratum-team.png │ ├── 11k-02-core-substratum-thruster1.png │ ├── 11k-02-core-substratum-thruster2.png │ ├── 11k-02-core-substratum.png │ ├── 11k-03-core-omphalos-team.png │ ├── 11k-03-core-omphalos-thruster1.png │ ├── 11k-03-core-omphalos-thruster2.png │ ├── 11k-03-core-omphalos.png │ ├── 11k-04-core-petra-team.png │ ├── 11k-04-core-petra-thruster1.png │ ├── 11k-04-core-petra-thruster2.png │ ├── 11k-04-core-petra.png │ ├── 11k-05-core-silex-team.png │ ├── 11k-05-core-silex-thruster1.png │ ├── 11k-05-core-silex-thruster2.png │ ├── 11k-05-core-silex.png │ ├── 11k-06-core-summit-team.png │ ├── 11k-06-core-summit-thruster1.png │ ├── 11k-06-core-summit-thruster2.png │ ├── 11k-06-core-summit.png │ ├── 11k-07-storage-capsule-team.png │ └── 11k-07-storage-capsule.png ├── turrets │ ├── bases │ │ ├── affo23i4523cnwe928hvcn178vc84v2h1cvn-block-2.png │ │ ├── barite-wall-block-1.png │ │ ├── barite-wall-block-2.png │ │ ├── draysten-wall-block-1.png │ │ ├── draysten-wall-block-2.png │ │ ├── empty-block-2.png │ │ ├── fqwrcrf141284912qwrefds-block-1.png │ │ ├── monolith-block-7.png │ │ ├── smol-block-2.png │ │ ├── spiky-block-1.png │ │ ├── spiky-block-2.png │ │ ├── spiky-block-3.png │ │ └── spiky-block-4.png │ ├── bullets │ │ ├── drop-bullet-back.png │ │ └── drop-bullet.png │ ├── item │ │ ├── 03c-01-catapult.png │ │ ├── 03c-02-spray.png │ │ ├── 03c-03-singe-heat.png │ │ ├── 03c-03-singe.png │ │ ├── accendret │ │ │ ├── 03c-10-accendret-barrel-left.png │ │ │ ├── 03c-10-accendret-barrel-right.png │ │ │ ├── 03c-10-accendret-preview.png │ │ │ └── 03c-10-accendret.png │ │ ├── concite │ │ │ ├── 03c-16-concite-bar.png │ │ │ ├── 03c-16-concite-preview.png │ │ │ ├── 03c-16-concite-wing-left.png │ │ │ ├── 03c-16-concite-wing-right.png │ │ │ └── 03c-16-concite.png │ │ ├── cruise-missile-launcher-out.png │ │ ├── cruise-missile-launcher-top.png │ │ ├── cruise-missile-launcher.png │ │ ├── draysten-mortar │ │ │ ├── 03c-20-draysten-mortar-actuator.png │ │ │ ├── 03c-20-draysten-mortar-body-l.png │ │ │ ├── 03c-20-draysten-mortar-body-r.png │ │ │ ├── 03c-20-draysten-mortar-preview.png │ │ │ └── 03c-20-draysten-mortar.png │ │ ├── fulmination │ │ │ ├── 03c-11-fulmination-barrel-heat.png │ │ │ ├── 03c-11-fulmination-barrel.png │ │ │ ├── 03c-11-fulmination-preview.png │ │ │ ├── 03c-11-fulmination.png │ │ │ └── e │ │ ├── instauro │ │ │ ├── 03c-13-instauro-barrel-heat.png │ │ │ ├── 03c-13-instauro-barrel.png │ │ │ ├── 03c-13-instauro-preview.png │ │ │ ├── 03c-13-instauro-side-l.png │ │ │ └── 03c-13-instauro-side-r.png │ │ ├── missile-battery │ │ │ ├── 03c-19-missile-battery-cover-bottom.png │ │ │ ├── 03c-19-missile-battery-cover-left.png │ │ │ ├── 03c-19-missile-battery-cover-right.png │ │ │ ├── 03c-19-missile-battery-cover-top.png │ │ │ ├── 03c-19-missile-battery-preview.png │ │ │ └── 03c-19-missile-battery.png │ │ ├── myriad │ │ │ ├── 03c-14-myriad-barrel-cap-left.png │ │ │ ├── 03c-14-myriad-barrel-cap-middle.png │ │ │ ├── 03c-14-myriad-barrel-cap-right.png │ │ │ ├── 03c-14-myriad-preview.png │ │ │ └── 03c-14-myriad.png │ │ ├── skip │ │ │ ├── 03c-04-skip-preview.png │ │ │ ├── 03c-04-skip-side-l.png │ │ │ ├── 03c-04-skip-side-r.png │ │ │ └── 03c-04-skip.png │ │ ├── subtile │ │ │ ├── 03c-07-subtile-bit-l.png │ │ │ ├── 03c-07-subtile-bit-r.png │ │ │ ├── 03c-07-subtile-preview.png │ │ │ ├── 03c-07-subtile-top-heat.png │ │ │ ├── 03c-07-subtile-top.png │ │ │ └── 03c-07-subtile.png │ │ ├── typhoon │ │ │ ├── 03c-15-typhoon-barrel-heat.png │ │ │ ├── 03c-15-typhoon-barrel.png │ │ │ ├── 03c-15-typhoon-preview.png │ │ │ ├── 03c-15-typhoon-wing-l.png │ │ │ └── 03c-15-typhoon-wing-r.png │ │ └── verite │ │ │ ├── 03c-18-verite-heat.png │ │ │ ├── 03c-18-verite-nub-l.png │ │ │ ├── 03c-18-verite-nub-r.png │ │ │ ├── 03c-18-verite-preview.png │ │ │ └── 03c-18-verite.png │ ├── liquid │ │ ├── 03c-05-billow-liquid.png │ │ ├── 03c-05-billow-top.png │ │ ├── 03c-05-billow.png │ │ ├── depulse │ │ │ ├── 03c-06-depulse-preview.png │ │ │ ├── 03c-06-depulse-wing-l.png │ │ │ ├── 03c-06-depulse-wing-r.png │ │ │ └── 03c-06-depulse.png │ │ └── syntaxe │ │ │ ├── 03c-12-syntaxe-barrel-heat.png │ │ │ ├── 03c-12-syntaxe-barrel.png │ │ │ ├── 03c-12-syntaxe-preview.png │ │ │ ├── 03c-12-syntaxe-top-heat.png │ │ │ ├── 03c-12-syntaxe-top.png │ │ │ └── 03c-12-syntaxe.png │ ├── monoliths │ │ ├── ample-monolith-heat.png │ │ ├── ample-monolith-shadow.png │ │ ├── ample-monolith.png │ │ ├── arcane-monolith-heat.png │ │ ├── arcane-monolith-shadow.png │ │ ├── arcane-monolith.png │ │ ├── primal-monolith-heat.png │ │ ├── primal-monolith-shadow.png │ │ └── primal-monolith.png │ └── power │ │ ├── 03c-17-tralux-heat.png │ │ ├── 03c-17-tralux.png │ │ ├── cavalier │ │ ├── 03c-09-cavalier-barrel-heat.png │ │ ├── 03c-09-cavalier-barrel.png │ │ ├── 03c-09-cavalier-preview.png │ │ ├── 03c-09-cavalier-side-heat.png │ │ ├── 03c-09-cavalier-side-l.png │ │ ├── 03c-09-cavalier-side-r.png │ │ └── 03c-09-cavalier.png │ │ └── shaft │ │ ├── 03c-08-shaft-body-heat.png │ │ ├── 03c-08-shaft-body.png │ │ ├── 03c-08-shaft-preview.png │ │ ├── 03c-08-shaft-trapdoor-left.png │ │ ├── 03c-08-shaft-trapdoor-right.png │ │ └── 03c-08-shaft.png ├── units │ ├── 10j-04-basic-assembler-constituent-in.png │ ├── 10j-04-basic-assembler-constituent-side1.png │ ├── 10j-04-basic-assembler-constituent-side2.png │ ├── 10j-04-basic-assembler-constituent-top.png │ ├── 10j-04-basic-assembler-constituent.png │ ├── 10j-05-advanced-assembler-constituent-in.png │ ├── 10j-05-advanced-assembler-constituent-side1.png │ ├── 10j-05-advanced-assembler-constituent-side2.png │ ├── 10j-05-advanced-assembler-constituent-top.png │ ├── 10j-05-advanced-assembler-constituent.png │ ├── 10j-06-progressive-assembler-constituent-in.png │ ├── 10j-06-progressive-assembler-constituent-side1.png │ ├── 10j-06-progressive-assembler-constituent-side2.png │ ├── 10j-06-progressive-assembler-constituent-top.png │ ├── 10j-06-progressive-assembler-constituent.png │ ├── 10j-07-cumulative-assembler-constituent-in.png │ ├── 10j-07-cumulative-assembler-constituent-side1.png │ ├── 10j-07-cumulative-assembler-constituent-side2.png │ ├── 10j-07-cumulative-assembler-constituent-top.png │ ├── 10j-07-cumulative-assembler-constituent.png │ ├── 10j-08-component-disassembler-in.png │ ├── 10j-08-component-disassembler-top.png │ ├── 10j-08-component-disassembler.png │ ├── 10j-09-component-assembler-out.png │ ├── 10j-09-component-assembler-top.png │ ├── 10j-09-component-assembler.png │ ├── 10j-10-rudimentary-component-assembler-out.png │ ├── 10j-10-rudimentary-component-assembler-top.png │ ├── 10j-10-rudimentary-component-assembler.png │ ├── 10j-11-median-component-assembler-out.png │ ├── 10j-11-median-component-assembler-top.png │ ├── 10j-11-median-component-assembler.png │ ├── 10j-12-progressive-component-assembler-out.png │ ├── 10j-12-progressive-component-assembler-top.png │ ├── 10j-12-progressive-component-assembler.png │ ├── 10j-13-cumulative-component-assembler-out.png │ ├── 10j-13-cumulative-component-assembler-top.png │ ├── 10j-13-cumulative-component-assembler.png │ ├── 10j-14-freight-conveyor-edge.png │ ├── 10j-14-freight-conveyor-icon.png │ ├── 10j-14-freight-conveyor-top.png │ ├── 10j-14-freight-conveyor.png │ ├── 10j-15-freight-router-icon.png │ ├── 10j-15-freight-router-over.png │ ├── 10j-15-freight-router-top.png │ ├── 10j-15-freight-router.png │ ├── 10j-16-unit-resynthesizer-glow.png │ ├── 10j-16-unit-resynthesizer.png │ ├── 10j-17-freight-launcher-base.png │ ├── 10j-17-freight-launcher-cap-outline.png │ ├── 10j-17-freight-launcher-cap.png │ ├── 10j-17-freight-launcher-in.png │ ├── 10j-17-freight-launcher-left-outline.png │ ├── 10j-17-freight-launcher-left.png │ ├── 10j-17-freight-launcher-out.png │ ├── 10j-17-freight-launcher-right-outline.png │ ├── 10j-17-freight-launcher-right.png │ ├── 10j-17-freight-launcher-top.png │ ├── 10j-17-freight-launcher.png │ ├── autoforge-shadow.png │ ├── autoforge.png │ ├── ground-mounting-bay │ │ ├── 10j-00-ground-mounting-bay-in.png │ │ ├── 10j-00-ground-mounting-bay-out.png │ │ ├── 10j-00-ground-mounting-bay-side1.png │ │ ├── 10j-00-ground-mounting-bay-side2.png │ │ ├── 10j-00-ground-mounting-bay-top.png │ │ └── 10j-00-ground-mounting-bay.png │ ├── hover-mounting-bay │ │ ├── 10j-03-hover-mounting-bay-in.png │ │ ├── 10j-03-hover-mounting-bay-side1.png │ │ ├── 10j-03-hover-mounting-bay-side2.png │ │ ├── 10j-03-hover-mounting-bay-top.png │ │ └── 10j-03-hover-mounting-bay.png │ ├── large-autoforge-shadow.png │ ├── large-autoforge.png │ ├── mechanical-joint-shadow.png │ ├── mechanical-joint.png │ ├── support-mounting-bay │ │ ├── 10j-02-support-mounting-bay-in.png │ │ ├── 10j-02-support-mounting-bay-side1.png │ │ ├── 10j-02-support-mounting-bay-side2.png │ │ ├── 10j-02-support-mounting-bay-top.png │ │ └── 10j-02-support-mounting-bay.png │ └── tank-mounting-bay │ │ ├── 10j-01-tank-mounting-bay-in.png │ │ ├── 10j-01-tank-mounting-bay-out.png │ │ ├── 10j-01-tank-mounting-bay-side1.png │ │ ├── 10j-01-tank-mounting-bay-side2.png │ │ ├── 10j-01-tank-mounting-bay-top.png │ │ └── 10j-01-tank-mounting-bay.png └── walls │ ├── 08h-01-ferrinite-wall-small.png │ ├── 08h-02-ferrinite-wall-large.png │ ├── 08h-03-lodestone-wall-small.png │ ├── 08h-04-lodestone-wall-large.png │ ├── 08h-05-lithium-wall-small.png │ ├── 08h-06-lithium-wall-large.png │ ├── 08h-07-obsidian-wall-small.png │ ├── 08h-08-obsidian-wall-large.png │ ├── 08h-09-barite-wall-small.png │ ├── 08h-10-barite-wall-large.png │ ├── 08h-11-crosium-wall-small.png │ ├── 08h-12-crosium-wall-large.png │ ├── 08h-13-webbing-wall-small-top.png │ ├── 08h-13-webbing-wall-small.png │ ├── 08h-14-webbing-wall-large-top.png │ ├── 08h-14-webbing-wall-large.png │ ├── 08h-15-draysten-wall-small-outline.png │ ├── 08h-15-draysten-wall-small.png │ ├── 08h-16-draysten-wall-large-outline.png │ └── 08h-16-draysten-wall-large.png ├── items ├── 01a-01-item-ferrinite.png ├── 01a-02-item-demetite.png ├── 01a-03-item-lignite.png ├── 01a-04-item-hardened-sand.png ├── 01a-05-item-red-sand.png ├── 01a-06-item-lodestone.png ├── 01a-07-item-lithium.png ├── 01a-08-item-cretite.png ├── 01a-08-j-item-crystalline-geode.png ├── 01a-09-item-obsidian.png ├── 01a-10-item-irradiated-lump.png ├── 01a-11-item-barite.png ├── 01a-12-item-crosium.png ├── 01a-13-item-barite-webbing.png ├── 01a-14-item-draysten.png └── liquids │ ├── 02b-01-pressure.png │ ├── 02b-01-q-liquid-silicon-tetrafluoride.png │ ├── 02b-02-liquid-oasis-water.png │ ├── 02b-03-liquid-purified-oasis-water.png │ ├── 02b-04-liquid-liquid-barite.png │ ├── 02b-05-liquid-nontragen.png │ └── 02b-07-arcanoma.png ├── shapes ├── arrow.png ├── emp-bullet-hit.png ├── energy-blade-back.png ├── energy-blade.png ├── everse-radiance.png ├── hook-back.png ├── hook.png ├── monolith-star.png ├── sound-wave.png ├── star-bullet-back.png ├── star-bullet.png ├── star.png ├── team-arumis.png └── team-trumir.png ├── status ├── 13m-01-status-rejuvenated.png ├── 13m-02-status-radiated.png ├── 13m-03-status-infested.png ├── 13m-04-status-energy-phasing.png ├── 13m-05-status-control-corruption.png ├── 13m-06-small-speed-boost.png ├── 13m-07-medium-speed-boost.png ├── 13m-08-large-speed-boost.png ├── lore-tablets │ ├── 26z-01-item-tablet-ferrinite.png │ ├── 26z-02-item-tablet-demetite.png │ ├── 26z-03-item-tablet-lignite.png │ ├── 26z-04-item-tablet-hardened-sand.png │ ├── 26z-05-item-tablet-red-sand.png │ ├── 26z-06-item-tablet-lodestone.png │ ├── 26z-07-item-tablet-lithium.png │ ├── 26z-08-item-tablet-cretite.png │ ├── 26z-09-item-tablet-crystalline-geode.png │ ├── 26z-10-item-tablet-obsidian.png │ ├── 26z-11-item-tablet-irradiated-lump.png │ ├── 26z-12-item-tablet-barite.png │ ├── 26z-13-item-tablet-crosium.png │ ├── 26z-14-item-tablet-vesmonium.png │ ├── 26z-15-item-tablet-draysten.png │ ├── 26z-16-liquid-tablet-pressure.png │ ├── 26z-17-liquid-tablet-sif4.png │ ├── 26z-18-liquid-tablet-oasis-water.png │ ├── 26z-19-liquid-tablet-purified-water.png │ ├── 26z-20-liquid-tablet-liquid-barite.png │ ├── 26z-21-liquid-tablet-nontragen.png │ └── _26z-lore-tablet-blank-sprite.png └── memorial-recordings │ ├── 25y-01-memorial-recording-1.png │ ├── 25y-02-memorial-recording-2.png │ ├── 25y-03-memorial-recording-3.png │ ├── 25y-04-memorial-recording-4.png │ ├── 25y-05-memorial-recording-5.png │ ├── 25y-06-memorial-recording-6.png │ ├── 25y-07-memorial-recording-7.png │ ├── 25y-08-memorial-recording-8.png │ ├── 25y-09-memorial-recording-9.png │ ├── 25y-10-memorial-recording-10.png │ └── 25y-11-memorial-recording-11.png └── units ├── arcana ├── arcana-blob-full.png ├── arcana-blob-segment0.png ├── arcana-blob-segment1.png ├── arcana-blob-segment2.png ├── arcana-blob-ui.png ├── arcana-crab-weapon-left.png ├── arcana-crab-weapon-right.png ├── arcana-moth-full.png ├── arcana-moth-ui.png ├── arcana-moth-wing-bottom-left.png ├── arcana-moth-wing-bottom-right.png ├── arcana-moth-wing-top-left.png ├── arcana-moth-wing-top-right.png ├── arcana-moth.png ├── arcana-raynoid-cell.png ├── arcana-raynoid-full.png ├── arcana-raynoid-leg-base.png ├── arcana-raynoid-leg.png ├── arcana-raynoid-ui.png └── arcana-raynoid.png ├── core ├── iota │ ├── 17q-03-iota-cell.png │ ├── 17q-03-iota-foot.png │ ├── 17q-03-iota-full.png │ ├── 17q-03-iota-glow.png │ ├── 17q-03-iota-joint-base.png │ ├── 17q-03-iota-leg-base.png │ ├── 17q-03-iota-leg.png │ ├── 17q-03-iota-ui.png │ └── 17q-03-iota.png ├── theta │ ├── 17q-02-theta-cell.png │ ├── 17q-02-theta-foot.png │ ├── 17q-02-theta-full.png │ ├── 17q-02-theta-glow.png │ ├── 17q-02-theta-joint.png │ ├── 17q-02-theta-leg-base.png │ ├── 17q-02-theta-leg.png │ ├── 17q-02-theta-ui.png │ ├── 17q-02-theta.png │ └── theta-weapon.png ├── weapons │ ├── electric-drone.png │ ├── fire-drone.png │ ├── iota-large-shield-emitter.png │ ├── iota-weapon-glow.png │ ├── iota-weapon.png │ ├── laser-shockburst-drone.png │ ├── needle-drone.png │ ├── small-shield-emitter.png │ ├── theta-small-shield-emitter.png │ ├── theta-weapon-glow.png │ ├── theta-weapon.png │ ├── zeta-weapon-l-glow.png │ └── zeta-weapon-r-glow.png ├── wormy-bois │ ├── 17q-04-erpode-full.png │ ├── 17q-04-erpode-segment0.png │ ├── 17q-04-erpode-segment1.png │ ├── 17q-04-erpode-segment2.png │ ├── 17q-04-erpode-ui.png │ ├── 17q-05-hirude-full.png │ ├── 17q-05-hirude-segment0.png │ ├── 17q-05-hirude-segment1.png │ ├── 17q-05-hirude-segment2.png │ ├── 17q-05-hirude-ui.png │ ├── 17q-06-clitelle-full.png │ ├── 17q-06-clitelle-segment0.png │ ├── 17q-06-clitelle-segment1.png │ ├── 17q-06-clitelle-segment2.png │ ├── 17q-06-clitelle-ui.png │ └── clitelle-weapon.png └── zeta │ ├── 17q-01-zeta-base.png │ ├── 17q-01-zeta-cell.png │ ├── 17q-01-zeta-foot.png │ ├── 17q-01-zeta-full.png │ ├── 17q-01-zeta-glow.png │ ├── 17q-01-zeta-joint.png │ ├── 17q-01-zeta-leg-base.png │ ├── 17q-01-zeta-leg.png │ ├── 17q-01-zeta-ui.png │ ├── 17q-01-zeta.png │ ├── zeta-weapon-l.png │ └── zeta-weapon-r.png ├── hover ├── 16a-01-parave-base.png ├── 16a-01-parave-cell.png ├── 16a-01-parave-full.png ├── 16a-01-parave-leg.png ├── 16a-01-parave-ui.png ├── 16a-01-parave.png ├── 16a-02-teraze-base.png ├── 16a-02-teraze-cell.png ├── 16a-02-teraze-full.png ├── 16a-02-teraze-leg.png ├── 16a-02-teraze-ui.png ├── 16a-02-teraze.png ├── 16a-03-decredence-base.png ├── 16a-03-decredence-cell.png ├── 16a-03-decredence-full.png ├── 16a-03-decredence-leg.png ├── 16a-03-decredence-ui.png ├── 16a-03-decredence.png ├── 16a-04-tequant-base.png ├── 16a-04-tequant-cell.png ├── 16a-04-tequant-full.png ├── 16a-04-tequant-leg.png ├── 16a-04-tequant-ui.png ├── 16a-04-tequant.png ├── 16a-05-everse-base.png ├── 16a-05-everse-cell.png ├── 16a-05-everse-full.png ├── 16a-05-everse-leg.png ├── 16a-05-everse-ui.png ├── 16a-05-everse.png ├── everse-launcher.png ├── everse.png ├── tequant-body-weapon-heat.png └── tequant-weapon.png ├── mech ├── apex │ ├── 14n-04-apex-base.png │ ├── 14n-04-apex-cell.png │ ├── 14n-04-apex-full.png │ ├── 14n-04-apex-glow.png │ ├── 14n-04-apex-leg.png │ ├── 14n-04-apex-ui.png │ └── 14n-04-apex.png ├── bayonet │ ├── 14n-02-bayonet-base.png │ ├── 14n-02-bayonet-cell.png │ ├── 14n-02-bayonet-full.png │ ├── 14n-02-bayonet-leg.png │ ├── 14n-02-bayonet-ui.png │ └── 14n-02-bayonet.png ├── cleaver │ ├── 14n-03-cleaver-base.png │ ├── 14n-03-cleaver-cell.png │ ├── 14n-03-cleaver-full.png │ ├── 14n-03-cleaver-leg.png │ ├── 14n-03-cleaver-ui.png │ └── 14n-03-cleaver.png ├── crest │ ├── 14n-05-crest-base.png │ ├── 14n-05-crest-cell.png │ ├── 14n-05-crest-full.png │ ├── 14n-05-crest-glow.png │ ├── 14n-05-crest-leg.png │ ├── 14n-05-crest-ui.png │ ├── 14n-05-crest-weapon.png │ └── 14n-05-crest.png ├── shiv │ ├── 14n-01-shiv-base.png │ ├── 14n-01-shiv-cell.png │ ├── 14n-01-shiv-full.png │ ├── 14n-01-shiv-leg.png │ ├── 14n-01-shiv-ui.png │ └── 14n-01-shiv.png └── weapons │ ├── apex-mount-glow.png │ ├── apex-mount.png │ ├── apex-weapon-glow.png │ ├── apex-weapon.png │ ├── asthosian-flamethrower.png │ ├── bayonet-weapon-mirror.png │ ├── bayonet-weapon.png │ ├── cleaver-weapon-r.png │ ├── cleaver-weapon.png │ ├── crest-weapon-glow.png │ ├── crest-weapon.png │ ├── shiv-weapon.png │ └── small-rocket-launcher.png ├── other ├── 18r-01-alveus-cell.png ├── 18r-01-alveus-full.png ├── 18r-01-alveus-ui.png ├── 18r-01-alveus.png ├── 18r-02-teeny-tiny-missile-2.png ├── 18r-02-teeny-tiny-missile-3.png ├── 18r-02-teeny-tiny-missile.png ├── 18r-03-smol-missile.png ├── 18r-04-encased-shell.png ├── 18r-05-missile-battery-missile.png ├── 18r-05-missile-battery-missile1.png ├── 18r-06-missile-battery-missile2.png ├── 18r-06-obsidian-cruise-missile-cell.png ├── 18r-06-obsidian-cruise-missile.png ├── 18r-07-barite-cruise-missile-cell.png ├── 18r-07-barite-cruise-missile.png ├── 18r-08-draysten-cruise-missile-cell.png ├── 18r-08-draysten-cruise-missile.png ├── 18r-09-heal-node.png ├── 18r-10-heal-node-2.png ├── 18r-11-lightning-emitter.png ├── 18r-12-mounting-drone-cell.png ├── 18r-12-mounting-drone.png ├── barite-crawler-base.png ├── barite-crawler-foot.png ├── barite-crawler-leg-base.png ├── barite-crawler-leg.png ├── barite-crawler.png ├── barite-scourge-base.png ├── barite-scourge-foot.png ├── barite-scourge-leg-base.png ├── barite-scourge-leg.png ├── barite-scourge.png ├── barite-stalker-base.png ├── barite-stalker-foot.png ├── barite-stalker-leg-base.png ├── barite-stalker-leg.png ├── barite-stalker.png ├── large-eye.png ├── medium-barite-weapon.png ├── medium-eye.png ├── rupturing-explosion.png ├── rupturing-shockwave.png ├── small-barite-weapon.png └── small-eye.png ├── spooder ├── elucidate │ ├── 16p-04-elucidate-cell.png │ ├── 16p-04-elucidate-foot.png │ ├── 16p-04-elucidate-full.png │ ├── 16p-04-elucidate-glow.png │ ├── 16p-04-elucidate-joint-base.png │ ├── 16p-04-elucidate-leg-base.png │ ├── 16p-04-elucidate-leg.png │ ├── 16p-04-elucidate-ui.png │ └── 16p-04-elucidate.png ├── enlighten │ ├── 16p-02-enlighten-base.png │ ├── 16p-02-enlighten-cell.png │ ├── 16p-02-enlighten-foot.png │ ├── 16p-02-enlighten-full.png │ ├── 16p-02-enlighten-leg-base.png │ ├── 16p-02-enlighten-leg.png │ ├── 16p-02-enlighten-ui.png │ └── 16p-02-enlighten.png ├── expound │ ├── 16p-05-expound-cell.png │ ├── 16p-05-expound-foot.png │ ├── 16p-05-expound-full.png │ ├── 16p-05-expound-joint-base.png │ ├── 16p-05-expound-leg-base.png │ ├── 16p-05-expound-leg.png │ ├── 16p-05-expound-ui.png │ └── 16p-05-expound.png ├── illuminate │ ├── 16p-03-illuminate-cell.png │ ├── 16p-03-illuminate-foot.png │ ├── 16p-03-illuminate-full.png │ ├── 16p-03-illuminate-joint.png │ ├── 16p-03-illuminate-leg-base.png │ ├── 16p-03-illuminate-leg.png │ ├── 16p-03-illuminate-ui.png │ └── 16p-03-illuminate.png ├── luminary │ ├── 16p-01-luminary-base.png │ ├── 16p-01-luminary-cell.png │ ├── 16p-01-luminary-foot.png │ ├── 16p-01-luminary-full.png │ ├── 16p-01-luminary-leg-base.png │ ├── 16p-01-luminary-leg.png │ ├── 16p-01-luminary-ui.png │ └── 16p-01-luminary.png └── weapons │ ├── elucidate-weapon-back-glow.png │ ├── elucidate-weapon-back.png │ ├── elucidate-weapon-front-glow.png │ ├── elucidate-weapon-front.png │ ├── enlighten-blaster-mirror.png │ ├── enlighten-blaster.png │ ├── expound-weapon-glow.png │ ├── expound-weapon.png │ ├── illuminate-weapon.png │ └── luminary-weapon.png └── tank ├── annectodon ├── 15o-05-annectodon-cell.png ├── 15o-05-annectodon-full.png ├── 15o-05-annectodon-glow.png ├── 15o-05-annectodon-treads.png ├── 15o-05-annectodon-ui.png └── 15o-05-annectodon.png ├── aphelops ├── 15o-04-aphelops-cell.png ├── 15o-04-aphelops-full.png ├── 15o-04-aphelops-glow.png ├── 15o-04-aphelops-treads.png ├── 15o-04-aphelops-ui.png └── 15o-04-aphelops.png ├── aprotodon ├── 15o-03-aprotodon-cell.png ├── 15o-03-aprotodon-full.png ├── 15o-03-aprotodon-treads.png ├── 15o-03-aprotodon-ui.png └── 15o-03-aprotodon.png ├── shennong ├── 15o-01-shennong-cell.png ├── 15o-01-shennong-full.png ├── 15o-01-shennong-treads.png ├── 15o-01-shennong-ui.png └── 15o-01-shennong.png ├── trigon ├── 15o-02-trigon-cell.png ├── 15o-02-trigon-full.png ├── 15o-02-trigon-treads.png ├── 15o-02-trigon-ui.png └── 15o-02-trigon.png └── weapons ├── annectodon-weapon-cell.png ├── annectodon-weapon-glow.png ├── annectodon-weapon.png ├── aphelops-launcher-glow.png ├── aphelops-launcher.png ├── aphelops-weapon-bit-l.png ├── aphelops-weapon-bit-r.png ├── aphelops-weapon-glow.png ├── aphelops-weapon.png ├── aprotodon-weapon-cell.png ├── aprotodon-weapon-sticky-outy-bottom.png ├── aprotodon-weapon-sticky-outy-left.png ├── aprotodon-weapon-sticky-outy-right.png ├── aprotodon-weapon.png ├── shennong-weapon-cell.png ├── shennong-weapon.png ├── trigon-weapon-cell.png ├── trigon-weapon-cover-l.png ├── trigon-weapon-cover-r.png └── trigon-weapon.png /.github/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/.github/banner.png -------------------------------------------------------------------------------- /content/blocks/environment/arcana-spikes.hjson: -------------------------------------------------------------------------------- 1 | type: TallBlock 2 | name: Arcana Spikes 3 | variants: 2 4 | clipSize: 96 5 | shadowAlpha: 0.5 6 | shadowOffset: -1.5 7 | -------------------------------------------------------------------------------- /content/blocks/environment/arcane-moss-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Arcane Moss Wall 3 | -------------------------------------------------------------------------------- /content/blocks/environment/arcane-moss.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Arcane Moss 3 | variants: 4 4 | attributes: { 5 | arcanemoss: 1 6 | } 7 | -------------------------------------------------------------------------------- /content/blocks/environment/arcane-tendrils.hjson: -------------------------------------------------------------------------------- 1 | name: Arcane Tendrils 2 | type: OverlayFloor 3 | variants: 9 4 | -------------------------------------------------------------------------------- /content/blocks/environment/barite-boulder.hjson: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Barite Boulder 3 | variants: 2 4 | breakSound: rock-crush 5 | -------------------------------------------------------------------------------- /content/blocks/environment/black-brick-tiles.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Black Brick Tiles 3 | -------------------------------------------------------------------------------- /content/blocks/environment/blue-fungus-floor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Blue Fungus Floor 3 | variants: 4 4 | -------------------------------------------------------------------------------- /content/blocks/environment/blue-fungus-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Blue Fungus Wall 3 | -------------------------------------------------------------------------------- /content/blocks/environment/brown-sand-floor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Brown Sand 3 | -------------------------------------------------------------------------------- /content/blocks/environment/brown-sand-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Brown Sand Wall 3 | -------------------------------------------------------------------------------- /content/blocks/environment/coarse-dirt-boulder.hjson: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Coarse Dirt Boulder 3 | variants: 2 4 | breakSound: rock-crush 5 | -------------------------------------------------------------------------------- /content/blocks/environment/coarse-dirt-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Coarse Dirt Wall 3 | variants: 3 4 | -------------------------------------------------------------------------------- /content/blocks/environment/coarse-dirt.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Coarse Dirt 3 | variants: 11 4 | -------------------------------------------------------------------------------- /content/blocks/environment/cold-obsidian-floor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Cold Obsidian 3 | -------------------------------------------------------------------------------- /content/blocks/environment/cold-obsidian-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Cold Obsidian Wall 3 | -------------------------------------------------------------------------------- /content/blocks/environment/dead-bush.hjson: -------------------------------------------------------------------------------- 1 | type: TreeBlock 2 | name: Dead Bush 3 | variants: 2 4 | shadowOffset: -1.25 5 | -------------------------------------------------------------------------------- /content/blocks/environment/dead-moss-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Dead Moss Wall 3 | -------------------------------------------------------------------------------- /content/blocks/environment/dead-moss.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Dead Moss 3 | variants: 4 4 | -------------------------------------------------------------------------------- /content/blocks/environment/dead-tree.hjson: -------------------------------------------------------------------------------- 1 | type: TreeBlock 2 | name: Dead Tree 3 | -------------------------------------------------------------------------------- /content/blocks/environment/demetic-wall.hjson: -------------------------------------------------------------------------------- 1 | name: Demetic Wall 2 | type: StaticWall 3 | itemDrop: 01a-02-item-demetite 4 | variants: 3 5 | -------------------------------------------------------------------------------- /content/blocks/environment/demetite-boulder.hjson: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Demetite Boulder 3 | variants: 2 4 | breakSound: rock-crush 5 | -------------------------------------------------------------------------------- /content/blocks/environment/demetite-stone.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Demetite Stone 3 | variants: 3 4 | -------------------------------------------------------------------------------- /content/blocks/environment/dry-blue-fungus-floor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Dry Blue Fungus Floor 3 | variants: 4 4 | -------------------------------------------------------------------------------- /content/blocks/environment/dry-blue-fungus-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Dry Blue Fungus Wall 3 | -------------------------------------------------------------------------------- /content/blocks/environment/env-barite-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Barite Wall 3 | description: "Contains traces of Barite." 4 | attributes: { 5 | barite: 1 6 | } 7 | -------------------------------------------------------------------------------- /content/blocks/environment/ferrinite-boulder.hjson: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Ferrinite Boulder 3 | variants: 2 4 | breakSound: rock-crush 5 | -------------------------------------------------------------------------------- /content/blocks/environment/ferrinite-stone.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Ferrinite Stone 3 | -------------------------------------------------------------------------------- /content/blocks/environment/ferritic-wall.hjson: -------------------------------------------------------------------------------- 1 | name: Ferretic Wall 2 | type: StaticWall 3 | itemDrop: 01a-01-item-ferrinite 4 | variants: 3 5 | -------------------------------------------------------------------------------- /content/blocks/environment/glass-floor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Red Sand Glass 3 | description: Scorched red sand. 4 | albedo: 0.1 5 | variants: 3 6 | -------------------------------------------------------------------------------- /content/blocks/environment/hardened-obsidian-spikes.hjson: -------------------------------------------------------------------------------- 1 | type: TallBlock 2 | name: Hardened Obsidian Spikes 3 | variants: 3 4 | clipSize: 64 5 | shadowAlpha: 0.5 6 | shadowOffset: -1.25 7 | -------------------------------------------------------------------------------- /content/blocks/environment/hardened-sand-foundling.hjson: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Hardened Sand Foundling 3 | variants: 2 4 | breakSound: rock-crush 5 | -------------------------------------------------------------------------------- /content/blocks/environment/hive-boulder.hjson: -------------------------------------------------------------------------------- 1 | type: Prop 2 | name: Hive Boulder 3 | variants: 2 4 | breakSound: rock-crush 5 | -------------------------------------------------------------------------------- /content/blocks/environment/hive-tile.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Hive Tile 3 | variants: 3 4 | status: asthosus-13m-03-status-infested 5 | statusDuration: 120 6 | speedMultiplier: 0.4 7 | -------------------------------------------------------------------------------- /content/blocks/environment/hive-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Hive Wall 3 | -------------------------------------------------------------------------------- /content/blocks/environment/kelp.hjson: -------------------------------------------------------------------------------- 1 | type: Seaweed 2 | name: Kelp 3 | variants: 3 4 | -------------------------------------------------------------------------------- /content/blocks/environment/large-obsidian-spikes.hjson: -------------------------------------------------------------------------------- 1 | type: TallBlock 2 | name: Large Obsidian Spikes 3 | variants: 3 4 | clipSize: 128 5 | shadowAlpha: 0.5 6 | shadowOffset: -1.25 7 | -------------------------------------------------------------------------------- /content/blocks/environment/mushroom-cap.hjson: -------------------------------------------------------------------------------- 1 | type: TreeBlock 2 | name: Mushroom 3 | variants: 3 4 | shadowOffset: -1 5 | -------------------------------------------------------------------------------- /content/blocks/environment/mushroom-stem.hjson: -------------------------------------------------------------------------------- 1 | type: OverlayFloor 2 | name: Mushroom Stem 3 | variants: 3 4 | -------------------------------------------------------------------------------- /content/blocks/environment/obsidian-floor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Obsidian 3 | -------------------------------------------------------------------------------- /content/blocks/environment/obsidian-spikes.hjson: -------------------------------------------------------------------------------- 1 | type: TallBlock 2 | name: Obsidian Spikes 3 | variants: 3 4 | clipSize: 64 5 | shadowAlpha: 0.5 6 | shadowOffset: -1.25 7 | -------------------------------------------------------------------------------- /content/blocks/environment/ore-lignite.hjson: -------------------------------------------------------------------------------- 1 | type: OreBlock 2 | name: Lignite Ore 3 | itemDrop: 01a-03-item-lignite 4 | -------------------------------------------------------------------------------- /content/blocks/environment/ore-obsidian.hjson: -------------------------------------------------------------------------------- 1 | type: OreBlock 2 | name: Obsidian 3 | itemDrop: 01a-08-j-item-crystalline-geode 4 | -------------------------------------------------------------------------------- /content/blocks/environment/quicksand.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Quicksand 3 | variants: 6 4 | speedMultiplier: 0.15 5 | damageTaken: 0.5 6 | -------------------------------------------------------------------------------- /content/blocks/environment/radian-barite-floor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Radian Barite 3 | variants: 3 4 | -------------------------------------------------------------------------------- /content/blocks/environment/radian-barite-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Radian Barite Wall 3 | -------------------------------------------------------------------------------- /content/blocks/environment/red-sand-lump.hjson: -------------------------------------------------------------------------------- 1 | type: TallBlock 2 | name: Red Sand Lump 3 | variants: 2 4 | clipSize: 64 5 | shadowAlpha: 0.5 6 | shadowOffset: -1.25 7 | customShadow: true 8 | -------------------------------------------------------------------------------- /content/blocks/environment/red-sand-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Red Sand Wall 3 | -------------------------------------------------------------------------------- /content/blocks/environment/terracotta-floor.hjson: -------------------------------------------------------------------------------- 1 | type: Floor 2 | name: Terracotta 3 | variants: 3 4 | -------------------------------------------------------------------------------- /content/blocks/environment/terracotta-wall.hjson: -------------------------------------------------------------------------------- 1 | type: StaticWall 2 | name: Terracotta Wall 3 | -------------------------------------------------------------------------------- /content/blocks/power/imaginary-bridge.hjson: -------------------------------------------------------------------------------- 1 | type: ItemBridge 2 | buildVisibility: hidden 3 | -------------------------------------------------------------------------------- /content/blocks/power/imaginary-junction.hjson: -------------------------------------------------------------------------------- 1 | type: Junction 2 | buildVisibility: hidden 3 | -------------------------------------------------------------------------------- /content/items/sand.hjson: -------------------------------------------------------------------------------- 1 | shownPlanets: [serpulo, erekir, asthosus] 2 | -------------------------------------------------------------------------------- /content/liquids/slag.hjson: -------------------------------------------------------------------------------- 1 | shownPlanets: [serpulo, erekir, asthosus] 2 | -------------------------------------------------------------------------------- /content/sectors/19s-01-genesis.hjson: -------------------------------------------------------------------------------- 1 | captureWave: 10 2 | planet: asthosus 3 | sector: 0 4 | research: 11k-01-core-essence 5 | difficulty: 1 6 | alwaysUnlocked: true 7 | -------------------------------------------------------------------------------- /content/status/13m-01-status-rejuvenated.hjson: -------------------------------------------------------------------------------- 1 | damage: -0.1 2 | speedMultiplier: 0.9 3 | -------------------------------------------------------------------------------- /content/status/13m-02-status-radiated.hjson: -------------------------------------------------------------------------------- 1 | damage: 0.1 2 | speedMultiplier: 0.65 3 | damageMultiplier: 0.9 4 | -------------------------------------------------------------------------------- /content/status/13m-03-status-infested.hjson: -------------------------------------------------------------------------------- 1 | damageMultiplier: 0.8 2 | buildSpeedMultiplier: 0.8 3 | reloadMultiplier: 0.8 4 | -------------------------------------------------------------------------------- /content/status/13m-04-status-energy-phasing.hjson: -------------------------------------------------------------------------------- 1 | buildSpeedMultiplier: 0 2 | speedMultiplier: 0 3 | disarm: true 4 | -------------------------------------------------------------------------------- /content/status/13m-05-status-control-corruption.hjson: -------------------------------------------------------------------------------- 1 | reloadMultiplier: 0.9 2 | speedMultiplier: 0.9 3 | -------------------------------------------------------------------------------- /content/status/13m-06-small-speed-boost.hjson: -------------------------------------------------------------------------------- 1 | speedMultiplier: 1.1 2 | permanent: true 3 | -------------------------------------------------------------------------------- /content/status/13m-07-medium-speed-boost.hjson: -------------------------------------------------------------------------------- 1 | speedMultiplier: 1.15 2 | permanent: true 3 | -------------------------------------------------------------------------------- /content/status/13m-08-large-speed-boost.hjson: -------------------------------------------------------------------------------- 1 | speedMultiplier: 1.2 2 | permanent: true 3 | -------------------------------------------------------------------------------- /content/status/lore-tablets/26z-01-item-tablet-ferrinite.hjson: -------------------------------------------------------------------------------- 1 | research: { 2 | parent: 11k-01-core-essence 3 | objectives: [ 4 | 01a-01-item-ferrinite 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /content/status/lore-tablets/26z-02-item-tablet-demetite.hjson: -------------------------------------------------------------------------------- 1 | research: { 2 | parent: 26z-01-item-tablet-ferrinite 3 | objectives: [ 4 | 01a-02-item-demetite 5 | ] 6 | } -------------------------------------------------------------------------------- /content/status/lore-tablets/26z-03-item-tablet-lignite.hjson: -------------------------------------------------------------------------------- 1 | research: { 2 | parent: 26z-02-item-tablet-demetite 3 | objectives: [ 4 | 01a-03-item-lignite 5 | ] 6 | } -------------------------------------------------------------------------------- /content/status/lore-tablets/26z-04-item-tablet-hardened-sand.hjson: -------------------------------------------------------------------------------- 1 | research: { 2 | parent: 26z-03-item-tablet-lignite 3 | objectives: [ 4 | 01a-04-item-hardened-sand 5 | ] 6 | } -------------------------------------------------------------------------------- /content/status/lore-tablets/26z-05-item-tablet-red-sand.hjson: -------------------------------------------------------------------------------- 1 | research: { 2 | parent: 26z-04-item-tablet-hardened-sand 3 | objectives: [ 4 | 01a-05-item-red-sand 5 | ] 6 | } -------------------------------------------------------------------------------- /content/status/lore-tablets/26z-06-item-tablet-lodestone.hjson: -------------------------------------------------------------------------------- 1 | research: { 2 | parent: 26z-05-item-tablet-red-sand 3 | objectives: [ 4 | 01a-06-item-lodestone 5 | ] 6 | } -------------------------------------------------------------------------------- /content/status/lore-tablets/26z-07-item-tablet-lithium.hjson: -------------------------------------------------------------------------------- 1 | research: { 2 | parent: 26z-06-item-tablet-lodestone 3 | objectives: [ 4 | 01a-07-item-lithium 5 | ] 6 | } -------------------------------------------------------------------------------- /content/status/lore-tablets/26z-08-item-tablet-cretite.hjson: -------------------------------------------------------------------------------- 1 | research: { 2 | parent: 26z-07-item-tablet-lithium 3 | objectives: [ 4 | 01a-08-item-cretite 5 | ] 6 | } -------------------------------------------------------------------------------- /content/status/lore-tablets/26z-12-item-tablet-barite.hjson: -------------------------------------------------------------------------------- 1 | research: { 2 | parent: 26z-11-item-tablet-irradiated-lump 3 | objectives: [ 4 | 01a-11-item-barite 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /content/status/lore-tablets/26z-13-item-tablet-crosium.hjson: -------------------------------------------------------------------------------- 1 | research: { 2 | parent: 26z-12-item-tablet-barite 3 | objectives: [ 4 | 01a-12-item-crosium 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /content/status/lore-tablets/26z-15-item-tablet-draysten.hjson: -------------------------------------------------------------------------------- 1 | research: { 2 | parent: 26z-14-item-tablet-vesmonium 3 | objectives: [ 4 | 01a-14-item-draysten 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /content/status/lore-tablets/26z-16-liquid-tablet-pressure.hjson: -------------------------------------------------------------------------------- 1 | research: { 2 | parent: 26z-06-item-tablet-lodestone 3 | objectives: [ 4 | 02b-01-pressure 5 | ] 6 | } -------------------------------------------------------------------------------- /content/status/lore-tablets/26z-18-liquid-tablet-oasis-water.hjson: -------------------------------------------------------------------------------- 1 | research: { 2 | parent: 26z-06-item-tablet-lodestone 3 | objectives: [ 4 | 02b-02-liquid-oasis-water 5 | ] 6 | } -------------------------------------------------------------------------------- /github/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/github/banner.jpg -------------------------------------------------------------------------------- /github/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/github/logo.png -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/icon.png -------------------------------------------------------------------------------- /maps/19s-01-genesis.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/19s-01-genesis.msav -------------------------------------------------------------------------------- /maps/19s-02-ignition.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/19s-02-ignition.msav -------------------------------------------------------------------------------- /maps/19s-03-lattice.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/19s-03-lattice.msav -------------------------------------------------------------------------------- /maps/19s-04-fulge.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/19s-04-fulge.msav -------------------------------------------------------------------------------- /maps/19s-05-immist.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/19s-05-immist.msav -------------------------------------------------------------------------------- /maps/19s-06-igneous-peaks.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/19s-06-igneous-peaks.msav -------------------------------------------------------------------------------- /maps/19s-07-detriment-valley.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/19s-07-detriment-valley.msav -------------------------------------------------------------------------------- /maps/19s-08-defringed-webbery.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/19s-08-defringed-webbery.msav -------------------------------------------------------------------------------- /maps/19s-09-synthesis-facility.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/19s-09-synthesis-facility.msav -------------------------------------------------------------------------------- /maps/19s-10-furnace-settlement.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/19s-10-furnace-settlement.msav -------------------------------------------------------------------------------- /maps/19s-11-omega.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/19s-11-omega.msav -------------------------------------------------------------------------------- /maps/20t-01-maar.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-01-maar.msav -------------------------------------------------------------------------------- /maps/20t-02-chasm.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-02-chasm.msav -------------------------------------------------------------------------------- /maps/20t-02-d-inferate.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-02-d-inferate.msav -------------------------------------------------------------------------------- /maps/20t-02-e-clamor.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-02-e-clamor.msav -------------------------------------------------------------------------------- /maps/20t-02-f-embage.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-02-f-embage.msav -------------------------------------------------------------------------------- /maps/20t-02-g-factory-unit-0047.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-02-g-factory-unit-0047.msav -------------------------------------------------------------------------------- /maps/20t-03-a-g-evene.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-03-a-g-evene.msav -------------------------------------------------------------------------------- /maps/20t-03-a-magmatic-riverbed.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-03-a-magmatic-riverbed.msav -------------------------------------------------------------------------------- /maps/20t-03-barite-valley.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-03-barite-valley.msav -------------------------------------------------------------------------------- /maps/20t-03-c-lucila.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-03-c-lucila.msav -------------------------------------------------------------------------------- /maps/20t-04-bioweapon-facility.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-04-bioweapon-facility.msav -------------------------------------------------------------------------------- /maps/20t-04-c-oasis-delta.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-04-c-oasis-delta.msav -------------------------------------------------------------------------------- /maps/20t-04-d-preciptum.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-04-d-preciptum.msav -------------------------------------------------------------------------------- /maps/20t-05-abandoned-research-center.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-05-abandoned-research-center.msav -------------------------------------------------------------------------------- /maps/20t-05-b-thanatos.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-05-b-thanatos.msav -------------------------------------------------------------------------------- /maps/20t-05-c-caldoria.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-05-c-caldoria.msav -------------------------------------------------------------------------------- /maps/20t-06-molten-heights.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-06-molten-heights.msav -------------------------------------------------------------------------------- /maps/20t-06-n-mune.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-06-n-mune.msav -------------------------------------------------------------------------------- /maps/20t-06-o-inferno-bastion.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-06-o-inferno-bastion.msav -------------------------------------------------------------------------------- /maps/20t-07-finistera.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-07-finistera.msav -------------------------------------------------------------------------------- /maps/20t-08-acropolis.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/20t-08-acropolis.msav -------------------------------------------------------------------------------- /maps/21u-01-mega-barite-valley.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/21u-01-mega-barite-valley.msav -------------------------------------------------------------------------------- /maps/21u-02-ultra-barite-valley.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/21u-02-ultra-barite-valley.msav -------------------------------------------------------------------------------- /maps/21u-03-felesa.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/21u-03-felesa.msav -------------------------------------------------------------------------------- /maps/21u-04-dead-forest.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/maps/21u-04-dead-forest.msav -------------------------------------------------------------------------------- /music/boss1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/music/boss1.ogg -------------------------------------------------------------------------------- /music/boss2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/music/boss2.ogg -------------------------------------------------------------------------------- /music/fine.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/music/fine.ogg -------------------------------------------------------------------------------- /music/game1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/music/game1.ogg -------------------------------------------------------------------------------- /music/game2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/music/game2.ogg -------------------------------------------------------------------------------- /music/game3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/music/game3.ogg -------------------------------------------------------------------------------- /music/game4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/music/game4.ogg -------------------------------------------------------------------------------- /music/game5.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/music/game5.ogg -------------------------------------------------------------------------------- /music/game6.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/music/game6.ogg -------------------------------------------------------------------------------- /music/game7.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/music/game7.ogg -------------------------------------------------------------------------------- /music/game8.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/music/game8.ogg -------------------------------------------------------------------------------- /music/game9.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/music/game9.ogg -------------------------------------------------------------------------------- /music/land.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/music/land.ogg -------------------------------------------------------------------------------- /music/launch.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/music/launch.ogg -------------------------------------------------------------------------------- /music/menu.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/music/menu.ogg -------------------------------------------------------------------------------- /schematics/core-essence.msch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/schematics/core-essence.msch -------------------------------------------------------------------------------- /schematics/core-omphalos.msch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/schematics/core-omphalos.msch -------------------------------------------------------------------------------- /schematics/core-petra.msch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/schematics/core-petra.msch -------------------------------------------------------------------------------- /schematics/core-silex.msch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/schematics/core-silex.msch -------------------------------------------------------------------------------- /schematics/core-substratum.msch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/schematics/core-substratum.msch -------------------------------------------------------------------------------- /schematics/core-summit.msch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/schematics/core-summit.msch -------------------------------------------------------------------------------- /sounds/annectodon-charge.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/annectodon-charge.mp3 -------------------------------------------------------------------------------- /sounds/annectodon-shoot.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/annectodon-shoot.mp3 -------------------------------------------------------------------------------- /sounds/arcane-moss-hit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/arcane-moss-hit.ogg -------------------------------------------------------------------------------- /sounds/arcane-moss-shoot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/arcane-moss-shoot.ogg -------------------------------------------------------------------------------- /sounds/crest-laser.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/crest-laser.ogg -------------------------------------------------------------------------------- /sounds/dull-impact.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/dull-impact.mp3 -------------------------------------------------------------------------------- /sounds/energy-blade-hit.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/energy-blade-hit.mp3 -------------------------------------------------------------------------------- /sounds/energy-blade-launch.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/energy-blade-launch.mp3 -------------------------------------------------------------------------------- /sounds/green-laser-charge-early-short.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/green-laser-charge-early-short.mp3 -------------------------------------------------------------------------------- /sounds/green-laser-charge-long.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/green-laser-charge-long.mp3 -------------------------------------------------------------------------------- /sounds/monolith-impact.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/monolith-impact.mp3 -------------------------------------------------------------------------------- /sounds/pressure-release.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/pressure-release.ogg -------------------------------------------------------------------------------- /sounds/reactor-explosion.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/reactor-explosion.mp3 -------------------------------------------------------------------------------- /sounds/rock-crush.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/rock-crush.mp3 -------------------------------------------------------------------------------- /sounds/shoot-big-artillery.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/shoot-big-artillery.mp3 -------------------------------------------------------------------------------- /sounds/shoot-dull.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/shoot-dull.mp3 -------------------------------------------------------------------------------- /sounds/shoot-heavy-cannon.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/shoot-heavy-cannon.mp3 -------------------------------------------------------------------------------- /sounds/shoot-laser.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/shoot-laser.mp3 -------------------------------------------------------------------------------- /sounds/shoot-loud-heavy.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/shoot-loud-heavy.mp3 -------------------------------------------------------------------------------- /sounds/shoot-mashinegun.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/shoot-mashinegun.mp3 -------------------------------------------------------------------------------- /sounds/shoot-mortar.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/shoot-mortar.mp3 -------------------------------------------------------------------------------- /sounds/shoot-small-flame.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/shoot-small-flame.mp3 -------------------------------------------------------------------------------- /sounds/short-laser-charge.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/short-laser-charge.mp3 -------------------------------------------------------------------------------- /sounds/whoosh.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sounds/whoosh.mp3 -------------------------------------------------------------------------------- /sprites-override/effects/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites-override/effects/error.png -------------------------------------------------------------------------------- /sprites-override/teams/team-crux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites-override/teams/team-crux.png -------------------------------------------------------------------------------- /sprites-override/teams/team-sharded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites-override/teams/team-sharded.png -------------------------------------------------------------------------------- /sprites-override/ui/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites-override/ui/logo.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/05e-07-duct-sorter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/distribution/05e-07-duct-sorter.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-03-ferrinite-crusher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/drills/04d-03-ferrinite-crusher.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-04-demetite-crusher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/drills/04d-04-demetite-crusher.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-05-friction-quarry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/drills/04d-05-friction-quarry.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-07-abrasion-quarry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/drills/04d-07-abrasion-quarry.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-08-discharge-quarry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/drills/04d-08-discharge-quarry.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-11-geode-cracker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/drills/04d-11-geode-cracker.png -------------------------------------------------------------------------------- /sprites/blocks/drills/04d-12-slag-cooling-mold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/drills/04d-12-slag-cooling-mold.png -------------------------------------------------------------------------------- /sprites/blocks/effect/11k-08-explosive-mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/effect/11k-08-explosive-mine.png -------------------------------------------------------------------------------- /sprites/blocks/effect/11k-09-barrier-projector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/effect/11k-09-barrier-projector.png -------------------------------------------------------------------------------- /sprites/blocks/effect/11k-11-restoration-dome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/effect/11k-11-restoration-dome.png -------------------------------------------------------------------------------- /sprites/blocks/effect/11k-12-voidlock-generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/effect/11k-12-voidlock-generator.png -------------------------------------------------------------------------------- /sprites/blocks/environment/aged-demetite-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/aged-demetite-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/aged-demetite-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/aged-demetite-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/aged-ferrinite-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/aged-ferrinite-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/aged-ferrinite-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/aged-ferrinite-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcana-spikes1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcana-spikes1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcana-spikes2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcana-spikes2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcane-moss-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcane-moss-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcane-moss-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcane-moss-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcane-moss1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcane-moss1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcane-moss2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcane-moss2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcane-moss3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcane-moss3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcane-moss4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcane-moss4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcane-tendrils1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcane-tendrils1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcane-tendrils2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcane-tendrils2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcane-tendrils3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcane-tendrils3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcane-tendrils4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcane-tendrils4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcane-tendrils5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcane-tendrils5.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcane-tendrils6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcane-tendrils6.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcane-tendrils7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcane-tendrils7.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcane-tendrils8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcane-tendrils8.png -------------------------------------------------------------------------------- /sprites/blocks/environment/arcane-tendrils9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/arcane-tendrils9.png -------------------------------------------------------------------------------- /sprites/blocks/environment/barite-boulder1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/barite-boulder1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/barite-boulder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/barite-boulder2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/barite-floor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/barite-floor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/barite-floor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/barite-floor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/barite-floor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/barite-floor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/barite-geyser1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/barite-geyser1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/barite-geyser2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/barite-geyser2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/barite-hive-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/barite-hive-out.png -------------------------------------------------------------------------------- /sprites/blocks/environment/barite-hive-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/barite-hive-shadow.png -------------------------------------------------------------------------------- /sprites/blocks/environment/barite-hive-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/barite-hive-top.png -------------------------------------------------------------------------------- /sprites/blocks/environment/barite-hive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/barite-hive.png -------------------------------------------------------------------------------- /sprites/blocks/environment/barite-vent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/barite-vent1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/barite-vent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/barite-vent2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/black-brick-tiles1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/black-brick-tiles1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/black-brick-tiles2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/black-brick-tiles2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/black-brick-tiles3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/black-brick-tiles3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/blue-fungus-floor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/blue-fungus-floor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/blue-fungus-floor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/blue-fungus-floor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/blue-fungus-floor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/blue-fungus-floor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/blue-fungus-floor4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/blue-fungus-floor4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/blue-fungus-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/blue-fungus-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/blue-fungus-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/blue-fungus-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/brown-sand-floor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/brown-sand-floor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/brown-sand-floor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/brown-sand-floor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/brown-sand-floor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/brown-sand-floor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/brown-sand-vent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/brown-sand-vent1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/brown-sand-vent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/brown-sand-vent2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/brown-sand-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/brown-sand-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/brown-sand-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/brown-sand-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/brown-sand-wall3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/brown-sand-wall3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt-boulder1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt-boulder1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt-boulder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt-boulder2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt-wall3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt-wall3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt10.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt11.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt5.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt6.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt7.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt8.png -------------------------------------------------------------------------------- /sprites/blocks/environment/coarse-dirt9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/coarse-dirt9.png -------------------------------------------------------------------------------- /sprites/blocks/environment/cold-obsidian-floor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/cold-obsidian-floor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/cold-obsidian-floor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/cold-obsidian-floor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/cold-obsidian-floor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/cold-obsidian-floor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/cold-obsidian-vent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/cold-obsidian-vent1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/cold-obsidian-vent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/cold-obsidian-vent2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/cold-obsidian-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/cold-obsidian-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/cold-obsidian-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/cold-obsidian-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-bush-shadow-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-bush-shadow-1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-bush-shadow-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-bush-shadow-2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-bush-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-bush-shadow.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-bush-shadow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-bush-shadow1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-bush-shadow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-bush-shadow2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-bush1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-bush1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-bush2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-bush2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-moss-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-moss-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-moss-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-moss-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-moss-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-moss-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-moss1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-moss1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-moss2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-moss2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-moss3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-moss3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-moss4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-moss4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-tree-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-tree-shadow.png -------------------------------------------------------------------------------- /sprites/blocks/environment/dead-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/dead-tree.png -------------------------------------------------------------------------------- /sprites/blocks/environment/deep-oasis-water-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/deep-oasis-water-3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/deep-oasis-water1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/deep-oasis-water1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/deep-oasis-water2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/deep-oasis-water2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/deep-oasis-water3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/deep-oasis-water3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/demetic-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/demetic-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/demetic-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/demetic-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/demetic-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/demetic-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/demetic-wall3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/demetic-wall3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/demetite-boulder1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/demetite-boulder1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/demetite-boulder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/demetite-boulder2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/demetite-stone1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/demetite-stone1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/demetite-stone2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/demetite-stone2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/demetite-stone3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/demetite-stone3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/demetite-vent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/demetite-vent1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/demetite-vent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/demetite-vent2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/demetite-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/demetite-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/demetite-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/demetite-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/demetite-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/demetite-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/env-barite-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/env-barite-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/env-barite-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/env-barite-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/env-obsidian-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/env-obsidian-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/env-obsidian-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/env-obsidian-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ferrinite-boulder1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ferrinite-boulder1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ferrinite-boulder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ferrinite-boulder2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ferrinite-stone1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ferrinite-stone1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ferrinite-stone2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ferrinite-stone2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ferrinite-stone3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ferrinite-stone3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ferrinite-vent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ferrinite-vent1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ferrinite-vent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ferrinite-vent2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ferrinite-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ferrinite-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ferrinite-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ferrinite-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ferrinite-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ferrinite-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ferritic-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ferritic-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ferritic-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ferritic-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ferritic-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ferritic-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ferritic-wall3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ferritic-wall3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/glass-floor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/glass-floor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/glass-floor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/glass-floor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/glass-floor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/glass-floor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hardened-sand-floor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hardened-sand-floor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hardened-sand-floor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hardened-sand-floor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hardened-sand-floor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hardened-sand-floor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hardened-sand-vent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hardened-sand-vent1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hardened-sand-vent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hardened-sand-vent2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hardened-sand-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hardened-sand-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hardened-sand-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hardened-sand-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hardened-sand-wall3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hardened-sand-wall3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hardened-sand-water1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hardened-sand-water1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hardened-sand-water2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hardened-sand-water2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hardened-sand-water3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hardened-sand-water3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hive-boulder1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hive-boulder1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hive-boulder2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hive-boulder2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hive-tile1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hive-tile1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hive-tile2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hive-tile2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hive-tile3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hive-tile3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hive-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hive-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hive-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hive-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/hive-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/hive-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/huge-barite-hive-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/huge-barite-hive-out.png -------------------------------------------------------------------------------- /sprites/blocks/environment/huge-barite-hive-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/huge-barite-hive-top.png -------------------------------------------------------------------------------- /sprites/blocks/environment/huge-barite-hive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/huge-barite-hive.png -------------------------------------------------------------------------------- /sprites/blocks/environment/kelp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/kelp1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/kelp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/kelp2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/kelp3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/kelp3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/large-barite-hive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/large-barite-hive.png -------------------------------------------------------------------------------- /sprites/blocks/environment/liquid-barite-floor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/liquid-barite-floor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/liquid-barite-floor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/liquid-barite-floor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/liquid-barite-floor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/liquid-barite-floor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/mushroom-cap1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/mushroom-cap1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/mushroom-cap2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/mushroom-cap2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/mushroom-cap3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/mushroom-cap3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/mushroom-stem1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/mushroom-stem1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/mushroom-stem2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/mushroom-stem2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/mushroom-stem3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/mushroom-stem3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/oasis-geyser1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/oasis-geyser1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/oasis-geyser2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/oasis-geyser2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/obsidian-floor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/obsidian-floor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/obsidian-floor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/obsidian-floor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/obsidian-floor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/obsidian-floor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/obsidian-spikes1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/obsidian-spikes1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/obsidian-spikes2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/obsidian-spikes2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/obsidian-spikes3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/obsidian-spikes3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/obsidian-vent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/obsidian-vent1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/obsidian-vent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/obsidian-vent2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore-lignite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ore-lignite1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore-lignite2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ore-lignite2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore-lignite3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ore-lignite3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore-obsidian1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ore-obsidian1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore-obsidian2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ore-obsidian2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore-obsidian3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ore-obsidian3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore-wall-demetite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ore-wall-demetite1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore-wall-demetite2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ore-wall-demetite2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore-wall-demetite3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ore-wall-demetite3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore-wall-ferrinite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ore-wall-ferrinite1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore-wall-ferrinite2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ore-wall-ferrinite2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/ore-wall-ferrinite3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/ore-wall-ferrinite3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/quicksand1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/quicksand1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/quicksand2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/quicksand2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/quicksand3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/quicksand3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/quicksand4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/quicksand4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/quicksand5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/quicksand5.png -------------------------------------------------------------------------------- /sprites/blocks/environment/quicksand6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/quicksand6.png -------------------------------------------------------------------------------- /sprites/blocks/environment/radian-barite-floor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/radian-barite-floor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/radian-barite-floor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/radian-barite-floor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/radian-barite-floor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/radian-barite-floor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/radian-barite-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/radian-barite-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/radian-barite-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/radian-barite-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/radian-vent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/radian-vent1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/radian-vent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/radian-vent2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/red-sand-floor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/red-sand-floor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/red-sand-floor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/red-sand-floor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/red-sand-floor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/red-sand-floor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/red-sand-lump1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/red-sand-lump1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/red-sand-lump2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/red-sand-lump2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/red-sand-vent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/red-sand-vent1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/red-sand-vent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/red-sand-vent2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/red-sand-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/red-sand-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/red-sand-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/red-sand-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/red-sand-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/red-sand-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/red-sand-wall3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/red-sand-wall3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/reed-center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/reed-center.png -------------------------------------------------------------------------------- /sprites/blocks/environment/reed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/reed.png -------------------------------------------------------------------------------- /sprites/blocks/environment/shallow-oasis-water1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/shallow-oasis-water1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/shallow-oasis-water2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/shallow-oasis-water2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/shallow-oasis-water3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/shallow-oasis-water3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/slag-geyser1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/slag-geyser1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/slag-geyser2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/slag-geyser2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/terracotta-floor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/terracotta-floor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/terracotta-floor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/terracotta-floor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/terracotta-floor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/terracotta-floor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/terracotta-vent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/terracotta-vent1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/terracotta-vent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/terracotta-vent2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/terracotta-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/terracotta-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/terracotta-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/terracotta-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/terracotta-wall3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/terracotta-wall3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/uranium-floor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/uranium-floor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/uranium-floor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/uranium-floor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/uranium-floor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/environment/uranium-floor3.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-02-aqueduct-junction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/liquids/06f-02-aqueduct-junction.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-02-aqueduct-juntion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/liquids/06f-02-aqueduct-juntion.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-03-aqueduct-router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/liquids/06f-03-aqueduct-router.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-04-aqueduct-bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/liquids/06f-04-aqueduct-bridge.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-05-lodestone-pump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/liquids/06f-05-lodestone-pump.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-06-exothermic-pump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/liquids/06f-06-exothermic-pump.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-07-oasis-water-sieve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/liquids/06f-07-oasis-water-sieve.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-08-liquid-vat-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/liquids/06f-08-liquid-vat-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-08-liquid-vat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/liquids/06f-08-liquid-vat.png -------------------------------------------------------------------------------- /sprites/blocks/liquids/06f-09-liquid-silo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/liquids/06f-09-liquid-silo.png -------------------------------------------------------------------------------- /sprites/blocks/logic/12l-01-logic-chip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/logic/12l-01-logic-chip.png -------------------------------------------------------------------------------- /sprites/blocks/logic/12l-02-logic-control-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/logic/12l-02-logic-control-on.png -------------------------------------------------------------------------------- /sprites/blocks/logic/12l-02-logic-control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/logic/12l-02-logic-control.png -------------------------------------------------------------------------------- /sprites/blocks/logic/12l-03-hardened-message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/logic/12l-03-hardened-message.png -------------------------------------------------------------------------------- /sprites/blocks/logic/12l-04-logic-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/logic/12l-04-logic-screen.png -------------------------------------------------------------------------------- /sprites/blocks/logic/12l-05-memory-chip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/logic/12l-05-memory-chip.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-0-0.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-0-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-0-1.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-0-2.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-0-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-0-3.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-1-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-1-0.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-1-1.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-1-2.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-1-3.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-2-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-2-0.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-2-1.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-2-2.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-2-3.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-3-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-3-0.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-3-1.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-3-2.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-3-3.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-4-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-4-0.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-4-1.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-4-2.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire-4-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire-4-3.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-01-ferrinite-wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-01-ferrinite-wire.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-0-0.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-0-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-0-1.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-0-2.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-0-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-0-3.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-1-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-1-0.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-1-1.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-1-2.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-1-3.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-2-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-2-0.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-2-1.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-2-2.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-2-3.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-3-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-3-0.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-3-1.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-3-2.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire-3-3.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-02-reinforced-wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-02-reinforced-wire.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-03-rectifier-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-03-rectifier-arrow.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-03-rectifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-03-rectifier.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-04-network-terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-04-network-terminal.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-05-connector-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-05-connector-node.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-06-power-cell-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-06-power-cell-top.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-06-power-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-06-power-cell.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-08-pressure-turbine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-08-pressure-turbine.png -------------------------------------------------------------------------------- /sprites/blocks/power/07g-09-cretite-turbine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/07g-09-cretite-turbine.png -------------------------------------------------------------------------------- /sprites/blocks/power/imaginary-bridge-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/imaginary-bridge-arrow.png -------------------------------------------------------------------------------- /sprites/blocks/power/imaginary-bridge-bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/imaginary-bridge-bridge.png -------------------------------------------------------------------------------- /sprites/blocks/power/imaginary-bridge-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/imaginary-bridge-end.png -------------------------------------------------------------------------------- /sprites/blocks/power/imaginary-bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/imaginary-bridge.png -------------------------------------------------------------------------------- /sprites/blocks/power/imaginary-junction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/power/imaginary-junction.png -------------------------------------------------------------------------------- /sprites/blocks/production/09i-06-barite-quern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/production/09i-06-barite-quern.png -------------------------------------------------------------------------------- /sprites/blocks/production/09i-16-cretite-etna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/production/09i-16-cretite-etna.png -------------------------------------------------------------------------------- /sprites/blocks/production/09i-20-pyre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/production/09i-20-pyre.png -------------------------------------------------------------------------------- /sprites/blocks/production/solar-heater-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/production/solar-heater-heat.png -------------------------------------------------------------------------------- /sprites/blocks/production/solar-heater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/production/solar-heater.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-01-core-essence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/storage/11k-01-core-essence.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-02-core-substratum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/storage/11k-02-core-substratum.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-03-core-omphalos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/storage/11k-03-core-omphalos.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-04-core-petra-team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/storage/11k-04-core-petra-team.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-04-core-petra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/storage/11k-04-core-petra.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-05-core-silex-team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/storage/11k-05-core-silex-team.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-05-core-silex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/storage/11k-05-core-silex.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-06-core-summit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/storage/11k-06-core-summit.png -------------------------------------------------------------------------------- /sprites/blocks/storage/11k-07-storage-capsule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/storage/11k-07-storage-capsule.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/bases/empty-block-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/turrets/bases/empty-block-2.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/bases/monolith-block-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/turrets/bases/monolith-block-7.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/bases/smol-block-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/turrets/bases/smol-block-2.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/bases/spiky-block-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/turrets/bases/spiky-block-1.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/bases/spiky-block-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/turrets/bases/spiky-block-2.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/bases/spiky-block-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/turrets/bases/spiky-block-3.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/bases/spiky-block-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/turrets/bases/spiky-block-4.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/bullets/drop-bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/turrets/bullets/drop-bullet.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/item/03c-01-catapult.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/turrets/item/03c-01-catapult.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/item/03c-02-spray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/turrets/item/03c-02-spray.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/item/03c-03-singe-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/turrets/item/03c-03-singe-heat.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/item/03c-03-singe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/turrets/item/03c-03-singe.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/item/fulmination/e: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /sprites/blocks/turrets/item/skip/03c-04-skip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/turrets/item/skip/03c-04-skip.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/liquid/03c-05-billow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/turrets/liquid/03c-05-billow.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/power/03c-17-tralux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/turrets/power/03c-17-tralux.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-14-freight-conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/units/10j-14-freight-conveyor.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-15-freight-router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/units/10j-15-freight-router.png -------------------------------------------------------------------------------- /sprites/blocks/units/10j-17-freight-launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/units/10j-17-freight-launcher.png -------------------------------------------------------------------------------- /sprites/blocks/units/autoforge-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/units/autoforge-shadow.png -------------------------------------------------------------------------------- /sprites/blocks/units/autoforge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/units/autoforge.png -------------------------------------------------------------------------------- /sprites/blocks/units/large-autoforge-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/units/large-autoforge-shadow.png -------------------------------------------------------------------------------- /sprites/blocks/units/large-autoforge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/units/large-autoforge.png -------------------------------------------------------------------------------- /sprites/blocks/units/mechanical-joint-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/units/mechanical-joint-shadow.png -------------------------------------------------------------------------------- /sprites/blocks/units/mechanical-joint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/units/mechanical-joint.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-09-barite-wall-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/walls/08h-09-barite-wall-small.png -------------------------------------------------------------------------------- /sprites/blocks/walls/08h-10-barite-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/blocks/walls/08h-10-barite-wall-large.png -------------------------------------------------------------------------------- /sprites/items/01a-01-item-ferrinite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/01a-01-item-ferrinite.png -------------------------------------------------------------------------------- /sprites/items/01a-02-item-demetite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/01a-02-item-demetite.png -------------------------------------------------------------------------------- /sprites/items/01a-03-item-lignite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/01a-03-item-lignite.png -------------------------------------------------------------------------------- /sprites/items/01a-04-item-hardened-sand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/01a-04-item-hardened-sand.png -------------------------------------------------------------------------------- /sprites/items/01a-05-item-red-sand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/01a-05-item-red-sand.png -------------------------------------------------------------------------------- /sprites/items/01a-06-item-lodestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/01a-06-item-lodestone.png -------------------------------------------------------------------------------- /sprites/items/01a-07-item-lithium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/01a-07-item-lithium.png -------------------------------------------------------------------------------- /sprites/items/01a-08-item-cretite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/01a-08-item-cretite.png -------------------------------------------------------------------------------- /sprites/items/01a-08-j-item-crystalline-geode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/01a-08-j-item-crystalline-geode.png -------------------------------------------------------------------------------- /sprites/items/01a-09-item-obsidian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/01a-09-item-obsidian.png -------------------------------------------------------------------------------- /sprites/items/01a-10-item-irradiated-lump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/01a-10-item-irradiated-lump.png -------------------------------------------------------------------------------- /sprites/items/01a-11-item-barite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/01a-11-item-barite.png -------------------------------------------------------------------------------- /sprites/items/01a-12-item-crosium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/01a-12-item-crosium.png -------------------------------------------------------------------------------- /sprites/items/01a-13-item-barite-webbing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/01a-13-item-barite-webbing.png -------------------------------------------------------------------------------- /sprites/items/01a-14-item-draysten.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/01a-14-item-draysten.png -------------------------------------------------------------------------------- /sprites/items/liquids/02b-01-pressure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/liquids/02b-01-pressure.png -------------------------------------------------------------------------------- /sprites/items/liquids/02b-05-liquid-nontragen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/liquids/02b-05-liquid-nontragen.png -------------------------------------------------------------------------------- /sprites/items/liquids/02b-07-arcanoma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/items/liquids/02b-07-arcanoma.png -------------------------------------------------------------------------------- /sprites/shapes/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/shapes/arrow.png -------------------------------------------------------------------------------- /sprites/shapes/emp-bullet-hit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/shapes/emp-bullet-hit.png -------------------------------------------------------------------------------- /sprites/shapes/energy-blade-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/shapes/energy-blade-back.png -------------------------------------------------------------------------------- /sprites/shapes/energy-blade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/shapes/energy-blade.png -------------------------------------------------------------------------------- /sprites/shapes/everse-radiance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/shapes/everse-radiance.png -------------------------------------------------------------------------------- /sprites/shapes/hook-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/shapes/hook-back.png -------------------------------------------------------------------------------- /sprites/shapes/hook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/shapes/hook.png -------------------------------------------------------------------------------- /sprites/shapes/monolith-star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/shapes/monolith-star.png -------------------------------------------------------------------------------- /sprites/shapes/sound-wave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/shapes/sound-wave.png -------------------------------------------------------------------------------- /sprites/shapes/star-bullet-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/shapes/star-bullet-back.png -------------------------------------------------------------------------------- /sprites/shapes/star-bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/shapes/star-bullet.png -------------------------------------------------------------------------------- /sprites/shapes/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/shapes/star.png -------------------------------------------------------------------------------- /sprites/shapes/team-arumis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/shapes/team-arumis.png -------------------------------------------------------------------------------- /sprites/shapes/team-trumir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/shapes/team-trumir.png -------------------------------------------------------------------------------- /sprites/status/13m-01-status-rejuvenated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/status/13m-01-status-rejuvenated.png -------------------------------------------------------------------------------- /sprites/status/13m-02-status-radiated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/status/13m-02-status-radiated.png -------------------------------------------------------------------------------- /sprites/status/13m-03-status-infested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/status/13m-03-status-infested.png -------------------------------------------------------------------------------- /sprites/status/13m-04-status-energy-phasing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/status/13m-04-status-energy-phasing.png -------------------------------------------------------------------------------- /sprites/status/13m-06-small-speed-boost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/status/13m-06-small-speed-boost.png -------------------------------------------------------------------------------- /sprites/status/13m-07-medium-speed-boost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/status/13m-07-medium-speed-boost.png -------------------------------------------------------------------------------- /sprites/status/13m-08-large-speed-boost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/status/13m-08-large-speed-boost.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-blob-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-blob-full.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-blob-segment0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-blob-segment0.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-blob-segment1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-blob-segment1.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-blob-segment2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-blob-segment2.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-blob-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-blob-ui.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-crab-weapon-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-crab-weapon-left.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-crab-weapon-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-crab-weapon-right.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-moth-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-moth-full.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-moth-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-moth-ui.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-moth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-moth.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-raynoid-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-raynoid-cell.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-raynoid-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-raynoid-full.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-raynoid-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-raynoid-leg-base.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-raynoid-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-raynoid-leg.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-raynoid-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-raynoid-ui.png -------------------------------------------------------------------------------- /sprites/units/arcana/arcana-raynoid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/arcana/arcana-raynoid.png -------------------------------------------------------------------------------- /sprites/units/core/iota/17q-03-iota-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/iota/17q-03-iota-cell.png -------------------------------------------------------------------------------- /sprites/units/core/iota/17q-03-iota-foot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/iota/17q-03-iota-foot.png -------------------------------------------------------------------------------- /sprites/units/core/iota/17q-03-iota-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/iota/17q-03-iota-full.png -------------------------------------------------------------------------------- /sprites/units/core/iota/17q-03-iota-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/iota/17q-03-iota-glow.png -------------------------------------------------------------------------------- /sprites/units/core/iota/17q-03-iota-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/iota/17q-03-iota-leg-base.png -------------------------------------------------------------------------------- /sprites/units/core/iota/17q-03-iota-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/iota/17q-03-iota-leg.png -------------------------------------------------------------------------------- /sprites/units/core/iota/17q-03-iota-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/iota/17q-03-iota-ui.png -------------------------------------------------------------------------------- /sprites/units/core/iota/17q-03-iota.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/iota/17q-03-iota.png -------------------------------------------------------------------------------- /sprites/units/core/theta/17q-02-theta-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/theta/17q-02-theta-cell.png -------------------------------------------------------------------------------- /sprites/units/core/theta/17q-02-theta-foot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/theta/17q-02-theta-foot.png -------------------------------------------------------------------------------- /sprites/units/core/theta/17q-02-theta-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/theta/17q-02-theta-full.png -------------------------------------------------------------------------------- /sprites/units/core/theta/17q-02-theta-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/theta/17q-02-theta-glow.png -------------------------------------------------------------------------------- /sprites/units/core/theta/17q-02-theta-joint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/theta/17q-02-theta-joint.png -------------------------------------------------------------------------------- /sprites/units/core/theta/17q-02-theta-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/theta/17q-02-theta-leg.png -------------------------------------------------------------------------------- /sprites/units/core/theta/17q-02-theta-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/theta/17q-02-theta-ui.png -------------------------------------------------------------------------------- /sprites/units/core/theta/17q-02-theta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/theta/17q-02-theta.png -------------------------------------------------------------------------------- /sprites/units/core/theta/theta-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/theta/theta-weapon.png -------------------------------------------------------------------------------- /sprites/units/core/weapons/electric-drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/weapons/electric-drone.png -------------------------------------------------------------------------------- /sprites/units/core/weapons/fire-drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/weapons/fire-drone.png -------------------------------------------------------------------------------- /sprites/units/core/weapons/iota-weapon-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/weapons/iota-weapon-glow.png -------------------------------------------------------------------------------- /sprites/units/core/weapons/iota-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/weapons/iota-weapon.png -------------------------------------------------------------------------------- /sprites/units/core/weapons/needle-drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/weapons/needle-drone.png -------------------------------------------------------------------------------- /sprites/units/core/weapons/theta-weapon-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/weapons/theta-weapon-glow.png -------------------------------------------------------------------------------- /sprites/units/core/weapons/theta-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/weapons/theta-weapon.png -------------------------------------------------------------------------------- /sprites/units/core/weapons/zeta-weapon-l-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/weapons/zeta-weapon-l-glow.png -------------------------------------------------------------------------------- /sprites/units/core/weapons/zeta-weapon-r-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/weapons/zeta-weapon-r-glow.png -------------------------------------------------------------------------------- /sprites/units/core/wormy-bois/clitelle-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/wormy-bois/clitelle-weapon.png -------------------------------------------------------------------------------- /sprites/units/core/zeta/17q-01-zeta-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/zeta/17q-01-zeta-base.png -------------------------------------------------------------------------------- /sprites/units/core/zeta/17q-01-zeta-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/zeta/17q-01-zeta-cell.png -------------------------------------------------------------------------------- /sprites/units/core/zeta/17q-01-zeta-foot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/zeta/17q-01-zeta-foot.png -------------------------------------------------------------------------------- /sprites/units/core/zeta/17q-01-zeta-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/zeta/17q-01-zeta-full.png -------------------------------------------------------------------------------- /sprites/units/core/zeta/17q-01-zeta-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/zeta/17q-01-zeta-glow.png -------------------------------------------------------------------------------- /sprites/units/core/zeta/17q-01-zeta-joint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/zeta/17q-01-zeta-joint.png -------------------------------------------------------------------------------- /sprites/units/core/zeta/17q-01-zeta-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/zeta/17q-01-zeta-leg-base.png -------------------------------------------------------------------------------- /sprites/units/core/zeta/17q-01-zeta-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/zeta/17q-01-zeta-leg.png -------------------------------------------------------------------------------- /sprites/units/core/zeta/17q-01-zeta-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/zeta/17q-01-zeta-ui.png -------------------------------------------------------------------------------- /sprites/units/core/zeta/17q-01-zeta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/zeta/17q-01-zeta.png -------------------------------------------------------------------------------- /sprites/units/core/zeta/zeta-weapon-l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/zeta/zeta-weapon-l.png -------------------------------------------------------------------------------- /sprites/units/core/zeta/zeta-weapon-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/core/zeta/zeta-weapon-r.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-01-parave-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-01-parave-base.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-01-parave-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-01-parave-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-01-parave-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-01-parave-full.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-01-parave-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-01-parave-leg.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-01-parave-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-01-parave-ui.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-01-parave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-01-parave.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-02-teraze-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-02-teraze-base.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-02-teraze-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-02-teraze-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-02-teraze-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-02-teraze-full.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-02-teraze-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-02-teraze-leg.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-02-teraze-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-02-teraze-ui.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-02-teraze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-02-teraze.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-03-decredence-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-03-decredence-base.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-03-decredence-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-03-decredence-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-03-decredence-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-03-decredence-full.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-03-decredence-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-03-decredence-leg.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-03-decredence-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-03-decredence-ui.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-03-decredence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-03-decredence.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-04-tequant-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-04-tequant-base.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-04-tequant-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-04-tequant-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-04-tequant-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-04-tequant-full.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-04-tequant-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-04-tequant-leg.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-04-tequant-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-04-tequant-ui.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-04-tequant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-04-tequant.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-05-everse-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-05-everse-base.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-05-everse-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-05-everse-cell.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-05-everse-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-05-everse-full.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-05-everse-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-05-everse-leg.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-05-everse-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-05-everse-ui.png -------------------------------------------------------------------------------- /sprites/units/hover/16a-05-everse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/16a-05-everse.png -------------------------------------------------------------------------------- /sprites/units/hover/everse-launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/everse-launcher.png -------------------------------------------------------------------------------- /sprites/units/hover/everse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/everse.png -------------------------------------------------------------------------------- /sprites/units/hover/tequant-body-weapon-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/tequant-body-weapon-heat.png -------------------------------------------------------------------------------- /sprites/units/hover/tequant-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/hover/tequant-weapon.png -------------------------------------------------------------------------------- /sprites/units/mech/apex/14n-04-apex-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/apex/14n-04-apex-base.png -------------------------------------------------------------------------------- /sprites/units/mech/apex/14n-04-apex-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/apex/14n-04-apex-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/apex/14n-04-apex-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/apex/14n-04-apex-full.png -------------------------------------------------------------------------------- /sprites/units/mech/apex/14n-04-apex-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/apex/14n-04-apex-glow.png -------------------------------------------------------------------------------- /sprites/units/mech/apex/14n-04-apex-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/apex/14n-04-apex-leg.png -------------------------------------------------------------------------------- /sprites/units/mech/apex/14n-04-apex-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/apex/14n-04-apex-ui.png -------------------------------------------------------------------------------- /sprites/units/mech/apex/14n-04-apex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/apex/14n-04-apex.png -------------------------------------------------------------------------------- /sprites/units/mech/bayonet/14n-02-bayonet-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/bayonet/14n-02-bayonet-leg.png -------------------------------------------------------------------------------- /sprites/units/mech/bayonet/14n-02-bayonet-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/bayonet/14n-02-bayonet-ui.png -------------------------------------------------------------------------------- /sprites/units/mech/bayonet/14n-02-bayonet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/bayonet/14n-02-bayonet.png -------------------------------------------------------------------------------- /sprites/units/mech/cleaver/14n-03-cleaver-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/cleaver/14n-03-cleaver-leg.png -------------------------------------------------------------------------------- /sprites/units/mech/cleaver/14n-03-cleaver-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/cleaver/14n-03-cleaver-ui.png -------------------------------------------------------------------------------- /sprites/units/mech/cleaver/14n-03-cleaver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/cleaver/14n-03-cleaver.png -------------------------------------------------------------------------------- /sprites/units/mech/crest/14n-05-crest-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/crest/14n-05-crest-base.png -------------------------------------------------------------------------------- /sprites/units/mech/crest/14n-05-crest-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/crest/14n-05-crest-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/crest/14n-05-crest-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/crest/14n-05-crest-full.png -------------------------------------------------------------------------------- /sprites/units/mech/crest/14n-05-crest-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/crest/14n-05-crest-glow.png -------------------------------------------------------------------------------- /sprites/units/mech/crest/14n-05-crest-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/crest/14n-05-crest-leg.png -------------------------------------------------------------------------------- /sprites/units/mech/crest/14n-05-crest-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/crest/14n-05-crest-ui.png -------------------------------------------------------------------------------- /sprites/units/mech/crest/14n-05-crest-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/crest/14n-05-crest-weapon.png -------------------------------------------------------------------------------- /sprites/units/mech/crest/14n-05-crest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/crest/14n-05-crest.png -------------------------------------------------------------------------------- /sprites/units/mech/shiv/14n-01-shiv-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/shiv/14n-01-shiv-base.png -------------------------------------------------------------------------------- /sprites/units/mech/shiv/14n-01-shiv-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/shiv/14n-01-shiv-cell.png -------------------------------------------------------------------------------- /sprites/units/mech/shiv/14n-01-shiv-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/shiv/14n-01-shiv-full.png -------------------------------------------------------------------------------- /sprites/units/mech/shiv/14n-01-shiv-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/shiv/14n-01-shiv-leg.png -------------------------------------------------------------------------------- /sprites/units/mech/shiv/14n-01-shiv-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/shiv/14n-01-shiv-ui.png -------------------------------------------------------------------------------- /sprites/units/mech/shiv/14n-01-shiv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/shiv/14n-01-shiv.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/apex-mount-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/weapons/apex-mount-glow.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/apex-mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/weapons/apex-mount.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/apex-weapon-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/weapons/apex-weapon-glow.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/apex-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/weapons/apex-weapon.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/bayonet-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/weapons/bayonet-weapon.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/cleaver-weapon-r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/weapons/cleaver-weapon-r.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/cleaver-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/weapons/cleaver-weapon.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/crest-weapon-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/weapons/crest-weapon-glow.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/crest-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/weapons/crest-weapon.png -------------------------------------------------------------------------------- /sprites/units/mech/weapons/shiv-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/mech/weapons/shiv-weapon.png -------------------------------------------------------------------------------- /sprites/units/other/18r-01-alveus-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/18r-01-alveus-cell.png -------------------------------------------------------------------------------- /sprites/units/other/18r-01-alveus-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/18r-01-alveus-full.png -------------------------------------------------------------------------------- /sprites/units/other/18r-01-alveus-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/18r-01-alveus-ui.png -------------------------------------------------------------------------------- /sprites/units/other/18r-01-alveus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/18r-01-alveus.png -------------------------------------------------------------------------------- /sprites/units/other/18r-02-teeny-tiny-missile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/18r-02-teeny-tiny-missile.png -------------------------------------------------------------------------------- /sprites/units/other/18r-03-smol-missile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/18r-03-smol-missile.png -------------------------------------------------------------------------------- /sprites/units/other/18r-04-encased-shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/18r-04-encased-shell.png -------------------------------------------------------------------------------- /sprites/units/other/18r-09-heal-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/18r-09-heal-node.png -------------------------------------------------------------------------------- /sprites/units/other/18r-10-heal-node-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/18r-10-heal-node-2.png -------------------------------------------------------------------------------- /sprites/units/other/18r-11-lightning-emitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/18r-11-lightning-emitter.png -------------------------------------------------------------------------------- /sprites/units/other/18r-12-mounting-drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/18r-12-mounting-drone.png -------------------------------------------------------------------------------- /sprites/units/other/barite-crawler-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/barite-crawler-base.png -------------------------------------------------------------------------------- /sprites/units/other/barite-crawler-foot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/barite-crawler-foot.png -------------------------------------------------------------------------------- /sprites/units/other/barite-crawler-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/barite-crawler-leg-base.png -------------------------------------------------------------------------------- /sprites/units/other/barite-crawler-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/barite-crawler-leg.png -------------------------------------------------------------------------------- /sprites/units/other/barite-crawler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/barite-crawler.png -------------------------------------------------------------------------------- /sprites/units/other/barite-scourge-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/barite-scourge-base.png -------------------------------------------------------------------------------- /sprites/units/other/barite-scourge-foot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/barite-scourge-foot.png -------------------------------------------------------------------------------- /sprites/units/other/barite-scourge-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/barite-scourge-leg-base.png -------------------------------------------------------------------------------- /sprites/units/other/barite-scourge-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/barite-scourge-leg.png -------------------------------------------------------------------------------- /sprites/units/other/barite-scourge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/barite-scourge.png -------------------------------------------------------------------------------- /sprites/units/other/barite-stalker-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/barite-stalker-base.png -------------------------------------------------------------------------------- /sprites/units/other/barite-stalker-foot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/barite-stalker-foot.png -------------------------------------------------------------------------------- /sprites/units/other/barite-stalker-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/barite-stalker-leg-base.png -------------------------------------------------------------------------------- /sprites/units/other/barite-stalker-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/barite-stalker-leg.png -------------------------------------------------------------------------------- /sprites/units/other/barite-stalker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/barite-stalker.png -------------------------------------------------------------------------------- /sprites/units/other/large-eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/large-eye.png -------------------------------------------------------------------------------- /sprites/units/other/medium-barite-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/medium-barite-weapon.png -------------------------------------------------------------------------------- /sprites/units/other/medium-eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/medium-eye.png -------------------------------------------------------------------------------- /sprites/units/other/rupturing-explosion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/rupturing-explosion.png -------------------------------------------------------------------------------- /sprites/units/other/rupturing-shockwave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/rupturing-shockwave.png -------------------------------------------------------------------------------- /sprites/units/other/small-barite-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/small-barite-weapon.png -------------------------------------------------------------------------------- /sprites/units/other/small-eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/other/small-eye.png -------------------------------------------------------------------------------- /sprites/units/spooder/expound/16p-05-expound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/spooder/expound/16p-05-expound.png -------------------------------------------------------------------------------- /sprites/units/spooder/weapons/expound-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/spooder/weapons/expound-weapon.png -------------------------------------------------------------------------------- /sprites/units/spooder/weapons/luminary-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/spooder/weapons/luminary-weapon.png -------------------------------------------------------------------------------- /sprites/units/tank/aphelops/15o-04-aphelops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/tank/aphelops/15o-04-aphelops.png -------------------------------------------------------------------------------- /sprites/units/tank/aprotodon/15o-03-aprotodon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/tank/aprotodon/15o-03-aprotodon.png -------------------------------------------------------------------------------- /sprites/units/tank/shennong/15o-01-shennong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/tank/shennong/15o-01-shennong.png -------------------------------------------------------------------------------- /sprites/units/tank/trigon/15o-02-trigon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/tank/trigon/15o-02-trigon-cell.png -------------------------------------------------------------------------------- /sprites/units/tank/trigon/15o-02-trigon-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/tank/trigon/15o-02-trigon-full.png -------------------------------------------------------------------------------- /sprites/units/tank/trigon/15o-02-trigon-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/tank/trigon/15o-02-trigon-ui.png -------------------------------------------------------------------------------- /sprites/units/tank/trigon/15o-02-trigon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/tank/trigon/15o-02-trigon.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/annectodon-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/tank/weapons/annectodon-weapon.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/aphelops-launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/tank/weapons/aphelops-launcher.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/aphelops-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/tank/weapons/aphelops-weapon.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/aprotodon-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/tank/weapons/aprotodon-weapon.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/shennong-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/tank/weapons/shennong-weapon.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/trigon-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/tank/weapons/trigon-weapon-cell.png -------------------------------------------------------------------------------- /sprites/units/tank/weapons/trigon-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Catana791/Asthosus/e5847fda84b51d9c631df59fc3c357face7ebf1c/sprites/units/tank/weapons/trigon-weapon.png --------------------------------------------------------------------------------