├── .gitignore ├── content ├── blocks │ ├── Ekerir │ │ ├── power │ │ │ ├── beam-link.hjson │ │ │ ├── beam-node.hjson │ │ │ ├── beam-tower.hjson │ │ │ └── generators │ │ │ │ ├── turbine-condenser.hjson │ │ │ │ ├── chemical-combustion-chamber.hjson │ │ │ │ ├── pyrolysis-generator.hjson │ │ │ │ ├── flux-reactor.hjson │ │ │ │ └── neoplasia-reactor.hjson │ │ ├── effects │ │ │ ├── radar.hjson │ │ │ ├── build-tower.hjson │ │ │ ├── regen-projector.hjson │ │ │ └── shockwave-tower.hjson │ │ ├── distribution │ │ │ ├── armored-duct.hjson │ │ │ ├── duct-router.hjson │ │ │ ├── duct.hjson │ │ │ ├── duct-bridge.hjson │ │ │ ├── duct-unloader.hjson │ │ │ ├── overflow-duct.hjson │ │ │ ├── surge-conveyor.hjson │ │ │ ├── surge-router.hjson │ │ │ ├── underflow-duct.hjson │ │ │ ├── reinforced-container.hjson │ │ │ ├── reinforced-vault.hjson │ │ │ ├── unit-cargo-unload-point.hjson │ │ │ └── unit-cargo-loader.hjson │ │ ├── logic │ │ │ ├── canvas.hjson │ │ │ └── reinforced-message.hjson │ │ ├── units │ │ │ ├── mech-fabricator.hjson │ │ │ ├── prime-refabricator.hjson │ │ │ ├── ship-fabricator.hjson │ │ │ ├── tank-fabricator.hjson │ │ │ ├── unit-repair-tower.hjson │ │ │ ├── mech-assembler.hjson │ │ │ ├── mech-refabricator.hjson │ │ │ ├── ship-assembler.hjson │ │ │ ├── ship-refabricator.hjson │ │ │ ├── tank-assembler.hjson │ │ │ ├── tank-refabricator.hjson │ │ │ ├── basic-assembler-module.hjson │ │ │ └── payload-conveyors │ │ │ │ ├── deconstructor.hjson │ │ │ │ ├── payload-unloader.hjson │ │ │ │ ├── small-deconstructor.hjson │ │ │ │ ├── large-constructor.hjson │ │ │ │ ├── constructor.hjson │ │ │ │ ├── payload-loader.hjson │ │ │ │ ├── large-payload-mass-driver.hjson │ │ │ │ ├── reinforced-payload-router.hjson │ │ │ │ ├── reinforced-payload-conveyor.hjson │ │ │ │ ├── payload-mass-driver.hjson │ │ │ │ └── new-payload-conveyors │ │ │ │ ├── 16c-08-large-reinforced-payload-conveyor.hjson │ │ │ │ ├── 16c-09-large-reinforced-payload-router.hjson │ │ │ │ ├── 16c-07-small-reinforced-payload-router.hjson │ │ │ │ └── 16c-06-small-reinforced-payload-conveyor.hjson │ │ ├── drills │ │ │ ├── cliff-crusher.hjson │ │ │ ├── eruption-drill.hjson │ │ │ ├── impact-drill.hjson │ │ │ ├── large-plasma-bore.hjson │ │ │ └── plasma-bore.hjson │ │ ├── liquids │ │ │ ├── vent-condenser.hjson │ │ │ ├── reinforced-conduit.hjson │ │ │ ├── reinforced-pump.hjson │ │ │ ├── reinforced-liquid-router.hjson │ │ │ ├── reinforced-bridge-conduit.hjson │ │ │ ├── reinforced-liquid-container.hjson │ │ │ ├── reinforced-liquid-junction.hjson │ │ │ └── reinforced-liquid-tank.hjson │ │ ├── production │ │ │ ├── heat-router.hjson │ │ │ ├── phase-heater.hjson │ │ │ ├── slag-heater.hjson │ │ │ ├── carbide-crucible.hjson │ │ │ ├── cyanogen-synthesizer.hjson │ │ │ ├── electric-heater.hjson │ │ │ ├── electrolyzer.hjson │ │ │ ├── heat-redirector.hjson │ │ │ ├── phase-synthesizer.hjson │ │ │ ├── silicon-arc-furnace.hjson │ │ │ ├── surge-crucible.hjson │ │ │ ├── atmospheric-concentrator.hjson │ │ │ ├── oxidation-chamber.hjson │ │ │ └── slag-incinerator.hjson │ │ ├── defence │ │ │ ├── walls │ │ │ │ ├── beryllium-wall.hjson │ │ │ │ ├── blast-door.hjson │ │ │ │ ├── tungsten-wall-large.hjson │ │ │ │ ├── tungsten-wall.hjson │ │ │ │ ├── beryllium-wall-large.hjson │ │ │ │ ├── carbide-wall.hjson │ │ │ │ ├── carbide-wall-large.hjson │ │ │ │ ├── reinforced-surge-wall.hjson │ │ │ │ ├── reinforced-surge-wall-large.hjson │ │ │ │ ├── shielded-wall.hjson │ │ │ │ └── new-walls │ │ │ │ │ ├── blast-door-small.hjson │ │ │ │ │ └── shielded-wall-small.hjson │ │ │ └── turrets │ │ │ │ └── scathe.hjson │ │ └── cores │ │ │ ├── core-bastion.hjson │ │ │ ├── core-citadel.hjson │ │ │ └── core-acropolis.hjson │ └── Selupro │ │ ├── distribution │ │ ├── mass-driver.hjson │ │ ├── plastanium-conveyor.hjson │ │ ├── sorter.hjson │ │ ├── conveyor.hjson │ │ ├── overflow-gate.hjson │ │ ├── router.hjson │ │ ├── inverted-sorter.hjson │ │ ├── junction.hjson │ │ ├── underflow-gate.hjson │ │ ├── armored-conveyor.hjson │ │ ├── distributor.hjson │ │ ├── titanium-conveyor.hjson │ │ └── bridge-conveyor.hjson │ │ ├── enviroment │ │ └── white-tree-young.hjson │ │ ├── units │ │ ├── repair-point.hjson │ │ ├── repair-turret.hjson │ │ ├── ground-factory.hjson │ │ ├── air-factory.hjson │ │ ├── naval-factory.hjson │ │ ├── additive-reconstructor.hjson │ │ ├── multiplicative-reconstructor.hjson │ │ ├── tetrative-reconstructor.hjson │ │ └── exponential-reconstructor.hjson │ │ ├── power │ │ ├── generators │ │ │ ├── diode.hjson │ │ │ ├── combustion-generator.hjson │ │ │ ├── steam-generator.hjson │ │ │ ├── thermal-generator.hjson │ │ │ ├── solar-panel.hjson │ │ │ ├── solar-panel-large.hjson │ │ │ ├── thorium-reactor.hjson │ │ │ ├── differential-generator.hjson │ │ │ ├── rtg-generator.hjson │ │ │ ├── solar-panel-medium.hjson │ │ │ └── impact-reactor.hjson │ │ ├── power-node.hjson │ │ ├── power-node-large.hjson │ │ ├── battery.hjson │ │ ├── surge-tower.hjson │ │ ├── battery-large.hjson │ │ └── new-power │ │ │ ├── armored-power-node-large.hjson │ │ │ └── armored-power-node.hjson │ │ ├── defence │ │ ├── walls │ │ │ ├── copper-wall.hjson │ │ │ ├── door-large.hjson │ │ │ ├── door.hjson │ │ │ ├── copper-wall-large.hjson │ │ │ ├── plastanium-wall-large.hjson │ │ │ ├── plastanium-wall.hjson │ │ │ ├── titanium-wall-large.hjson │ │ │ ├── titanium-wall.hjson │ │ │ ├── phase-wall-large.hjson │ │ │ ├── phase-wall.hjson │ │ │ ├── thorium-wall.hjson │ │ │ ├── thorium-wall-large.hjson │ │ │ ├── surge-wall-large.hjson │ │ │ └── surge-wall.hjson │ │ ├── mines │ │ │ └── shock-mine.hjson │ │ └── turrets │ │ │ ├── parallax.hjson │ │ │ ├── segment.hjson │ │ │ └── new-turrets │ │ │ └── 01t-01-fragment.hjson │ │ ├── effect │ │ ├── illuminator.hjson │ │ ├── mend-projector.hjson │ │ ├── mender.hjson │ │ ├── new-effect │ │ │ ├── serp-radar.hjson │ │ │ ├── serp-radar-large.hjson │ │ │ └── small-force-projector.hjson │ │ ├── overdrive-projector.hjson │ │ ├── overdrive-dome.hjson │ │ └── force-projector.hjson │ │ ├── cores │ │ ├── core-shard.hjson │ │ ├── core-foundation.hjson │ │ └── core-nucleus.hjson │ │ └── production │ │ ├── kiln.hjson │ │ ├── silicon-smelter.hjson │ │ ├── coal-centrifuge.hjson │ │ ├── pulverizer.hjson │ │ ├── melter.hjson │ │ ├── blast-mixer.hjson │ │ ├── pyratite-mixer.hjson │ │ ├── silicon-crucible.hjson │ │ └── spore-press.hjson ├── status │ ├── sapped.hjson │ ├── tarred.hjson │ ├── spore-slowed.hjson │ ├── melting.hjson │ ├── wet.hjson │ ├── electrified.hjson │ ├── burning.hjson │ ├── new-status │ │ ├── regeneration-status │ │ │ ├── oxidation-tier-1.hjson │ │ │ ├── oxidation-tier-2.hjson │ │ │ ├── oxidation-tier-3.hjson │ │ │ ├── auto-repair-tier-1.hjson │ │ │ ├── auto-repair-tier-2.hjson │ │ │ └── auto-repair-tier-3.hjson │ │ ├── armored-status │ │ │ ├── armor-seal-tier-2.hjson │ │ │ ├── armor-seal-tier-1.hjson │ │ │ ├── armor-seal-tier-3.hjson │ │ │ ├── armor-piercing-tier-1.hjson │ │ │ ├── armor-piercing-tier-2.hjson │ │ │ └── armor-piercing-tier-3.hjson │ │ ├── damage-status │ │ │ ├── damage-increase-tier-3.hjson │ │ │ ├── damage-increase-tier-1.hjson │ │ │ ├── damage-increase-tier-2.hjson │ │ │ ├── damage-reduction-tier-1.hjson │ │ │ ├── damage-reduction-tier-2.hjson │ │ │ └── damage-reduction-tier-3.hjson │ │ ├── reloading-status │ │ │ ├── fast-reloading-tier-2.hjson │ │ │ ├── slow-reloading-tier-1.hjson │ │ │ ├── fast-reloading-tier-3.hjson │ │ │ ├── slow-reloading-tier-2.hjson │ │ │ ├── fast-reloading-tier-1.hjson │ │ │ └── slow-reloading-tier-3.hjson │ │ ├── emp-status │ │ │ ├── overload-tier-2.hjson │ │ │ ├── overload-tier-3.hjson │ │ │ ├── overload-tier-1.hjson │ │ │ ├── emp-tier-1.hjson │ │ │ ├── emp-tier-2.hjson │ │ │ ├── emp-tier-3.hjson │ │ │ └── high-emp.hjson │ │ ├── speed-status │ │ │ ├── motor-acceleration-tier-2.hjson │ │ │ ├── motor-acceleration-tier-3.hjson │ │ │ ├── motor-deceleration-tier-3.hjson │ │ │ ├── motor-acceleration-tier-1.hjson │ │ │ ├── motor-deceleration-tier-1.hjson │ │ │ └── motor-deceleration-tier-2.hjson │ │ └── fortified.hjson │ ├── strafe.hjson │ ├── freezing.hjson │ └── boss.hjson └── units │ ├── Ekerir │ ├── ground-units │ │ ├── siegers │ │ │ └── anthicus.hjson │ │ └── assaulters │ │ │ ├── precept.hjson │ │ │ ├── vanquish.hjson │ │ │ └── conquer.hjson │ ├── air-units │ │ ├── assaulters │ │ │ ├── disrupt.hjson │ │ │ └── obviate.hjson │ │ └── commanders │ │ │ └── evoke.hjson │ └── special-units │ │ └── quell-missile.hjson │ └── Selupro │ └── air-units │ └── supporters │ └── mono.hjson ├── icon.png ├── scripts ├── launchPadDisabling.js ├── evilLaugh.js ├── reconstructors │ ├── additiveReconstructor.js │ ├── multiplicativeReconstructor.js │ └── exponentialReconstructor.js ├── mov-turrets.js └── remorse.js ├── maps ├── BRF.msav ├── Zero.msav ├── Craters.msav ├── ice-forest.msav ├── erasedcoast.msav └── Extraction-outpost.msav ├── sounds ├── bomb-hit.ogg ├── boom-emp.ogg ├── boom-mine.ogg ├── emp-wave.ogg ├── emp-wave2.ogg ├── scanning.ogg ├── air-crush-1.ogg ├── air-crush-2.ogg ├── air-engine.ogg ├── cannon-hit.ogg ├── emp-charge.ogg ├── evil-laugh.ogg ├── laser-shot.ogg ├── lucid-laser.ogg ├── rail-shot-1.ogg ├── rail-shot-2.ogg ├── rocket-fire.ogg ├── rocket-hit.ogg ├── turret-shot.ogg ├── artillery-hit.ogg ├── artillery-shot.ogg ├── blaster-charge.ogg ├── blaster-shot-1.ogg ├── blaster-shot-2.ogg ├── bomb-emp-hit.ogg ├── boom-crawler.ogg ├── cannon-flying.ogg ├── cannon-shot-1.ogg ├── cannon-shot-2.ogg ├── charging-power.ogg ├── laser-charge.ogg ├── mech-destroyed.ogg ├── mech-footsteps.ogg ├── minigun-charge.ogg ├── minigun-shot.ogg ├── plasma-charge.ogg ├── plasma-shot-1.ogg ├── plasma-shot-2.ogg ├── plasma-shot-3.ogg ├── rail-charge-1.ogg ├── rail-charge-2.ogg ├── rocket-shot-1.ogg ├── rocket-shot-2.ogg ├── target-locked.ogg ├── bomb-plasma-hit.ogg ├── cannon-large-hit.ogg ├── charging-weapon.ogg ├── gun-destruction.ogg ├── helicopter-crush.ogg ├── rocket-explosion.ogg ├── 105-mm-cannon-shot.ogg ├── air-crush-large-1.ogg ├── air-crush-large-2.ogg ├── air-crush-medium-1.ogg ├── air-crush-medium-2.ogg ├── air-crush-medium-3.ogg ├── air-crush-small-1.ogg ├── air-crush-small-2.ogg ├── artillery-heavy-hit.ogg ├── beam-large-charge.ogg ├── beam-large-shot-1.ogg ├── beam-large-shot-2.ogg ├── cannon-large-shot.ogg ├── explosion-medium-1.ogg ├── helicopter-engine.ogg ├── laser-large-charge.ogg ├── laser-large-shot-1.ogg ├── laser-large-shot-2.ogg ├── lucid-laser-charge.ogg ├── machine-gun-shot-1.ogg ├── machine-gun-shot-2.ogg ├── machine-gun-shot-3.ogg ├── machine-gun-shot-4.ogg ├── minigun-heavy-hit.ogg ├── minigun-heavy-shot.ogg ├── minigun-hell-shot.ogg ├── shotgun-heavy-shot.ogg ├── target-locked-short.ogg ├── turret-target-lock.ogg ├── artillery-heavy-shot.ogg ├── artillery-large-shot.ogg ├── loudly-blaster-shot-1.ogg ├── mech-large-destroyed.ogg ├── mech-large-footsteps.ogg ├── mech-medium-footsteps.ogg ├── minigun-heavy-charge.ogg ├── shotgun-electro-shot.ogg ├── anti-material-rifle-shot.ogg └── anti-material-rifle-charge.ogg ├── sprites-override ├── ui │ └── logo.png ├── units │ ├── oct.png │ ├── flare.png │ ├── minke.png │ ├── reign.png │ ├── antumbra.png │ ├── arkyid.png │ ├── oct-cell.png │ ├── oct-full.png │ ├── toxopid.png │ ├── corvus-leg.png │ ├── flare-full.png │ ├── minke-cell.png │ ├── naval │ │ ├── sei.png │ │ ├── minke.png │ │ ├── sei-cell.png │ │ ├── sei-full.png │ │ ├── minke-cell.png │ │ └── minke-full.png │ ├── reign-full.png │ ├── antumbra-cell.png │ ├── antumbra-full.png │ ├── arkyid-cell.png │ ├── arkyid-full.png │ ├── fortress-full.png │ ├── scepter-full.png │ ├── toxopid-cell.png │ ├── toxopid-full.png │ ├── conquer-weapon.png │ └── conquer-weapon-glow.png └── blocks │ ├── defence │ ├── meltdown.png │ ├── swarmer.png │ ├── meltdown-heat.png │ └── disperse-mid-heat.png │ └── distribution │ ├── router.png │ ├── sorter.png │ ├── junction.png │ ├── overflow-gate.png │ ├── underflow-gate.png │ ├── inverted-sorter.png │ └── conveyor │ ├── conveyor-0-0.png │ ├── conveyor-0-1.png │ ├── conveyor-0-2.png │ ├── conveyor-0-3.png │ ├── conveyor-1-0.png │ ├── conveyor-1-1.png │ ├── conveyor-1-2.png │ ├── conveyor-1-3.png │ ├── conveyor-2-0.png │ ├── conveyor-2-1.png │ ├── conveyor-2-2.png │ ├── conveyor-2-3.png │ ├── conveyor-3-0.png │ ├── conveyor-3-1.png │ ├── conveyor-3-2.png │ ├── conveyor-3-3.png │ ├── conveyor-4-0.png │ ├── conveyor-4-1.png │ ├── conveyor-4-2.png │ └── conveyor-4-3.png ├── sprites ├── effects │ ├── regions │ │ ├── spikes.png │ │ ├── evoke-trace.png │ │ ├── incite-trace.png │ │ ├── lucidSpark.png │ │ ├── quad-trace.png │ │ ├── cross-explode.png │ │ ├── eclipse-trace.png │ │ └── emanate-trace.png │ └── bullets │ │ ├── square-bullet.png │ │ ├── triangle-bullet.png │ │ ├── square-bullet-back.png │ │ └── triangle-bullet-back.png ├── units │ ├── Precursor │ │ ├── RN-M1-war.png │ │ ├── RN-M1-war-base.png │ │ ├── RN-M1-war-cell.png │ │ ├── RN-M1-war-leg.png │ │ ├── CR-M1-lucid-flash.png │ │ ├── RN-M1-war-plate.png │ │ ├── RN-M1-war-shine.png │ │ ├── RN-M1-war-weapon.png │ │ ├── CR-M1-lucid-flash-foot.png │ │ ├── CR-M1-lucid-flash-leg.png │ │ └── CR-M1-lucid-flash-leg-base.png │ ├── Ekerir │ │ ├── weapons │ │ │ ├── avert-weapon.png │ │ │ ├── tecta-weapon.png │ │ │ ├── tecta-missile.png │ │ │ ├── tecta-weapon-2.png │ │ │ ├── anthicus-weapon.png │ │ │ ├── collaris-weapon.png │ │ │ ├── tecta-weapon-2-heat.png │ │ │ ├── anthicus-weapon-blade.png │ │ │ ├── anthicus-weapon-heat.png │ │ │ ├── collaris-rocket-weapon.png │ │ │ ├── collaris-weapon-blade.png │ │ │ ├── collaris-weapon-heat.png │ │ │ ├── support-weapons │ │ │ │ └── blue-bsw.png │ │ │ ├── anthicus-weapon-blade-heat.png │ │ │ ├── collaris-rocket-weapon-heat.png │ │ │ ├── collaris-weapon-blade-heat.png │ │ │ ├── weapon-heats │ │ │ │ ├── merui-weapon-heat.png │ │ │ │ ├── plasma-weapon-heat.png │ │ │ │ └── tecta-weapon-heat.png │ │ │ ├── weapon-units │ │ │ │ ├── blue │ │ │ │ │ └── plasma-weapon.png │ │ │ │ ├── orange │ │ │ │ │ ├── locus-weapon.png │ │ │ │ │ └── stell-weapon.png │ │ │ │ └── purple │ │ │ │ │ ├── avert-weapon.png │ │ │ │ │ ├── blaster-gun.png │ │ │ │ │ └── quell-weapon.png │ │ │ ├── special-weapon-units │ │ │ │ ├── quell-missile.png │ │ │ │ ├── collaris-missile.png │ │ │ │ └── collaris-missile-cell.png │ │ │ └── weapon-part-units │ │ │ │ └── ekerir-machine-gun │ │ │ │ ├── ekerir-machine-gun.png │ │ │ │ ├── ekerir-machine-gun-brl.png │ │ │ │ └── ekerir-machine-gun-brl-heat.png │ │ ├── shields │ │ │ └── cleroi-shield.png │ │ └── cells │ │ │ └── locus-weapon-cell.png │ └── Selupro │ │ ├── shields │ │ ├── corvus-shield.png │ │ ├── tecta-shield.png │ │ ├── eclipse-shield.png │ │ ├── fortress-shield.png │ │ ├── atrax-shield-left.png │ │ ├── atrax-shield-right.png │ │ ├── toxopid-shield-left.png │ │ └── toxopid-shield-right.png │ │ └── weapons │ │ ├── support-weapons │ │ ├── green-bsw.png │ │ ├── orange-bsw.png │ │ ├── repair-bw-green.png │ │ ├── large-orange-bsw.png │ │ ├── repair-bwc-green.png │ │ ├── repair-bwc-orange.png │ │ ├── repair-bwc-large-green.png │ │ └── repair-bwc-large-orange.png │ │ ├── weapon-units │ │ ├── emp │ │ │ ├── large-mme.png │ │ │ └── large-emp-artillery.png │ │ ├── orange │ │ │ ├── large-mm.png │ │ │ ├── mount-weapon.png │ │ │ ├── large-artillery.png │ │ │ ├── missiles-mount.png │ │ │ ├── large-bullet-mount.png │ │ │ ├── large-laser-mount.png │ │ │ ├── large-caliber-minigun.png │ │ │ ├── inapplicable │ │ │ │ ├── horizon-mm.png │ │ │ │ ├── dagger-weapon.png │ │ │ │ ├── mace-weapon.png │ │ │ │ ├── reign-weapon.png │ │ │ │ └── fortress-weapon.png │ │ │ ├── large-missile-launcher.png │ │ │ └── mobile-portable-railgun-system.png │ │ ├── green │ │ │ ├── plasma-gun.png │ │ │ ├── emp-cannon-mount.png │ │ │ ├── large-plasma-gun.png │ │ │ ├── flamethrower-weapon.png │ │ │ ├── plasma-cannon-mount.png │ │ │ ├── plasma-laser-mount.png │ │ │ ├── plasma-weapon-mount.png │ │ │ ├── rocket-plasma-mount.png │ │ │ ├── emp-cannon-mount-heat.png │ │ │ ├── inapplicable │ │ │ │ ├── nova-weapon.png │ │ │ │ ├── poly-weapon.png │ │ │ │ ├── pulsar-weapon.png │ │ │ │ └── quasar-weapon.png │ │ │ └── plasma-laser-mount-heat.png │ │ ├── purple │ │ │ ├── large-mpw.png │ │ │ ├── purple-missiles.png │ │ │ ├── spiroct-weapon.png │ │ │ ├── large-purple-cannon.png │ │ │ ├── mount-purple-weapon.png │ │ │ ├── purple-missiles-mount.png │ │ │ └── inapplicable │ │ │ │ ├── atrax-weapon.png │ │ │ │ └── toxopid-cannon.png │ │ └── yellow │ │ │ ├── beta-weapon.png │ │ │ ├── alpha-weapon.png │ │ │ └── gamma-weapon.png │ │ ├── weapon-heats │ │ ├── horizon-mm-heat.png │ │ ├── large-mpw-heat.png │ │ ├── corvus-weapon-heat.png │ │ ├── nova-weapon-heat.png │ │ ├── reign-weapon-heat.png │ │ ├── vela-weapon-heat.png │ │ ├── missiles-mount-heat.png │ │ ├── emp-cannon-mount-heat.png │ │ ├── plasma-laser-mount-heat.png │ │ ├── large-purple-cannon-heat.png │ │ ├── large-caliber-minigun-heat.png │ │ ├── purple-missiles-mount-heat.png │ │ └── mobile-portable-railgun-system-heat.png │ │ ├── special-weapon-units │ │ ├── arkyid-missile.png │ │ └── arkyid-missile-cell.png │ │ ├── hidden-weapon-units │ │ ├── green │ │ │ ├── hidden-pm-mount.png │ │ │ ├── hidden-oct-weapon.png │ │ │ ├── hidden-plasma-launcher.png │ │ │ └── hidden-plasma-cannon-mount.png │ │ └── orange │ │ │ └── hidden-bombing-mw.png │ │ ├── modular-weapons │ │ ├── ship-cannon │ │ │ ├── ship-cannon.png │ │ │ ├── ship-cannon-cell.png │ │ │ └── ship-cannon-heat.png │ │ ├── ship-rail-rig │ │ │ ├── ship-rail-rig.png │ │ │ ├── ship-rail-rig-cell.png │ │ │ └── ship-rail-rig-heat.png │ │ └── ship-large-cannon │ │ │ ├── ship-large-cannon.png │ │ │ ├── ship-large-cannon-brl.png │ │ │ └── ship-large-cannon-brl-heat.png │ │ └── weapon-part-units │ │ ├── aa-ship-weapon │ │ ├── aa-ship-weapon.png │ │ ├── aa-ship-weapon-cell.png │ │ ├── aa-ship-weapon-brl-left.png │ │ ├── aa-ship-weapon-brl-right.png │ │ ├── aa-ship-weapon-brl-left-heat.png │ │ └── aa-ship-weapon-brl-right-heat.png │ │ ├── double-machine-gun │ │ ├── double-machine-gun.png │ │ ├── double-machine-gun-brl-1.png │ │ ├── double-machine-gun-brl-2.png │ │ ├── double-machine-gun-cell.png │ │ ├── double-machine-gun-brl-1-heat.png │ │ └── double-machine-gun-brl-2-heat.png │ │ ├── scepter-pulse-shotgun │ │ ├── scepter-weapon.png │ │ ├── scepter-weapon-heat.png │ │ ├── scepter-weapon-rotator.png │ │ ├── scepter-weapon-heat-1 (2).png │ │ └── scepter-weapon-rotator-heat.png │ │ ├── selupro-machine-gun │ │ ├── selupro-machine-gun.png │ │ ├── selupro-machine-gun-brl.png │ │ └── selupro-machine-gun-brl-heat.png │ │ ├── fortress-machine-gun │ │ ├── fortress-machine-gun.png │ │ ├── fortress-machine-gun-brl.png │ │ └── fortress-machine-gun-brl-heat.png │ │ └── reign-missile-launcher │ │ ├── reign-missile-launcher.png │ │ ├── reign-missile-launcher-heat.png │ │ ├── reign-missile-launcher-cover-top.png │ │ ├── reign-missile-launcher-cover-bottom.png │ │ ├── reign-missile-launcher-cover-left.png │ │ └── reign-missile-launcher-cover-right.png ├── status │ ├── emp-status │ │ ├── emp-tier-1.png │ │ ├── emp-tier-2.png │ │ ├── emp-tier-3.png │ │ ├── high-emp.png │ │ ├── overload-tier-1.png │ │ ├── overload-tier-2.png │ │ └── overload-tier-3.png │ ├── armored-status │ │ ├── armor-seal-tier-1.png │ │ ├── armor-seal-tier-2.png │ │ ├── armor-seal-tier-3.png │ │ ├── armor-piercing-tier-1.png │ │ ├── armor-piercing-tier-2.png │ │ └── armor-piercing-tier-3.png │ ├── damage-status │ │ ├── damage-increase-tier-1.png │ │ ├── damage-increase-tier-2.png │ │ ├── damage-increase-tier-3.png │ │ ├── damage-reduction-tier-1.png │ │ ├── damage-reduction-tier-2.png │ │ └── damage-reduction-tier-3.png │ ├── regeneration-status │ │ ├── oxidation-tier-1.png │ │ ├── oxidation-tier-2.png │ │ ├── oxidation-tier-3.png │ │ ├── auto-repair-tier-1.png │ │ ├── auto-repair-tier-2.png │ │ └── auto-repair-tier-3.png │ ├── reloading-status │ │ ├── fast-reloading-tier-1.png │ │ ├── fast-reloading-tier-2.png │ │ ├── fast-reloading-tier-3.png │ │ ├── slow-reloading-tier-1.png │ │ ├── slow-reloading-tier-2.png │ │ └── slow-reloading-tier-3.png │ └── speed-status │ │ ├── motor-acceleration-tier-1.png │ │ ├── motor-acceleration-tier-2.png │ │ ├── motor-acceleration-tier-3.png │ │ ├── motor-deceleration-tier-1.png │ │ ├── motor-deceleration-tier-2.png │ │ └── motor-deceleration-tier-3.png └── blocks │ ├── Selupro │ ├── effect │ │ ├── serp-radar.png │ │ ├── serp-radar-base.png │ │ ├── serp-radar-glow.png │ │ ├── serp-radar-large.png │ │ ├── serp-radar-large-base.png │ │ ├── serp-radar-large-glow.png │ │ ├── small-force-projector.png │ │ ├── small-force-projector-team.png │ │ └── small-force-projector-top.png │ ├── power │ │ ├── armored-power-node.png │ │ ├── solar-panel-medium.png │ │ └── armored-power-node-large.png │ ├── production │ │ ├── liquid-filter.png │ │ ├── liquid-filter-bottom.png │ │ └── liquid-filter-rotator.png │ ├── defence │ │ ├── mines │ │ │ ├── 11m-01-frag-mine.png │ │ │ ├── 11m-02-emp-mine.png │ │ │ ├── 11m-01-frag-mine-team.png │ │ │ └── 11m-02-emp-mine-team.png │ │ ├── walls │ │ │ ├── reinf-plast-wall.png │ │ │ └── reinf-plast-wall-large.png │ │ └── turrets │ │ │ └── 01t-01-fragment.png │ └── logistics │ │ └── payload-conveyors │ │ ├── 16c-06-small-reinforced-payload-conveyor.png │ │ ├── 16c-07-small-reinforced-payload-router.png │ │ ├── 16c-08-large-reinforced-payload-conveyor.png │ │ ├── 16c-09-large-reinforced-payload-router.png │ │ ├── 16c-07-small-reinforced-payload-router-top.png │ │ ├── 16c-09-large-reinforced-payload-router-top.png │ │ ├── 16c-06-small-reinforced-payload-conveyor-edge.png │ │ ├── 16c-06-small-reinforced-payload-conveyor-icon.png │ │ ├── 16c-06-small-reinforced-payload-conveyor-top.png │ │ ├── 16c-07-small-reinforced-payload-router-icon.png │ │ ├── 16c-07-small-reinforced-payload-router-over.png │ │ ├── 16c-08-large-reinforced-payload-conveyor-edge.png │ │ ├── 16c-08-large-reinforced-payload-conveyor-icon.png │ │ ├── 16c-08-large-reinforced-payload-conveyor-top.png │ │ ├── 16c-09-large-reinforced-payload-router-icon.png │ │ └── 16c-09-large-reinforced-payload-router-over.png │ ├── enviroment │ ├── white-tree-young.png │ └── white-tree-young-shadow.png │ └── Ekerir │ ├── defence │ └── walls │ │ ├── blast-door-small.png │ │ ├── shielded-wall-small.png │ │ ├── blast-door-small-open.png │ │ └── shielded-wall-small-glow.png │ └── units │ └── payload-conveyors │ ├── 16c-06-small-reinforced-payload-conveyor.png │ ├── 16c-07-small-reinforced-payload-router.png │ ├── 16c-08-large-reinforced-payload-conveyor.png │ ├── 16c-09-large-reinforced-payload-router.png │ ├── 16c-07-small-reinforced-payload-router-top.png │ ├── 16c-09-large-reinforced-payload-router-top.png │ ├── 16c-06-small-reinforced-payload-conveyor-edge.png │ ├── 16c-06-small-reinforced-payload-conveyor-icon.png │ ├── 16c-06-small-reinforced-payload-conveyor-top.png │ ├── 16c-07-small-reinforced-payload-router-icon.png │ ├── 16c-07-small-reinforced-payload-router-over.png │ ├── 16c-08-large-reinforced-payload-conveyor-edge.png │ ├── 16c-08-large-reinforced-payload-conveyor-icon.png │ ├── 16c-08-large-reinforced-payload-conveyor-top.png │ ├── 16c-09-large-reinforced-payload-router-icon.png │ └── 16c-09-large-reinforced-payload-router-over.png ├── shaders └── baseshader │ └── .vert └── mod.hjson /.gitignore: -------------------------------------------------------------------------------- 1 | /.idea/ 2 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/power/beam-link.hjson: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /content/status/sapped.hjson: -------------------------------------------------------------------------------- 1 | healthMultiplier: 0.9 2 | -------------------------------------------------------------------------------- /content/status/tarred.hjson: -------------------------------------------------------------------------------- 1 | speedMultiplier: 0.8 2 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/effects/radar.hjson: -------------------------------------------------------------------------------- 1 | research: core-bastion -------------------------------------------------------------------------------- /content/status/spore-slowed.hjson: -------------------------------------------------------------------------------- 1 | speedMultiplier: 0.85 2 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/distribution/armored-duct.hjson: -------------------------------------------------------------------------------- 1 | research: duct -------------------------------------------------------------------------------- /content/blocks/Ekerir/distribution/duct-router.hjson: -------------------------------------------------------------------------------- 1 | research: duct -------------------------------------------------------------------------------- /content/blocks/Ekerir/distribution/duct.hjson: -------------------------------------------------------------------------------- 1 | research: cliff-crusher -------------------------------------------------------------------------------- /content/blocks/Ekerir/logic/canvas.hjson: -------------------------------------------------------------------------------- 1 | research: reinforced-message -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/mech-fabricator.hjson: -------------------------------------------------------------------------------- 1 | research: radar -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/prime-refabricator.hjson: -------------------------------------------------------------------------------- 1 | research: radar -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/ship-fabricator.hjson: -------------------------------------------------------------------------------- 1 | research: radar -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/tank-fabricator.hjson: -------------------------------------------------------------------------------- 1 | research: radar -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/unit-repair-tower.hjson: -------------------------------------------------------------------------------- 1 | research: radar -------------------------------------------------------------------------------- /content/blocks/Selupro/distribution/mass-driver.hjson: -------------------------------------------------------------------------------- 1 | health: 280 -------------------------------------------------------------------------------- /content/blocks/Ekerir/distribution/duct-bridge.hjson: -------------------------------------------------------------------------------- 1 | research: duct-router -------------------------------------------------------------------------------- /content/blocks/Ekerir/drills/cliff-crusher.hjson: -------------------------------------------------------------------------------- 1 | research: core-bastion -------------------------------------------------------------------------------- /content/blocks/Ekerir/drills/eruption-drill.hjson: -------------------------------------------------------------------------------- 1 | research: impact-drill -------------------------------------------------------------------------------- /content/blocks/Ekerir/drills/impact-drill.hjson: -------------------------------------------------------------------------------- 1 | research: cliff-crusher -------------------------------------------------------------------------------- /content/blocks/Ekerir/drills/large-plasma-bore.hjson: -------------------------------------------------------------------------------- 1 | research: plasma-bore -------------------------------------------------------------------------------- /content/blocks/Ekerir/drills/plasma-bore.hjson: -------------------------------------------------------------------------------- 1 | research: cliff-crusher -------------------------------------------------------------------------------- /content/blocks/Ekerir/liquids/vent-condenser.hjson: -------------------------------------------------------------------------------- 1 | research: core-bastion -------------------------------------------------------------------------------- /content/blocks/Selupro/distribution/plastanium-conveyor.hjson: -------------------------------------------------------------------------------- 1 | health: 120 -------------------------------------------------------------------------------- /content/blocks/Selupro/enviroment/white-tree-young.hjson: -------------------------------------------------------------------------------- 1 | type:TreeBlock -------------------------------------------------------------------------------- /content/blocks/Selupro/units/repair-point.hjson: -------------------------------------------------------------------------------- 1 | research: ground-factory -------------------------------------------------------------------------------- /content/blocks/Selupro/units/repair-turret.hjson: -------------------------------------------------------------------------------- 1 | research: repair-point -------------------------------------------------------------------------------- /content/status/melting.hjson: -------------------------------------------------------------------------------- 1 | healthMultiplier: 0.9 2 | damage: 0.784 3 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/distribution/duct-unloader.hjson: -------------------------------------------------------------------------------- 1 | research: overflow-duct -------------------------------------------------------------------------------- /content/blocks/Ekerir/distribution/overflow-duct.hjson: -------------------------------------------------------------------------------- 1 | research: duct-router -------------------------------------------------------------------------------- /content/blocks/Ekerir/distribution/surge-conveyor.hjson: -------------------------------------------------------------------------------- 1 | research: armored-duct -------------------------------------------------------------------------------- /content/blocks/Ekerir/distribution/surge-router.hjson: -------------------------------------------------------------------------------- 1 | research: surge-conveyor -------------------------------------------------------------------------------- /content/blocks/Ekerir/distribution/underflow-duct.hjson: -------------------------------------------------------------------------------- 1 | research: overflow-duct -------------------------------------------------------------------------------- /content/blocks/Ekerir/effects/build-tower.hjson: -------------------------------------------------------------------------------- 1 | research: tungsten-wall-large -------------------------------------------------------------------------------- /content/blocks/Ekerir/liquids/reinforced-conduit.hjson: -------------------------------------------------------------------------------- 1 | research: vent-condenser -------------------------------------------------------------------------------- /content/blocks/Ekerir/liquids/reinforced-pump.hjson: -------------------------------------------------------------------------------- 1 | research: vent-condenser -------------------------------------------------------------------------------- /content/blocks/Ekerir/production/heat-router.hjson: -------------------------------------------------------------------------------- 1 | research: heat-redirector -------------------------------------------------------------------------------- /content/blocks/Ekerir/production/phase-heater.hjson: -------------------------------------------------------------------------------- 1 | research: electric-heater -------------------------------------------------------------------------------- /content/blocks/Ekerir/production/slag-heater.hjson: -------------------------------------------------------------------------------- 1 | research: heat-redirector -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/mech-assembler.hjson: -------------------------------------------------------------------------------- 1 | research: mech-refabricator -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/mech-refabricator.hjson: -------------------------------------------------------------------------------- 1 | research: mech-fabricator -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/ship-assembler.hjson: -------------------------------------------------------------------------------- 1 | research: ship-refabricator -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/ship-refabricator.hjson: -------------------------------------------------------------------------------- 1 | research: ship-fabricator -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/tank-assembler.hjson: -------------------------------------------------------------------------------- 1 | research: tank-refabricator -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/tank-refabricator.hjson: -------------------------------------------------------------------------------- 1 | research: tank-fabricator -------------------------------------------------------------------------------- /content/blocks/Selupro/power/generators/diode.hjson: -------------------------------------------------------------------------------- 1 | research: power-node-large -------------------------------------------------------------------------------- /content/status/wet.hjson: -------------------------------------------------------------------------------- 1 | speedMultiplier: 0.95 2 | transitionDamage: 18 3 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/effects/regen-projector.hjson: -------------------------------------------------------------------------------- 1 | research: beryllium-wall-large -------------------------------------------------------------------------------- /content/blocks/Ekerir/logic/reinforced-message.hjson: -------------------------------------------------------------------------------- 1 | research: turbine-condenser -------------------------------------------------------------------------------- /content/blocks/Ekerir/production/carbide-crucible.hjson: -------------------------------------------------------------------------------- 1 | research: oxidation-chamber -------------------------------------------------------------------------------- /content/blocks/Ekerir/production/cyanogen-synthesizer.hjson: -------------------------------------------------------------------------------- 1 | research: electrolyzer -------------------------------------------------------------------------------- /content/blocks/Ekerir/production/electric-heater.hjson: -------------------------------------------------------------------------------- 1 | research: silicon-arc-furnace -------------------------------------------------------------------------------- /content/blocks/Ekerir/production/electrolyzer.hjson: -------------------------------------------------------------------------------- 1 | research: silicon-arc-furnace -------------------------------------------------------------------------------- /content/blocks/Ekerir/production/heat-redirector.hjson: -------------------------------------------------------------------------------- 1 | research: electric-heater -------------------------------------------------------------------------------- /content/blocks/Ekerir/production/phase-synthesizer.hjson: -------------------------------------------------------------------------------- 1 | research: surge-crucible -------------------------------------------------------------------------------- /content/blocks/Ekerir/production/silicon-arc-furnace.hjson: -------------------------------------------------------------------------------- 1 | research: cliff-crusher -------------------------------------------------------------------------------- /content/blocks/Ekerir/production/surge-crucible.hjson: -------------------------------------------------------------------------------- 1 | research: oxidation-chamber -------------------------------------------------------------------------------- /content/blocks/Selupro/distribution/sorter.hjson: -------------------------------------------------------------------------------- 1 | squareSprite: false 2 | health: 9 -------------------------------------------------------------------------------- /content/status/electrified.hjson: -------------------------------------------------------------------------------- 1 | reloadMultiplier: 0.85 2 | speedMultiplier: 0.85 -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/icon.png -------------------------------------------------------------------------------- /content/blocks/Ekerir/distribution/reinforced-container.hjson: -------------------------------------------------------------------------------- 1 | research: duct-unloader -------------------------------------------------------------------------------- /content/blocks/Ekerir/distribution/reinforced-vault.hjson: -------------------------------------------------------------------------------- 1 | research: reinforced-container -------------------------------------------------------------------------------- /content/blocks/Ekerir/distribution/unit-cargo-unload-point.hjson: -------------------------------------------------------------------------------- 1 | research: duct-unloader -------------------------------------------------------------------------------- /content/blocks/Ekerir/effects/shockwave-tower.hjson: -------------------------------------------------------------------------------- 1 | research: reinforced-surge-wall-large -------------------------------------------------------------------------------- /content/blocks/Ekerir/liquids/reinforced-liquid-router.hjson: -------------------------------------------------------------------------------- 1 | research: reinforced-conduit -------------------------------------------------------------------------------- /content/blocks/Ekerir/production/atmospheric-concentrator.hjson: -------------------------------------------------------------------------------- 1 | research: electrolyzer -------------------------------------------------------------------------------- /content/blocks/Ekerir/production/oxidation-chamber.hjson: -------------------------------------------------------------------------------- 1 | research: silicon-arc-furnace -------------------------------------------------------------------------------- /content/blocks/Ekerir/production/slag-incinerator.hjson: -------------------------------------------------------------------------------- 1 | research: silicon-arc-furnace -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/basic-assembler-module.hjson: -------------------------------------------------------------------------------- 1 | research: prime-refabricator -------------------------------------------------------------------------------- /content/blocks/Selupro/distribution/conveyor.hjson: -------------------------------------------------------------------------------- 1 | displayedSpeed: 4.5 2 | health: 12 -------------------------------------------------------------------------------- /content/blocks/Selupro/distribution/overflow-gate.hjson: -------------------------------------------------------------------------------- 1 | squareSprite: false 2 | health: 9 -------------------------------------------------------------------------------- /content/blocks/Selupro/distribution/router.hjson: -------------------------------------------------------------------------------- 1 | squareSprite: false 2 | 3 | health: 9 -------------------------------------------------------------------------------- /content/status/burning.hjson: -------------------------------------------------------------------------------- 1 | affinities: [ tarred, spore-slowed ] 2 | damage: 0.467 3 | -------------------------------------------------------------------------------- /scripts/launchPadDisabling.js: -------------------------------------------------------------------------------- 1 | Blocks.launchPad.buildVisibility = BuildVisibility.hidden; -------------------------------------------------------------------------------- /content/blocks/Ekerir/distribution/unit-cargo-loader.hjson: -------------------------------------------------------------------------------- 1 | research: unit-cargo-unload-point -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/payload-conveyors/deconstructor.hjson: -------------------------------------------------------------------------------- 1 | research: large-constructor -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/payload-conveyors/payload-unloader.hjson: -------------------------------------------------------------------------------- 1 | research: payload-loader -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/payload-conveyors/small-deconstructor.hjson: -------------------------------------------------------------------------------- 1 | research: constructor -------------------------------------------------------------------------------- /content/blocks/Selupro/distribution/inverted-sorter.hjson: -------------------------------------------------------------------------------- 1 | squareSprite: false 2 | health: 9 -------------------------------------------------------------------------------- /maps/BRF.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/maps/BRF.msav -------------------------------------------------------------------------------- /maps/Zero.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/maps/Zero.msav -------------------------------------------------------------------------------- /content/blocks/Ekerir/liquids/reinforced-bridge-conduit.hjson: -------------------------------------------------------------------------------- 1 | research: reinforced-liquid-router -------------------------------------------------------------------------------- /content/blocks/Ekerir/liquids/reinforced-liquid-container.hjson: -------------------------------------------------------------------------------- 1 | research: reinforced-liquid-router -------------------------------------------------------------------------------- /content/blocks/Ekerir/liquids/reinforced-liquid-junction.hjson: -------------------------------------------------------------------------------- 1 | research: reinforced-bridge-conduit -------------------------------------------------------------------------------- /content/blocks/Ekerir/liquids/reinforced-liquid-tank.hjson: -------------------------------------------------------------------------------- 1 | research: reinforced-liquid-container -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/payload-conveyors/large-constructor.hjson: -------------------------------------------------------------------------------- 1 | research: small-deconstructor -------------------------------------------------------------------------------- /content/blocks/Selupro/distribution/junction.hjson: -------------------------------------------------------------------------------- 1 | squareSprite: false 2 | health:9 3 | capacity: 4 -------------------------------------------------------------------------------- /content/blocks/Selupro/distribution/underflow-gate.hjson: -------------------------------------------------------------------------------- 1 | squareSprite: false 2 | 3 | health: 9 -------------------------------------------------------------------------------- /maps/Craters.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/maps/Craters.msav -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/payload-conveyors/constructor.hjson: -------------------------------------------------------------------------------- 1 | research: reinforced-payload-router 2 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/payload-conveyors/payload-loader.hjson: -------------------------------------------------------------------------------- 1 | research: reinforced-payload-router -------------------------------------------------------------------------------- /maps/ice-forest.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/maps/ice-forest.msav -------------------------------------------------------------------------------- /sounds/bomb-hit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/bomb-hit.ogg -------------------------------------------------------------------------------- /sounds/boom-emp.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/boom-emp.ogg -------------------------------------------------------------------------------- /sounds/boom-mine.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/boom-mine.ogg -------------------------------------------------------------------------------- /sounds/emp-wave.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/emp-wave.ogg -------------------------------------------------------------------------------- /sounds/emp-wave2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/emp-wave2.ogg -------------------------------------------------------------------------------- /sounds/scanning.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/scanning.ogg -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/payload-conveyors/large-payload-mass-driver.hjson: -------------------------------------------------------------------------------- 1 | research: payload-mass-driver -------------------------------------------------------------------------------- /content/units/Ekerir/ground-units/siegers/anthicus.hjson: -------------------------------------------------------------------------------- 1 | research: cleroi 2 | 3 | health: 2000 4 | armor: 18 -------------------------------------------------------------------------------- /maps/erasedcoast.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/maps/erasedcoast.msav -------------------------------------------------------------------------------- /sounds/air-crush-1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/air-crush-1.ogg -------------------------------------------------------------------------------- /sounds/air-crush-2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/air-crush-2.ogg -------------------------------------------------------------------------------- /sounds/air-engine.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/air-engine.ogg -------------------------------------------------------------------------------- /sounds/cannon-hit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/cannon-hit.ogg -------------------------------------------------------------------------------- /sounds/emp-charge.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/emp-charge.ogg -------------------------------------------------------------------------------- /sounds/evil-laugh.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/evil-laugh.ogg -------------------------------------------------------------------------------- /sounds/laser-shot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/laser-shot.ogg -------------------------------------------------------------------------------- /sounds/lucid-laser.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/lucid-laser.ogg -------------------------------------------------------------------------------- /sounds/rail-shot-1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/rail-shot-1.ogg -------------------------------------------------------------------------------- /sounds/rail-shot-2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/rail-shot-2.ogg -------------------------------------------------------------------------------- /sounds/rocket-fire.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/rocket-fire.ogg -------------------------------------------------------------------------------- /sounds/rocket-hit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/rocket-hit.ogg -------------------------------------------------------------------------------- /sounds/turret-shot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/turret-shot.ogg -------------------------------------------------------------------------------- /content/blocks/Selupro/distribution/armored-conveyor.hjson: -------------------------------------------------------------------------------- 1 | displayedSpeed: 12.5 2 | health: 240 3 | armor: 14 4 | -------------------------------------------------------------------------------- /content/blocks/Selupro/power/generators/combustion-generator.hjson: -------------------------------------------------------------------------------- 1 | research: core-shard 2 | powerProduction: 1.2 -------------------------------------------------------------------------------- /content/status/new-status/regeneration-status/oxidation-tier-1.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 1 Oxidation 2 | damage: 2.5 3 | -------------------------------------------------------------------------------- /content/status/new-status/regeneration-status/oxidation-tier-2.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 2 Oxidation 2 | damage: 5 3 | -------------------------------------------------------------------------------- /content/status/new-status/regeneration-status/oxidation-tier-3.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 3 Oxidation 2 | damage: 7.5 3 | -------------------------------------------------------------------------------- /sounds/artillery-hit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/artillery-hit.ogg -------------------------------------------------------------------------------- /sounds/artillery-shot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/artillery-shot.ogg -------------------------------------------------------------------------------- /sounds/blaster-charge.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/blaster-charge.ogg -------------------------------------------------------------------------------- /sounds/blaster-shot-1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/blaster-shot-1.ogg -------------------------------------------------------------------------------- /sounds/blaster-shot-2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/blaster-shot-2.ogg -------------------------------------------------------------------------------- /sounds/bomb-emp-hit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/bomb-emp-hit.ogg -------------------------------------------------------------------------------- /sounds/boom-crawler.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/boom-crawler.ogg -------------------------------------------------------------------------------- /sounds/cannon-flying.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/cannon-flying.ogg -------------------------------------------------------------------------------- /sounds/cannon-shot-1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/cannon-shot-1.ogg -------------------------------------------------------------------------------- /sounds/cannon-shot-2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/cannon-shot-2.ogg -------------------------------------------------------------------------------- /sounds/charging-power.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/charging-power.ogg -------------------------------------------------------------------------------- /sounds/laser-charge.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/laser-charge.ogg -------------------------------------------------------------------------------- /sounds/mech-destroyed.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/mech-destroyed.ogg -------------------------------------------------------------------------------- /sounds/mech-footsteps.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/mech-footsteps.ogg -------------------------------------------------------------------------------- /sounds/minigun-charge.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/minigun-charge.ogg -------------------------------------------------------------------------------- /sounds/minigun-shot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/minigun-shot.ogg -------------------------------------------------------------------------------- /sounds/plasma-charge.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/plasma-charge.ogg -------------------------------------------------------------------------------- /sounds/plasma-shot-1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/plasma-shot-1.ogg -------------------------------------------------------------------------------- /sounds/plasma-shot-2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/plasma-shot-2.ogg -------------------------------------------------------------------------------- /sounds/plasma-shot-3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/plasma-shot-3.ogg -------------------------------------------------------------------------------- /sounds/rail-charge-1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/rail-charge-1.ogg -------------------------------------------------------------------------------- /sounds/rail-charge-2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/rail-charge-2.ogg -------------------------------------------------------------------------------- /sounds/rocket-shot-1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/rocket-shot-1.ogg -------------------------------------------------------------------------------- /sounds/rocket-shot-2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/rocket-shot-2.ogg -------------------------------------------------------------------------------- /sounds/target-locked.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/target-locked.ogg -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/walls/copper-wall.hjson: -------------------------------------------------------------------------------- 1 | research: duo 2 | buildCostMultiplier: 1.5 3 | health: 725 4 | -------------------------------------------------------------------------------- /content/status/new-status/armored-status/armor-seal-tier-2.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 2 Armor Seal 2 | healthMultiplier: 1.5 3 | -------------------------------------------------------------------------------- /content/status/new-status/regeneration-status/auto-repair-tier-1.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 1 Auto Repair 2 | damage: -2 3 | -------------------------------------------------------------------------------- /content/status/new-status/regeneration-status/auto-repair-tier-2.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 2 Auto Repair 2 | damage: -4 3 | -------------------------------------------------------------------------------- /content/status/new-status/regeneration-status/auto-repair-tier-3.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 3 Auto Repair 2 | damage: -6 3 | -------------------------------------------------------------------------------- /sounds/bomb-plasma-hit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/bomb-plasma-hit.ogg -------------------------------------------------------------------------------- /sounds/cannon-large-hit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/cannon-large-hit.ogg -------------------------------------------------------------------------------- /sounds/charging-weapon.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/charging-weapon.ogg -------------------------------------------------------------------------------- /sounds/gun-destruction.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/gun-destruction.ogg -------------------------------------------------------------------------------- /sounds/helicopter-crush.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/helicopter-crush.ogg -------------------------------------------------------------------------------- /sounds/rocket-explosion.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/rocket-explosion.ogg -------------------------------------------------------------------------------- /content/blocks/Selupro/distribution/distributor.hjson: -------------------------------------------------------------------------------- 1 | requirements: [ 2 | copper/18 3 | lead/15 4 | ] 5 | health: 50 -------------------------------------------------------------------------------- /content/blocks/Selupro/distribution/titanium-conveyor.hjson: -------------------------------------------------------------------------------- 1 | displayedSpeed: 12.5 2 | speed: 0.09 3 | health: 24 4 | armor: 8 -------------------------------------------------------------------------------- /content/blocks/Selupro/power/generators/steam-generator.hjson: -------------------------------------------------------------------------------- 1 | research: combustion-generator 2 | powerProduction: 3.8 3 | -------------------------------------------------------------------------------- /content/blocks/Selupro/power/generators/thermal-generator.hjson: -------------------------------------------------------------------------------- 1 | research: steam-generator 2 | 3 | powerProduction: 4 4 | -------------------------------------------------------------------------------- /content/status/new-status/armored-status/armor-seal-tier-1.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 1 Armor Seal 2 | healthMultiplier: 1.25 3 | -------------------------------------------------------------------------------- /content/status/new-status/armored-status/armor-seal-tier-3.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 3 Armor Seal 2 | healthMultiplier: 1.75 3 | -------------------------------------------------------------------------------- /content/status/new-status/damage-status/damage-increase-tier-3.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 3 Damage Increase 2 | damageMultiplier: 1.6 -------------------------------------------------------------------------------- /content/status/new-status/reloading-status/fast-reloading-tier-2.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 1 Fast Reloading 2 | reloadMultiplier: 1.5 -------------------------------------------------------------------------------- /content/status/new-status/reloading-status/slow-reloading-tier-1.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 1 Slow Reloading 2 | reloadMultiplier: 0.9 -------------------------------------------------------------------------------- /maps/Extraction-outpost.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/maps/Extraction-outpost.msav -------------------------------------------------------------------------------- /sounds/105-mm-cannon-shot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/105-mm-cannon-shot.ogg -------------------------------------------------------------------------------- /sounds/air-crush-large-1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/air-crush-large-1.ogg -------------------------------------------------------------------------------- /sounds/air-crush-large-2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/air-crush-large-2.ogg -------------------------------------------------------------------------------- /sounds/air-crush-medium-1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/air-crush-medium-1.ogg -------------------------------------------------------------------------------- /sounds/air-crush-medium-2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/air-crush-medium-2.ogg -------------------------------------------------------------------------------- /sounds/air-crush-medium-3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/air-crush-medium-3.ogg -------------------------------------------------------------------------------- /sounds/air-crush-small-1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/air-crush-small-1.ogg -------------------------------------------------------------------------------- /sounds/air-crush-small-2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/air-crush-small-2.ogg -------------------------------------------------------------------------------- /sounds/artillery-heavy-hit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/artillery-heavy-hit.ogg -------------------------------------------------------------------------------- /sounds/beam-large-charge.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/beam-large-charge.ogg -------------------------------------------------------------------------------- /sounds/beam-large-shot-1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/beam-large-shot-1.ogg -------------------------------------------------------------------------------- /sounds/beam-large-shot-2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/beam-large-shot-2.ogg -------------------------------------------------------------------------------- /sounds/cannon-large-shot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/cannon-large-shot.ogg -------------------------------------------------------------------------------- /sounds/explosion-medium-1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/explosion-medium-1.ogg -------------------------------------------------------------------------------- /sounds/helicopter-engine.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/helicopter-engine.ogg -------------------------------------------------------------------------------- /sounds/laser-large-charge.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/laser-large-charge.ogg -------------------------------------------------------------------------------- /sounds/laser-large-shot-1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/laser-large-shot-1.ogg -------------------------------------------------------------------------------- /sounds/laser-large-shot-2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/laser-large-shot-2.ogg -------------------------------------------------------------------------------- /sounds/lucid-laser-charge.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/lucid-laser-charge.ogg -------------------------------------------------------------------------------- /sounds/machine-gun-shot-1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/machine-gun-shot-1.ogg -------------------------------------------------------------------------------- /sounds/machine-gun-shot-2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/machine-gun-shot-2.ogg -------------------------------------------------------------------------------- /sounds/machine-gun-shot-3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/machine-gun-shot-3.ogg -------------------------------------------------------------------------------- /sounds/machine-gun-shot-4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/machine-gun-shot-4.ogg -------------------------------------------------------------------------------- /sounds/minigun-heavy-hit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/minigun-heavy-hit.ogg -------------------------------------------------------------------------------- /sounds/minigun-heavy-shot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/minigun-heavy-shot.ogg -------------------------------------------------------------------------------- /sounds/minigun-hell-shot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/minigun-hell-shot.ogg -------------------------------------------------------------------------------- /sounds/shotgun-heavy-shot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/shotgun-heavy-shot.ogg -------------------------------------------------------------------------------- /sounds/target-locked-short.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/target-locked-short.ogg -------------------------------------------------------------------------------- /sounds/turret-target-lock.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/turret-target-lock.ogg -------------------------------------------------------------------------------- /sprites-override/ui/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/ui/logo.png -------------------------------------------------------------------------------- /sprites-override/units/oct.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/oct.png -------------------------------------------------------------------------------- /content/status/new-status/armored-status/armor-piercing-tier-1.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 1 Armor Piercing 2 | healthMultiplier: 0.9 3 | -------------------------------------------------------------------------------- /content/status/new-status/armored-status/armor-piercing-tier-2.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 2 Armor Piercing 2 | healthMultiplier: 0.85 3 | -------------------------------------------------------------------------------- /content/status/new-status/armored-status/armor-piercing-tier-3.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 3 Armor Piercing 2 | healthMultiplier: 0.75 3 | -------------------------------------------------------------------------------- /content/status/new-status/damage-status/damage-increase-tier-1.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 1 Damage Increase 2 | damageMultiplier: 1.2 3 | -------------------------------------------------------------------------------- /content/status/new-status/damage-status/damage-increase-tier-2.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 2 Damage Increase 2 | damageMultiplier: 1.4 3 | -------------------------------------------------------------------------------- /content/status/new-status/damage-status/damage-reduction-tier-1.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 1 Damage Reduction 2 | damageMultiplier: 0.9 -------------------------------------------------------------------------------- /content/status/new-status/emp-status/overload-tier-2.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 2 Overload 2 | reloadMultiplier: 2 3 | speedMultiplier: 2 -------------------------------------------------------------------------------- /content/status/new-status/reloading-status/fast-reloading-tier-3.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 1 Fast Reloading 2 | reloadMultiplier: 1.75 -------------------------------------------------------------------------------- /content/status/new-status/reloading-status/slow-reloading-tier-2.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 2 Slow Reloading 2 | reloadMultiplier: 0.85 -------------------------------------------------------------------------------- /content/status/new-status/speed-status/motor-acceleration-tier-2.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 2 Motor Acceleration 2 | speedMultiplier: 1.5 -------------------------------------------------------------------------------- /content/status/new-status/speed-status/motor-acceleration-tier-3.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 3 Motor Acceleration 2 | speedMultiplier: 1.75 -------------------------------------------------------------------------------- /content/status/new-status/speed-status/motor-deceleration-tier-3.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 3 Motor Deceleration 2 | speedMultiplier: 0.35 -------------------------------------------------------------------------------- /content/status/strafe.hjson: -------------------------------------------------------------------------------- 1 | healthMultiplier: 1.2 2 | reloadMultiplier: 0.2 3 | damageMultiplier: 0.5 4 | speedMultiplier: 1.6 -------------------------------------------------------------------------------- /sounds/artillery-heavy-shot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/artillery-heavy-shot.ogg -------------------------------------------------------------------------------- /sounds/artillery-large-shot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/artillery-large-shot.ogg -------------------------------------------------------------------------------- /sounds/loudly-blaster-shot-1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/loudly-blaster-shot-1.ogg -------------------------------------------------------------------------------- /sounds/mech-large-destroyed.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/mech-large-destroyed.ogg -------------------------------------------------------------------------------- /sounds/mech-large-footsteps.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/mech-large-footsteps.ogg -------------------------------------------------------------------------------- /sounds/mech-medium-footsteps.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/mech-medium-footsteps.ogg -------------------------------------------------------------------------------- /sounds/minigun-heavy-charge.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/minigun-heavy-charge.ogg -------------------------------------------------------------------------------- /sounds/shotgun-electro-shot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/shotgun-electro-shot.ogg -------------------------------------------------------------------------------- /sprites-override/units/flare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/flare.png -------------------------------------------------------------------------------- /sprites-override/units/minke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/minke.png -------------------------------------------------------------------------------- /sprites-override/units/reign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/reign.png -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/walls/door-large.hjson: -------------------------------------------------------------------------------- 1 | research: door 2 | buildCostMultiplier: 2 3 | health: 3240 4 | armor: 5 5 | -------------------------------------------------------------------------------- /content/status/freezing.hjson: -------------------------------------------------------------------------------- 1 | healthMultiplier: 0.9 2 | reloadMultiplier: 0.9 3 | speedMultiplier: 0.75 4 | transitionDamage: 24 5 | -------------------------------------------------------------------------------- /content/status/new-status/damage-status/damage-reduction-tier-2.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 2 Damage Reduction 2 | damageMultiplier: 0.8 3 | -------------------------------------------------------------------------------- /content/status/new-status/damage-status/damage-reduction-tier-3.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 3 Damage Reduction 2 | damageMultiplier: 0.7 3 | -------------------------------------------------------------------------------- /content/status/new-status/emp-status/overload-tier-3.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 3 Overload 2 | reloadMultiplier: 2.5 3 | speedMultiplier: 2.5 -------------------------------------------------------------------------------- /content/status/new-status/reloading-status/fast-reloading-tier-1.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 1 Fast Reloading 2 | reloadMultiplier: 1.25 3 | -------------------------------------------------------------------------------- /content/status/new-status/reloading-status/slow-reloading-tier-3.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 3 Slow Reloading 2 | reloadMultiplier: 0.75 3 | -------------------------------------------------------------------------------- /content/status/new-status/speed-status/motor-acceleration-tier-1.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 1 Motor Acceleration 2 | speedMultiplier: 1.25 3 | -------------------------------------------------------------------------------- /content/status/new-status/speed-status/motor-deceleration-tier-1.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 1 Motor Deceleration 2 | speedMultiplier: 0.8 3 | -------------------------------------------------------------------------------- /content/status/new-status/speed-status/motor-deceleration-tier-2.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 2 Motor Deceleration 2 | speedMultiplier: 0.65 3 | -------------------------------------------------------------------------------- /sounds/anti-material-rifle-shot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/anti-material-rifle-shot.ogg -------------------------------------------------------------------------------- /sprites-override/units/antumbra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/antumbra.png -------------------------------------------------------------------------------- /sprites-override/units/arkyid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/arkyid.png -------------------------------------------------------------------------------- /sprites-override/units/oct-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/oct-cell.png -------------------------------------------------------------------------------- /sprites-override/units/oct-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/oct-full.png -------------------------------------------------------------------------------- /sprites-override/units/toxopid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/toxopid.png -------------------------------------------------------------------------------- /sprites/effects/regions/spikes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/effects/regions/spikes.png -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/walls/door.hjson: -------------------------------------------------------------------------------- 1 | research: titanium-wall-large 2 | buildCostMultiplier: 2 3 | health: 810 4 | armor: 3 5 | -------------------------------------------------------------------------------- /content/status/new-status/emp-status/overload-tier-1.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 1 Overload 2 | reloadMultiplier: 1.5 3 | speedMultiplier: 1.5 4 | -------------------------------------------------------------------------------- /content/status/new-status/fortified.hjson: -------------------------------------------------------------------------------- 1 | healthMultiplier: 50 2 | reloadMultiplier: 1.25 3 | damageMultiplier: 3 4 | speedMultiplier: 0 -------------------------------------------------------------------------------- /sounds/anti-material-rifle-charge.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sounds/anti-material-rifle-charge.ogg -------------------------------------------------------------------------------- /sprites-override/units/corvus-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/corvus-leg.png -------------------------------------------------------------------------------- /sprites-override/units/flare-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/flare-full.png -------------------------------------------------------------------------------- /sprites-override/units/minke-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/minke-cell.png -------------------------------------------------------------------------------- /sprites-override/units/naval/sei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/naval/sei.png -------------------------------------------------------------------------------- /sprites-override/units/reign-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/reign-full.png -------------------------------------------------------------------------------- /sprites/units/Precursor/RN-M1-war.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Precursor/RN-M1-war.png -------------------------------------------------------------------------------- /content/blocks/Ekerir/defence/walls/beryllium-wall.hjson: -------------------------------------------------------------------------------- 1 | research: breach 2 | 3 | buildCostMultiplier: 10 4 | 5 | health: 900 6 | armor: 5 -------------------------------------------------------------------------------- /content/blocks/Selupro/effect/illuminator.hjson: -------------------------------------------------------------------------------- 1 | research: combustion-generator 2 | researchCostMultiplier:2 3 | radius: 55 4 | brightness:0.35 -------------------------------------------------------------------------------- /content/units/Ekerir/ground-units/assaulters/precept.hjson: -------------------------------------------------------------------------------- 1 | research: locus 2 | 3 | rotateSpeed: 1 4 | health: 6000 5 | speed: 0.6 6 | armor: 21 -------------------------------------------------------------------------------- /sprites-override/units/antumbra-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/antumbra-cell.png -------------------------------------------------------------------------------- /sprites-override/units/antumbra-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/antumbra-full.png -------------------------------------------------------------------------------- /sprites-override/units/arkyid-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/arkyid-cell.png -------------------------------------------------------------------------------- /sprites-override/units/arkyid-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/arkyid-full.png -------------------------------------------------------------------------------- /sprites-override/units/fortress-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/fortress-full.png -------------------------------------------------------------------------------- /sprites-override/units/naval/minke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/naval/minke.png -------------------------------------------------------------------------------- /sprites-override/units/scepter-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/scepter-full.png -------------------------------------------------------------------------------- /sprites-override/units/toxopid-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/toxopid-cell.png -------------------------------------------------------------------------------- /sprites-override/units/toxopid-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/toxopid-full.png -------------------------------------------------------------------------------- /sprites/effects/regions/evoke-trace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/effects/regions/evoke-trace.png -------------------------------------------------------------------------------- /sprites/effects/regions/incite-trace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/effects/regions/incite-trace.png -------------------------------------------------------------------------------- /sprites/effects/regions/lucidSpark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/effects/regions/lucidSpark.png -------------------------------------------------------------------------------- /sprites/effects/regions/quad-trace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/effects/regions/quad-trace.png -------------------------------------------------------------------------------- /sprites/status/emp-status/emp-tier-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/emp-status/emp-tier-1.png -------------------------------------------------------------------------------- /sprites/status/emp-status/emp-tier-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/emp-status/emp-tier-2.png -------------------------------------------------------------------------------- /sprites/status/emp-status/emp-tier-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/emp-status/emp-tier-3.png -------------------------------------------------------------------------------- /sprites/status/emp-status/high-emp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/emp-status/high-emp.png -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/walls/copper-wall-large.hjson: -------------------------------------------------------------------------------- 1 | research: copper-wall 2 | buildCostMultiplier: 1.5 3 | armor:2 4 | health: 2900 5 | -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/walls/plastanium-wall-large.hjson: -------------------------------------------------------------------------------- 1 | research: plastanium-wall 2 | 3 | buildCostMultiplier: 5 4 | 5 | health: 4800 6 | -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/walls/plastanium-wall.hjson: -------------------------------------------------------------------------------- 1 | research: titanium-wall-large 2 | 3 | buildCostMultiplier: 5 4 | 5 | health: 1200 6 | -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/walls/titanium-wall-large.hjson: -------------------------------------------------------------------------------- 1 | research: titanium-wall 2 | buildCostMultiplier: 3 3 | health: 3840 4 | armor: 6 5 | -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/walls/titanium-wall.hjson: -------------------------------------------------------------------------------- 1 | research: copper-wall-large 2 | buildCostMultiplier: 3 3 | health: 960 4 | armor: 4 5 | -------------------------------------------------------------------------------- /content/blocks/Selupro/units/ground-factory.hjson: -------------------------------------------------------------------------------- 1 | itemCapacity: 200 2 | health: 725 3 | armor: 5 4 | 5 | consumes: { 6 | power: 6 7 | } 8 | -------------------------------------------------------------------------------- /sprites-override/units/conquer-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/conquer-weapon.png -------------------------------------------------------------------------------- /sprites-override/units/naval/sei-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/naval/sei-cell.png -------------------------------------------------------------------------------- /sprites-override/units/naval/sei-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/naval/sei-full.png -------------------------------------------------------------------------------- /sprites/effects/bullets/square-bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/effects/bullets/square-bullet.png -------------------------------------------------------------------------------- /sprites/effects/regions/cross-explode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/effects/regions/cross-explode.png -------------------------------------------------------------------------------- /sprites/effects/regions/eclipse-trace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/effects/regions/eclipse-trace.png -------------------------------------------------------------------------------- /sprites/effects/regions/emanate-trace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/effects/regions/emanate-trace.png -------------------------------------------------------------------------------- /sprites/units/Precursor/RN-M1-war-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Precursor/RN-M1-war-base.png -------------------------------------------------------------------------------- /sprites/units/Precursor/RN-M1-war-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Precursor/RN-M1-war-cell.png -------------------------------------------------------------------------------- /sprites/units/Precursor/RN-M1-war-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Precursor/RN-M1-war-leg.png -------------------------------------------------------------------------------- /content/blocks/Ekerir/defence/walls/blast-door.hjson: -------------------------------------------------------------------------------- 1 | research: blast-door-small 2 | 3 | buildCostMultiplier: 13.9131 4 | 5 | health: 5000 6 | armor: 12 -------------------------------------------------------------------------------- /content/blocks/Ekerir/defence/walls/tungsten-wall-large.hjson: -------------------------------------------------------------------------------- 1 | research: tungsten-wall 2 | 3 | buildCostMultiplier: 16 4 | 5 | health: 5120 6 | armor: 15 -------------------------------------------------------------------------------- /content/blocks/Ekerir/defence/walls/tungsten-wall.hjson: -------------------------------------------------------------------------------- 1 | research: beryllium-wall-large 2 | 3 | buildCostMultiplier: 16 4 | 5 | health: 1280 6 | armor: 8 -------------------------------------------------------------------------------- /content/blocks/Selupro/distribution/bridge-conveyor.hjson: -------------------------------------------------------------------------------- 1 | itemCapacity: 4 2 | health: 20 3 | 4 | requirements: [ 5 | copper/15 6 | lead/8 7 | ] -------------------------------------------------------------------------------- /content/units/Ekerir/ground-units/assaulters/vanquish.hjson: -------------------------------------------------------------------------------- 1 | research: precept 2 | 3 | rotateSpeed: 0.6 4 | health: 32000 5 | speed: 0.32 6 | armor: 121 -------------------------------------------------------------------------------- /sprites-override/blocks/defence/meltdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/defence/meltdown.png -------------------------------------------------------------------------------- /sprites-override/blocks/defence/swarmer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/defence/swarmer.png -------------------------------------------------------------------------------- /sprites-override/units/naval/minke-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/naval/minke-cell.png -------------------------------------------------------------------------------- /sprites-override/units/naval/minke-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/naval/minke-full.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/effect/serp-radar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/effect/serp-radar.png -------------------------------------------------------------------------------- /sprites/effects/bullets/triangle-bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/effects/bullets/triangle-bullet.png -------------------------------------------------------------------------------- /sprites/status/emp-status/overload-tier-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/emp-status/overload-tier-1.png -------------------------------------------------------------------------------- /sprites/status/emp-status/overload-tier-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/emp-status/overload-tier-2.png -------------------------------------------------------------------------------- /sprites/status/emp-status/overload-tier-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/emp-status/overload-tier-3.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/avert-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/avert-weapon.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/tecta-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/tecta-weapon.png -------------------------------------------------------------------------------- /sprites/units/Precursor/CR-M1-lucid-flash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Precursor/CR-M1-lucid-flash.png -------------------------------------------------------------------------------- /sprites/units/Precursor/RN-M1-war-plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Precursor/RN-M1-war-plate.png -------------------------------------------------------------------------------- /sprites/units/Precursor/RN-M1-war-shine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Precursor/RN-M1-war-shine.png -------------------------------------------------------------------------------- /sprites/units/Precursor/RN-M1-war-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Precursor/RN-M1-war-weapon.png -------------------------------------------------------------------------------- /content/blocks/Ekerir/defence/walls/beryllium-wall-large.hjson: -------------------------------------------------------------------------------- 1 | research: beryllium-wall 2 | 3 | buildCostMultiplier: 10 4 | 5 | health: 3600 6 | armor: 7 -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/router.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/sorter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/sorter.png -------------------------------------------------------------------------------- /sprites-override/units/conquer-weapon-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/units/conquer-weapon-glow.png -------------------------------------------------------------------------------- /sprites/blocks/enviroment/white-tree-young.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/enviroment/white-tree-young.png -------------------------------------------------------------------------------- /sprites/effects/bullets/square-bullet-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/effects/bullets/square-bullet-back.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/shields/cleroi-shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/shields/cleroi-shield.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/tecta-missile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/tecta-missile.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/tecta-weapon-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/tecta-weapon-2.png -------------------------------------------------------------------------------- /sprites/units/Selupro/shields/corvus-shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/shields/corvus-shield.png -------------------------------------------------------------------------------- /sprites/units/Selupro/shields/tecta-shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/shields/tecta-shield.png -------------------------------------------------------------------------------- /sprites-override/blocks/defence/meltdown-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/defence/meltdown-heat.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/junction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/junction.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/effect/serp-radar-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/effect/serp-radar-base.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/effect/serp-radar-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/effect/serp-radar-glow.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/effect/serp-radar-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/effect/serp-radar-large.png -------------------------------------------------------------------------------- /sprites/effects/bullets/triangle-bullet-back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/effects/bullets/triangle-bullet-back.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/cells/locus-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/cells/locus-weapon-cell.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/anthicus-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/anthicus-weapon.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/collaris-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/collaris-weapon.png -------------------------------------------------------------------------------- /sprites/units/Precursor/CR-M1-lucid-flash-foot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Precursor/CR-M1-lucid-flash-foot.png -------------------------------------------------------------------------------- /sprites/units/Precursor/CR-M1-lucid-flash-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Precursor/CR-M1-lucid-flash-leg.png -------------------------------------------------------------------------------- /sprites/units/Selupro/shields/eclipse-shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/shields/eclipse-shield.png -------------------------------------------------------------------------------- /sprites/units/Selupro/shields/fortress-shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/shields/fortress-shield.png -------------------------------------------------------------------------------- /content/blocks/Selupro/power/power-node.hjson: -------------------------------------------------------------------------------- 1 | research: combustion-generator 2 | 3 | health: 20 4 | armor: 5 5 | requirements: [ 6 | copper/2 7 | lead/3 8 | ] -------------------------------------------------------------------------------- /sprites/blocks/Selupro/power/armored-power-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/power/armored-power-node.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/power/solar-panel-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/power/solar-panel-medium.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/production/liquid-filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/production/liquid-filter.png -------------------------------------------------------------------------------- /sprites/status/armored-status/armor-seal-tier-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/armored-status/armor-seal-tier-1.png -------------------------------------------------------------------------------- /sprites/status/armored-status/armor-seal-tier-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/armored-status/armor-seal-tier-2.png -------------------------------------------------------------------------------- /sprites/status/armored-status/armor-seal-tier-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/armored-status/armor-seal-tier-3.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/tecta-weapon-2-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/tecta-weapon-2-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/shields/atrax-shield-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/shields/atrax-shield-left.png -------------------------------------------------------------------------------- /sprites/units/Selupro/shields/atrax-shield-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/shields/atrax-shield-right.png -------------------------------------------------------------------------------- /sprites-override/blocks/defence/disperse-mid-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/defence/disperse-mid-heat.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/overflow-gate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/overflow-gate.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/underflow-gate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/underflow-gate.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/effect/serp-radar-large-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/effect/serp-radar-large-base.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/effect/serp-radar-large-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/effect/serp-radar-large-glow.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/effect/small-force-projector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/effect/small-force-projector.png -------------------------------------------------------------------------------- /sprites/blocks/enviroment/white-tree-young-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/enviroment/white-tree-young-shadow.png -------------------------------------------------------------------------------- /sprites/status/armored-status/armor-piercing-tier-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/armored-status/armor-piercing-tier-1.png -------------------------------------------------------------------------------- /sprites/status/armored-status/armor-piercing-tier-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/armored-status/armor-piercing-tier-2.png -------------------------------------------------------------------------------- /sprites/status/armored-status/armor-piercing-tier-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/armored-status/armor-piercing-tier-3.png -------------------------------------------------------------------------------- /sprites/status/damage-status/damage-increase-tier-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/damage-status/damage-increase-tier-1.png -------------------------------------------------------------------------------- /sprites/status/damage-status/damage-increase-tier-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/damage-status/damage-increase-tier-2.png -------------------------------------------------------------------------------- /sprites/status/damage-status/damage-increase-tier-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/damage-status/damage-increase-tier-3.png -------------------------------------------------------------------------------- /sprites/status/regeneration-status/oxidation-tier-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/regeneration-status/oxidation-tier-1.png -------------------------------------------------------------------------------- /sprites/status/regeneration-status/oxidation-tier-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/regeneration-status/oxidation-tier-2.png -------------------------------------------------------------------------------- /sprites/status/regeneration-status/oxidation-tier-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/regeneration-status/oxidation-tier-3.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/anthicus-weapon-blade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/anthicus-weapon-blade.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/anthicus-weapon-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/anthicus-weapon-heat.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/collaris-rocket-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/collaris-rocket-weapon.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/collaris-weapon-blade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/collaris-weapon-blade.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/collaris-weapon-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/collaris-weapon-heat.png -------------------------------------------------------------------------------- /sprites/units/Precursor/CR-M1-lucid-flash-leg-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Precursor/CR-M1-lucid-flash-leg-base.png -------------------------------------------------------------------------------- /sprites/units/Selupro/shields/toxopid-shield-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/shields/toxopid-shield-left.png -------------------------------------------------------------------------------- /sprites/units/Selupro/shields/toxopid-shield-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/shields/toxopid-shield-right.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/inverted-sorter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/inverted-sorter.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/defence/walls/blast-door-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/defence/walls/blast-door-small.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/defence/mines/11m-01-frag-mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/defence/mines/11m-01-frag-mine.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/defence/mines/11m-02-emp-mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/defence/mines/11m-02-emp-mine.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/defence/walls/reinf-plast-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/defence/walls/reinf-plast-wall.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/power/armored-power-node-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/power/armored-power-node-large.png -------------------------------------------------------------------------------- /sprites/status/damage-status/damage-reduction-tier-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/damage-status/damage-reduction-tier-1.png -------------------------------------------------------------------------------- /sprites/status/damage-status/damage-reduction-tier-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/damage-status/damage-reduction-tier-2.png -------------------------------------------------------------------------------- /sprites/status/damage-status/damage-reduction-tier-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/damage-status/damage-reduction-tier-3.png -------------------------------------------------------------------------------- /sprites/status/regeneration-status/auto-repair-tier-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/regeneration-status/auto-repair-tier-1.png -------------------------------------------------------------------------------- /sprites/status/regeneration-status/auto-repair-tier-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/regeneration-status/auto-repair-tier-2.png -------------------------------------------------------------------------------- /sprites/status/regeneration-status/auto-repair-tier-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/regeneration-status/auto-repair-tier-3.png -------------------------------------------------------------------------------- /sprites/status/reloading-status/fast-reloading-tier-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/reloading-status/fast-reloading-tier-1.png -------------------------------------------------------------------------------- /sprites/status/reloading-status/fast-reloading-tier-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/reloading-status/fast-reloading-tier-2.png -------------------------------------------------------------------------------- /sprites/status/reloading-status/fast-reloading-tier-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/reloading-status/fast-reloading-tier-3.png -------------------------------------------------------------------------------- /sprites/status/reloading-status/slow-reloading-tier-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/reloading-status/slow-reloading-tier-1.png -------------------------------------------------------------------------------- /sprites/status/reloading-status/slow-reloading-tier-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/reloading-status/slow-reloading-tier-2.png -------------------------------------------------------------------------------- /sprites/status/reloading-status/slow-reloading-tier-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/reloading-status/slow-reloading-tier-3.png -------------------------------------------------------------------------------- /sprites/status/speed-status/motor-acceleration-tier-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/speed-status/motor-acceleration-tier-1.png -------------------------------------------------------------------------------- /sprites/status/speed-status/motor-acceleration-tier-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/speed-status/motor-acceleration-tier-2.png -------------------------------------------------------------------------------- /sprites/status/speed-status/motor-acceleration-tier-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/speed-status/motor-acceleration-tier-3.png -------------------------------------------------------------------------------- /sprites/status/speed-status/motor-deceleration-tier-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/speed-status/motor-deceleration-tier-1.png -------------------------------------------------------------------------------- /sprites/status/speed-status/motor-deceleration-tier-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/speed-status/motor-deceleration-tier-2.png -------------------------------------------------------------------------------- /sprites/status/speed-status/motor-deceleration-tier-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/status/speed-status/motor-deceleration-tier-3.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/support-weapons/blue-bsw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/support-weapons/blue-bsw.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/defence/walls/shielded-wall-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/defence/walls/shielded-wall-small.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/defence/turrets/01t-01-fragment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/defence/turrets/01t-01-fragment.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/effect/small-force-projector-team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/effect/small-force-projector-team.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/effect/small-force-projector-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/effect/small-force-projector-top.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/production/liquid-filter-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/production/liquid-filter-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/production/liquid-filter-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/production/liquid-filter-rotator.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/anthicus-weapon-blade-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/anthicus-weapon-blade-heat.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/collaris-rocket-weapon-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/collaris-rocket-weapon-heat.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/collaris-weapon-blade-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/collaris-weapon-blade-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/support-weapons/green-bsw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/support-weapons/green-bsw.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/support-weapons/orange-bsw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/support-weapons/orange-bsw.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/emp/large-mme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/emp/large-mme.png -------------------------------------------------------------------------------- /content/blocks/Selupro/power/power-node-large.hjson: -------------------------------------------------------------------------------- 1 | research: power-node 2 | 3 | health: 80 4 | armor: 10 5 | requirements: [ 6 | lead/12 7 | graphite/15 8 | silicon/5 9 | ] -------------------------------------------------------------------------------- /content/blocks/Selupro/units/air-factory.hjson: -------------------------------------------------------------------------------- 1 | research: ground-factory 2 | 3 | itemCapacity: 200 4 | health: 500 5 | armor: 3 6 | 7 | consumes: { 8 | power: 6 9 | } 10 | -------------------------------------------------------------------------------- /content/blocks/Selupro/units/naval-factory.hjson: -------------------------------------------------------------------------------- 1 | research: ground-factory 2 | 3 | itemCapacity: 200 4 | health: 960 5 | armor: 7 6 | 7 | consumes: { 8 | power: 8 9 | } 10 | -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-0-0.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-0-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-0-1.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-0-2.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-0-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-0-3.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-1-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-1-0.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-1-1.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-1-2.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-1-3.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-2-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-2-0.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-2-1.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-2-2.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-2-3.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-3-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-3-0.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-3-1.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-3-2.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-3-3.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-4-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-4-0.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-4-1.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-4-2.png -------------------------------------------------------------------------------- /sprites-override/blocks/distribution/conveyor/conveyor-4-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites-override/blocks/distribution/conveyor/conveyor-4-3.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/defence/walls/blast-door-small-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/defence/walls/blast-door-small-open.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/defence/mines/11m-01-frag-mine-team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/defence/mines/11m-01-frag-mine-team.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/defence/mines/11m-02-emp-mine-team.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/defence/mines/11m-02-emp-mine-team.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-heats/horizon-mm-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-heats/horizon-mm-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-heats/large-mpw-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-heats/large-mpw-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/orange/large-mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/orange/large-mm.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/defence/walls/shielded-wall-small-glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/defence/walls/shielded-wall-small-glow.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/defence/walls/reinf-plast-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/defence/walls/reinf-plast-wall-large.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/weapon-heats/merui-weapon-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/weapon-heats/merui-weapon-heat.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/weapon-heats/plasma-weapon-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/weapon-heats/plasma-weapon-heat.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/weapon-heats/tecta-weapon-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/weapon-heats/tecta-weapon-heat.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/weapon-units/blue/plasma-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/weapon-units/blue/plasma-weapon.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/weapon-units/orange/locus-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/weapon-units/orange/locus-weapon.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/weapon-units/orange/stell-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/weapon-units/orange/stell-weapon.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/weapon-units/purple/avert-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/weapon-units/purple/avert-weapon.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/weapon-units/purple/blaster-gun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/weapon-units/purple/blaster-gun.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/weapon-units/purple/quell-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/weapon-units/purple/quell-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/support-weapons/repair-bw-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/support-weapons/repair-bw-green.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-heats/corvus-weapon-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-heats/corvus-weapon-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-heats/nova-weapon-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-heats/nova-weapon-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-heats/reign-weapon-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-heats/reign-weapon-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-heats/vela-weapon-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-heats/vela-weapon-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/green/plasma-gun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/green/plasma-gun.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/purple/large-mpw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/purple/large-mpw.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/yellow/beta-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/yellow/beta-weapon.png -------------------------------------------------------------------------------- /content/blocks/Selupro/units/additive-reconstructor.hjson: -------------------------------------------------------------------------------- 1 | constructTime: 2880 2 | itemCapacity: 300 3 | health: 1800 4 | armor: 14 5 | 6 | consumes: { 7 | power: 12.5 8 | } 9 | 10 | -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/special-weapon-units/quell-missile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/special-weapon-units/quell-missile.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/support-weapons/large-orange-bsw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/support-weapons/large-orange-bsw.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/support-weapons/repair-bwc-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/support-weapons/repair-bwc-green.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/support-weapons/repair-bwc-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/support-weapons/repair-bwc-orange.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-heats/missiles-mount-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-heats/missiles-mount-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/orange/mount-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/orange/mount-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/yellow/alpha-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/yellow/alpha-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/yellow/gamma-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/yellow/gamma-weapon.png -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/payload-conveyors/reinforced-payload-router.hjson: -------------------------------------------------------------------------------- 1 | research: reinforced-payload-conveyor 2 | 3 | armor: 2 4 | 5 | requirements: [ 6 | silicon/12 7 | tungsten/18 8 | ] 9 | -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/mines/shock-mine.hjson: -------------------------------------------------------------------------------- 1 | research: titanium-wall-large 2 | underBullets: true 3 | 4 | buildCostMultiplier: 0.25 5 | 6 | tileDamage: 10 7 | cooldown: 5 8 | damage: 9 9 | -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/special-weapon-units/collaris-missile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/special-weapon-units/collaris-missile.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/special-weapon-units/arkyid-missile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/special-weapon-units/arkyid-missile.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-heats/emp-cannon-mount-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-heats/emp-cannon-mount-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-heats/plasma-laser-mount-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-heats/plasma-laser-mount-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/emp/large-emp-artillery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/emp/large-emp-artillery.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/green/emp-cannon-mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/green/emp-cannon-mount.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/green/large-plasma-gun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/green/large-plasma-gun.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/orange/large-artillery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/orange/large-artillery.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/orange/missiles-mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/orange/missiles-mount.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/purple/purple-missiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/purple/purple-missiles.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/purple/spiroct-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/purple/spiroct-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/support-weapons/repair-bwc-large-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/support-weapons/repair-bwc-large-green.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-heats/large-purple-cannon-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-heats/large-purple-cannon-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/green/flamethrower-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/green/flamethrower-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/green/plasma-cannon-mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/green/plasma-cannon-mount.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/green/plasma-laser-mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/green/plasma-laser-mount.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/green/plasma-weapon-mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/green/plasma-weapon-mount.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/green/rocket-plasma-mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/green/rocket-plasma-mount.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/orange/large-bullet-mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/orange/large-bullet-mount.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/orange/large-laser-mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/orange/large-laser-mount.png -------------------------------------------------------------------------------- /content/blocks/Selupro/power/generators/solar-panel.hjson: -------------------------------------------------------------------------------- 1 | research: combustion-generator 2 | 3 | powerProduction: 0.4 4 | health: 96 5 | 6 | requirements: [ 7 | lead/15 8 | silicon/12 9 | ] 10 | -------------------------------------------------------------------------------- /content/units/Ekerir/air-units/assaulters/disrupt.hjson: -------------------------------------------------------------------------------- 1 | research: quell 2 | 3 | rotateSpeed: 0.5 4 | health: 120000 5 | speed: 0.25 6 | armor: 150 7 | accel: 0.1 8 | drag: 0.07 9 | 10 | immunities: [] -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/special-weapon-units/collaris-missile-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/special-weapon-units/collaris-missile-cell.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/hidden-weapon-units/green/hidden-pm-mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/hidden-weapon-units/green/hidden-pm-mount.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/modular-weapons/ship-cannon/ship-cannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/modular-weapons/ship-cannon/ship-cannon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/special-weapon-units/arkyid-missile-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/special-weapon-units/arkyid-missile-cell.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/support-weapons/repair-bwc-large-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/support-weapons/repair-bwc-large-orange.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-heats/large-caliber-minigun-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-heats/large-caliber-minigun-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-heats/purple-missiles-mount-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-heats/purple-missiles-mount-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/green/emp-cannon-mount-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/green/emp-cannon-mount-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/orange/large-caliber-minigun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/orange/large-caliber-minigun.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/purple/large-purple-cannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/purple/large-purple-cannon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/purple/mount-purple-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/purple/mount-purple-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/purple/purple-missiles-mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/purple/purple-missiles-mount.png -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/payload-conveyors/reinforced-payload-conveyor.hjson: -------------------------------------------------------------------------------- 1 | research: 16c-07-small-reinforced-payload-router 2 | 3 | armor: 2 4 | 5 | requirements: [ 6 | silicon/8 7 | tungsten/16 8 | ] 9 | -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/hidden-weapon-units/green/hidden-oct-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/hidden-weapon-units/green/hidden-oct-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/modular-weapons/ship-rail-rig/ship-rail-rig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/modular-weapons/ship-rail-rig/ship-rail-rig.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/green/inapplicable/nova-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/green/inapplicable/nova-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/green/inapplicable/poly-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/green/inapplicable/poly-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/green/plasma-laser-mount-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/green/plasma-laser-mount-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/orange/inapplicable/horizon-mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/orange/inapplicable/horizon-mm.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/orange/large-missile-launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/orange/large-missile-launcher.png -------------------------------------------------------------------------------- /content/blocks/Selupro/units/multiplicative-reconstructor.hjson: -------------------------------------------------------------------------------- 1 | liquidCapacity: 18000 2 | constructTime: 12000 3 | itemCapacity: 600 4 | health: 5000 5 | armor: 12 6 | 7 | consumes: { 8 | power: 25 9 | } 10 | -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/hidden-weapon-units/orange/hidden-bombing-mw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/hidden-weapon-units/orange/hidden-bombing-mw.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/modular-weapons/ship-cannon/ship-cannon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/modular-weapons/ship-cannon/ship-cannon-cell.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/modular-weapons/ship-cannon/ship-cannon-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/modular-weapons/ship-cannon/ship-cannon-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/green/inapplicable/pulsar-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/green/inapplicable/pulsar-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/green/inapplicable/quasar-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/green/inapplicable/quasar-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/orange/inapplicable/dagger-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/orange/inapplicable/dagger-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/orange/inapplicable/mace-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/orange/inapplicable/mace-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/orange/inapplicable/reign-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/orange/inapplicable/reign-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/purple/inapplicable/atrax-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/purple/inapplicable/atrax-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/hidden-weapon-units/green/hidden-plasma-launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/hidden-weapon-units/green/hidden-plasma-launcher.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/modular-weapons/ship-rail-rig/ship-rail-rig-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/modular-weapons/ship-rail-rig/ship-rail-rig-cell.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/modular-weapons/ship-rail-rig/ship-rail-rig-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/modular-weapons/ship-rail-rig/ship-rail-rig-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-heats/mobile-portable-railgun-system-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-heats/mobile-portable-railgun-system-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/aa-ship-weapon/aa-ship-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/aa-ship-weapon/aa-ship-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/orange/inapplicable/fortress-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/orange/inapplicable/fortress-weapon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/purple/inapplicable/toxopid-cannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/purple/inapplicable/toxopid-cannon.png -------------------------------------------------------------------------------- /content/units/Ekerir/ground-units/assaulters/conquer.hjson: -------------------------------------------------------------------------------- 1 | research: vanquish 2 | drownTimeMultiplier: 24 3 | 4 | rotateSpeed: 0.24 5 | health: 130000 6 | speed: 0.24 7 | armor: 260 8 | weapons:[ 9 | { 10 | 11 | } 12 | ] -------------------------------------------------------------------------------- /shaders/baseshader/.vert: -------------------------------------------------------------------------------- 1 | attribute vec4 a_position; 2 | attribute vec2 a_texCoord0; 3 | 4 | varying vec2 v_texCoords; 5 | 6 | void main(){ 7 | v_texCoords = a_texCoord0; 8 | gl_Position = a_position; 9 | } 10 | -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/modular-weapons/ship-large-cannon/ship-large-cannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/modular-weapons/ship-large-cannon/ship-large-cannon.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-units/orange/mobile-portable-railgun-system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-units/orange/mobile-portable-railgun-system.png -------------------------------------------------------------------------------- /content/blocks/Ekerir/defence/walls/carbide-wall.hjson: -------------------------------------------------------------------------------- 1 | research: tungsten-wall-large 2 | 3 | buildCostMultiplier: 15.75 4 | 5 | health: 1960 6 | armor: 15 7 | 8 | requirements: [ 9 | thorium/9 10 | carbide/6 11 | ] -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/hidden-weapon-units/green/hidden-plasma-cannon-mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/hidden-weapon-units/green/hidden-plasma-cannon-mount.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/aa-ship-weapon/aa-ship-weapon-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/aa-ship-weapon/aa-ship-weapon-cell.png -------------------------------------------------------------------------------- /content/blocks/Ekerir/defence/walls/carbide-wall-large.hjson: -------------------------------------------------------------------------------- 1 | research: carbide-wall 2 | 3 | buildCostMultiplier: 22.3256 4 | 5 | health: 7840 6 | armor: 24 7 | 8 | requirements: [ 9 | thorium/24 10 | carbide/18 11 | ] -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/payload-conveyors/payload-mass-driver.hjson: -------------------------------------------------------------------------------- 1 | research: { 2 | parent: reinforced-payload-router 3 | 4 | objectives: [ 5 | { 6 | type: OnSector 7 | preset: split 8 | } 9 | ] 10 | } 11 | -------------------------------------------------------------------------------- /content/blocks/Selupro/units/tetrative-reconstructor.hjson: -------------------------------------------------------------------------------- 1 | liquidCapacity: 96000 2 | constructTime: 129600 3 | itemCapacity: 8000 4 | health: 15000 5 | armor: 40 6 | buildCostMultiplier: 3 7 | consumes: { 8 | power: 160 9 | } 10 | -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-06-small-reinforced-payload-conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-06-small-reinforced-payload-conveyor.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-07-small-reinforced-payload-router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-07-small-reinforced-payload-router.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-08-large-reinforced-payload-conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-08-large-reinforced-payload-conveyor.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-09-large-reinforced-payload-router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-09-large-reinforced-payload-router.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/weapon-part-units/ekerir-machine-gun/ekerir-machine-gun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/weapon-part-units/ekerir-machine-gun/ekerir-machine-gun.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/modular-weapons/ship-large-cannon/ship-large-cannon-brl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/modular-weapons/ship-large-cannon/ship-large-cannon-brl.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/aa-ship-weapon/aa-ship-weapon-brl-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/aa-ship-weapon/aa-ship-weapon-brl-left.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/double-machine-gun/double-machine-gun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/double-machine-gun/double-machine-gun.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/scepter-pulse-shotgun/scepter-weapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/scepter-pulse-shotgun/scepter-weapon.png -------------------------------------------------------------------------------- /content/blocks/Selupro/cores/core-shard.hjson: -------------------------------------------------------------------------------- 1 | absorbLasers: true 2 | unitCapModifier:4 3 | itemCapacity: 6000 4 | health: 10000 5 | armor: 3 6 | researchCostMultiplier:6 7 | requirements: [ 8 | copper/1250 9 | lead/1320 10 | ] 11 | -------------------------------------------------------------------------------- /content/units/Ekerir/air-units/assaulters/obviate.hjson: -------------------------------------------------------------------------------- 1 | research: avert 2 | fogRadius: 25 3 | 4 | rotateSpeed: 2.1 5 | itemCapacity: 0 6 | health: 5000 7 | accel: 0.09 8 | speed: 1.5 9 | drag: 0.08 10 | armor: 15 11 | 12 | immunities: [] -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-07-small-reinforced-payload-router-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-07-small-reinforced-payload-router-top.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-09-large-reinforced-payload-router-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-09-large-reinforced-payload-router-top.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/weapon-part-units/ekerir-machine-gun/ekerir-machine-gun-brl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/weapon-part-units/ekerir-machine-gun/ekerir-machine-gun-brl.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/aa-ship-weapon/aa-ship-weapon-brl-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/aa-ship-weapon/aa-ship-weapon-brl-right.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/selupro-machine-gun/selupro-machine-gun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/selupro-machine-gun/selupro-machine-gun.png -------------------------------------------------------------------------------- /content/blocks/Selupro/power/battery.hjson: -------------------------------------------------------------------------------- 1 | research: combustion-generator 2 | 3 | baseExplosiveness: 5 4 | health: 120 5 | 6 | consumes: { 7 | powerBuffered: 3000 8 | } 9 | 10 | requirements: [ 11 | copper/25 12 | lead/24 13 | ] -------------------------------------------------------------------------------- /content/blocks/Selupro/units/exponential-reconstructor.hjson: -------------------------------------------------------------------------------- 1 | liquidCapacity: 32500 2 | constructTime: 64800 3 | itemCapacity: 4000 4 | health: 7250 5 | armor: 30 6 | buildCostMultiplier: 2 7 | consumes: { 8 | power: 83.333335 9 | } 10 | -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-06-small-reinforced-payload-conveyor-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-06-small-reinforced-payload-conveyor-edge.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-06-small-reinforced-payload-conveyor-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-06-small-reinforced-payload-conveyor-icon.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-06-small-reinforced-payload-conveyor-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-06-small-reinforced-payload-conveyor-top.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-07-small-reinforced-payload-router-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-07-small-reinforced-payload-router-icon.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-07-small-reinforced-payload-router-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-07-small-reinforced-payload-router-over.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-08-large-reinforced-payload-conveyor-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-08-large-reinforced-payload-conveyor-edge.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-08-large-reinforced-payload-conveyor-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-08-large-reinforced-payload-conveyor-icon.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-08-large-reinforced-payload-conveyor-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-08-large-reinforced-payload-conveyor-top.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-09-large-reinforced-payload-router-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-09-large-reinforced-payload-router-icon.png -------------------------------------------------------------------------------- /sprites/blocks/Ekerir/units/payload-conveyors/16c-09-large-reinforced-payload-router-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Ekerir/units/payload-conveyors/16c-09-large-reinforced-payload-router-over.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-06-small-reinforced-payload-conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-06-small-reinforced-payload-conveyor.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-07-small-reinforced-payload-router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-07-small-reinforced-payload-router.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-08-large-reinforced-payload-conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-08-large-reinforced-payload-conveyor.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-09-large-reinforced-payload-router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-09-large-reinforced-payload-router.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/modular-weapons/ship-large-cannon/ship-large-cannon-brl-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/modular-weapons/ship-large-cannon/ship-large-cannon-brl-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/aa-ship-weapon/aa-ship-weapon-brl-left-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/aa-ship-weapon/aa-ship-weapon-brl-left-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/double-machine-gun/double-machine-gun-brl-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/double-machine-gun/double-machine-gun-brl-1.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/double-machine-gun/double-machine-gun-brl-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/double-machine-gun/double-machine-gun-brl-2.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/double-machine-gun/double-machine-gun-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/double-machine-gun/double-machine-gun-cell.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/fortress-machine-gun/fortress-machine-gun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/fortress-machine-gun/fortress-machine-gun.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/scepter-pulse-shotgun/scepter-weapon-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/scepter-pulse-shotgun/scepter-weapon-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/selupro-machine-gun/selupro-machine-gun-brl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/selupro-machine-gun/selupro-machine-gun-brl.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-07-small-reinforced-payload-router-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-07-small-reinforced-payload-router-top.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-09-large-reinforced-payload-router-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-09-large-reinforced-payload-router-top.png -------------------------------------------------------------------------------- /sprites/units/Ekerir/weapons/weapon-part-units/ekerir-machine-gun/ekerir-machine-gun-brl-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Ekerir/weapons/weapon-part-units/ekerir-machine-gun/ekerir-machine-gun-brl-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/aa-ship-weapon/aa-ship-weapon-brl-right-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/aa-ship-weapon/aa-ship-weapon-brl-right-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/fortress-machine-gun/fortress-machine-gun-brl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/fortress-machine-gun/fortress-machine-gun-brl.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/reign-missile-launcher/reign-missile-launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/reign-missile-launcher/reign-missile-launcher.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/scepter-pulse-shotgun/scepter-weapon-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/scepter-pulse-shotgun/scepter-weapon-rotator.png -------------------------------------------------------------------------------- /content/blocks/Ekerir/cores/core-bastion.hjson: -------------------------------------------------------------------------------- 1 | absorbLasers: true 2 | 3 | unitCapModifier: 8 4 | itemCapacity: 7500 5 | health: 10000 6 | armor: 7 7 | 8 | requirements: [ 9 | graphite/3000 10 | silicon/7500 11 | beryllium/5000 12 | ] -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/walls/phase-wall-large.hjson: -------------------------------------------------------------------------------- 1 | research: phase-wall 2 | 3 | buildCostMultiplier: 10 4 | 5 | chanceDeflect:0.7 6 | health: 6640 7 | armor: 32 8 | 9 | requirements: [ 10 | thorium/16 11 | phase-fabric/40 12 | ] 13 | -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/walls/phase-wall.hjson: -------------------------------------------------------------------------------- 1 | research: surge-wall-large 2 | 3 | buildCostMultiplier: 10 4 | 5 | chanceDeflect:0.7 6 | health: 1660 7 | armor: 16 8 | 9 | requirements: [ 10 | thorium/4 11 | phase-fabric/10 12 | ] 13 | -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-06-small-reinforced-payload-conveyor-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-06-small-reinforced-payload-conveyor-edge.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-06-small-reinforced-payload-conveyor-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-06-small-reinforced-payload-conveyor-icon.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-06-small-reinforced-payload-conveyor-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-06-small-reinforced-payload-conveyor-top.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-07-small-reinforced-payload-router-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-07-small-reinforced-payload-router-icon.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-07-small-reinforced-payload-router-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-07-small-reinforced-payload-router-over.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-08-large-reinforced-payload-conveyor-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-08-large-reinforced-payload-conveyor-edge.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-08-large-reinforced-payload-conveyor-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-08-large-reinforced-payload-conveyor-icon.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-08-large-reinforced-payload-conveyor-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-08-large-reinforced-payload-conveyor-top.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-09-large-reinforced-payload-router-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-09-large-reinforced-payload-router-icon.png -------------------------------------------------------------------------------- /sprites/blocks/Selupro/logistics/payload-conveyors/16c-09-large-reinforced-payload-router-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/blocks/Selupro/logistics/payload-conveyors/16c-09-large-reinforced-payload-router-over.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/double-machine-gun/double-machine-gun-brl-1-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/double-machine-gun/double-machine-gun-brl-1-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/double-machine-gun/double-machine-gun-brl-2-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/double-machine-gun/double-machine-gun-brl-2-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/scepter-pulse-shotgun/scepter-weapon-heat-1 (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/scepter-pulse-shotgun/scepter-weapon-heat-1 (2).png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/selupro-machine-gun/selupro-machine-gun-brl-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/selupro-machine-gun/selupro-machine-gun-brl-heat.png -------------------------------------------------------------------------------- /content/blocks/Selupro/power/surge-tower.hjson: -------------------------------------------------------------------------------- 1 | research: power-node-large 2 | 3 | laserRange: 120 4 | maxNodes: 3 5 | health: 450 6 | armor: 15 7 | 8 | requirements: [ 9 | lead/150 10 | titanium/120 11 | silicon/90 12 | surge-alloy/90 13 | ] -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/fortress-machine-gun/fortress-machine-gun-brl-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/fortress-machine-gun/fortress-machine-gun-brl-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/reign-missile-launcher/reign-missile-launcher-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/reign-missile-launcher/reign-missile-launcher-heat.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/scepter-pulse-shotgun/scepter-weapon-rotator-heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/scepter-pulse-shotgun/scepter-weapon-rotator-heat.png -------------------------------------------------------------------------------- /content/blocks/Selupro/power/battery-large.hjson: -------------------------------------------------------------------------------- 1 | research: battery 2 | 3 | baseExplosiveness: 15 4 | health: 1520 5 | 6 | consumes: { 7 | powerBuffered: 75000 8 | } 9 | 10 | requirements: [ 11 | lead/360 12 | titanium/220 13 | silicon/110 14 | ] -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/reign-missile-launcher/reign-missile-launcher-cover-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/reign-missile-launcher/reign-missile-launcher-cover-top.png -------------------------------------------------------------------------------- /content/blocks/Ekerir/power/beam-node.hjson: -------------------------------------------------------------------------------- 1 | research: turbine-condenser 2 | 3 | buildCostMultiplier: 1 4 | 5 | health: 180 6 | armor: 15 7 | 8 | consumes: { 9 | powerBuffered: 50 10 | } 11 | 12 | requirements: [ 13 | graphite/5 14 | beryllium/8 15 | ] -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/reign-missile-launcher/reign-missile-launcher-cover-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/reign-missile-launcher/reign-missile-launcher-cover-bottom.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/reign-missile-launcher/reign-missile-launcher-cover-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/reign-missile-launcher/reign-missile-launcher-cover-left.png -------------------------------------------------------------------------------- /sprites/units/Selupro/weapons/weapon-part-units/reign-missile-launcher/reign-missile-launcher-cover-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KOCTOLOM/Mindustry-overhaul/HEAD/sprites/units/Selupro/weapons/weapon-part-units/reign-missile-launcher/reign-missile-launcher-cover-right.png -------------------------------------------------------------------------------- /content/blocks/Selupro/power/generators/solar-panel-large.hjson: -------------------------------------------------------------------------------- 1 | research: solar-panel-medium 2 | 3 | buildCostMultiplier: 4.63 4 | 5 | powerProduction: 6 6 | health: 520 7 | armor: 9 8 | 9 | requirements: [ 10 | lead/150 11 | silicon/64 12 | phase-fabric/35 13 | ] 14 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/power/beam-tower.hjson: -------------------------------------------------------------------------------- 1 | research: beam-node 2 | 3 | buildCostMultiplier: 1 4 | 5 | health: 810 6 | armor: 25 7 | 8 | consumes: { 9 | powerBuffered: 250 10 | } 11 | 12 | requirements: [ 13 | silicon/50 14 | oxide/20 15 | beryllium/30 16 | ] -------------------------------------------------------------------------------- /content/blocks/Selupro/cores/core-foundation.hjson: -------------------------------------------------------------------------------- 1 | absorbLasers: true 2 | unitCapModifier:6 3 | itemCapacity: 12000 4 | health: 25000 5 | armor: 5 6 | researchCostMultiplier:6 7 | requirements: [ 8 | graphite/4600 9 | lead/5000 10 | titanium/5450 11 | silicon/3900 12 | ] 13 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/cores/core-citadel.hjson: -------------------------------------------------------------------------------- 1 | absorbLasers: true 2 | 3 | unitCapModifier: 6 4 | itemCapacity: 10000 5 | health: 25000 6 | armor: 15 7 | 8 | requirements: [ 9 | oxide/2500 10 | beryllium/15000 11 | silicon/12000 12 | graphite/8000 13 | tungsten/5000 14 | ] -------------------------------------------------------------------------------- /content/blocks/Ekerir/power/generators/turbine-condenser.hjson: -------------------------------------------------------------------------------- 1 | research: core-bastion 2 | ambientSoundVolume: 0.025 3 | 4 | buildCostMultiplier: 12.17 5 | 6 | powerProduction: 1.333333333333 7 | liquidCapacity: 150 8 | health: 780 9 | 10 | requirements: [ 11 | graphite/50 12 | beryllium/20 13 | ] -------------------------------------------------------------------------------- /content/blocks/Selupro/cores/core-nucleus.hjson: -------------------------------------------------------------------------------- 1 | absorbLasers: true 2 | unitCapModifier:8 3 | itemCapacity: 24000 4 | health: 50000 5 | armor: 7 6 | researchCostMultiplier:6 7 | requirements: [ 8 | lead/12000 9 | metaglass/9600 10 | titanium/11000 11 | thorium/8000 12 | silicon/9000 13 | ] 14 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/defence/walls/reinforced-surge-wall.hjson: -------------------------------------------------------------------------------- 1 | research: tungsten-wall-large 2 | 3 | buildCostMultiplier: 12.66 4 | 5 | lightningChance: 0.4 6 | lightningDamage: 50 7 | lightningLength: 15 8 | health: 1440 9 | armor: 9 10 | 11 | requirements: [ 12 | surge-alloy/8 13 | tungsten/5 14 | ] -------------------------------------------------------------------------------- /content/blocks/Selupro/power/generators/thorium-reactor.hjson: -------------------------------------------------------------------------------- 1 | research: rtg-generator 2 | 3 | requirements: [ 4 | lead/620 5 | metaglass/150 6 | plastanium/70 7 | silicon/220 8 | graphite/120 9 | thorium/275 10 | ] 11 | 12 | powerProduction: 32 13 | explosionRadius: 32 14 | health: 4100 15 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/defence/walls/reinforced-surge-wall-large.hjson: -------------------------------------------------------------------------------- 1 | research: reinforced-surge-wall 2 | 3 | buildCostMultiplier: 14.33 4 | 5 | lightningChance: 0.75 6 | lightningDamage: 90 7 | lightningLength: 18 8 | health: 5760 9 | armor: 18 10 | 11 | requirements: [ 12 | surge-alloy/24 13 | tungsten/21 14 | ] -------------------------------------------------------------------------------- /content/blocks/Ekerir/power/generators/chemical-combustion-chamber.hjson: -------------------------------------------------------------------------------- 1 | research: turbine-condenser 2 | ambientSoundVolume: 0.04 3 | 4 | buildCostMultiplier: 1 5 | 6 | powerProduction: 115 7 | liquidCapacity: 240 8 | health: 2700 9 | 10 | requirements: [ 11 | silicon/50 12 | oxide/30 13 | beryllium/80 14 | ] -------------------------------------------------------------------------------- /content/blocks/Selupro/power/generators/differential-generator.hjson: -------------------------------------------------------------------------------- 1 | research: steam-generator 2 | 3 | requirements: [ 4 | lead/250 5 | copper/250 6 | silicon/110 7 | titanium/120 8 | metaglass/75 9 | ] 10 | 11 | powerProduction: 30 12 | liquidCapacity: 32 13 | itemDuration: 120 14 | itemCapacity: 75 15 | -------------------------------------------------------------------------------- /content/blocks/Selupro/power/generators/rtg-generator.hjson: -------------------------------------------------------------------------------- 1 | research: differential-generator 2 | 3 | requirements: [ 4 | lead/100 5 | plastanium/25 6 | silicon/60 7 | titanium/45 8 | thorium/60 9 | ] 10 | health:1200 11 | powerProduction: 6 12 | liquidCapacity: 32 13 | itemDuration:560 14 | itemCapacity: 24 15 | -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/walls/thorium-wall.hjson: -------------------------------------------------------------------------------- 1 | research: titanium-wall-large 2 | 3 | buildCostMultiplier: 10 4 | 5 | health: 1750 6 | armor: 8 7 | 8 | destroyBullet: { 9 | instantDisappear: true 10 | 11 | splashDamageRadius: 16 12 | splashDamage: 180 13 | speed: 0 14 | 15 | despawnEffect: flakExplosion 16 | } 17 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/cores/core-acropolis.hjson: -------------------------------------------------------------------------------- 1 | absorbLasers: true 2 | 3 | unitCapModifier: 12 4 | itemCapacity: 15000 5 | health: 50000 6 | armor: 18 7 | 8 | requirements: [ 9 | oxide/21000 10 | beryllium/24000 11 | silicon/18000 12 | tungsten/15000 13 | thorium/12000 14 | carbide/5000 15 | surge-alloy/8000 16 | ] -------------------------------------------------------------------------------- /content/blocks/Ekerir/power/generators/pyrolysis-generator.hjson: -------------------------------------------------------------------------------- 1 | research: chemical-combustion-chamber 2 | ambientSoundVolume: 0.05 3 | 4 | buildCostMultiplier: 1 5 | 6 | powerProduction: 130 7 | liquidCapacity: 180 8 | health: 7200 9 | 10 | requirements: [ 11 | silicon/80 12 | tungsten/50 13 | oxide/40 14 | beryllium/90 15 | ] -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/walls/thorium-wall-large.hjson: -------------------------------------------------------------------------------- 1 | research: thorium-wall 2 | 3 | buildCostMultiplier: 10 4 | 5 | health: 7000 6 | armor: 24 7 | 8 | destroyBullet: { 9 | instantDisappear: true 10 | 11 | splashDamageRadius: 32 12 | splashDamage: 480 13 | speed: 0 14 | 15 | despawnEffect: flakExplosionBig 16 | } 17 | -------------------------------------------------------------------------------- /content/blocks/Selupro/effect/mend-projector.hjson: -------------------------------------------------------------------------------- 1 | research: mender 2 | 3 | buildCostMultiplier: 1.5 4 | phaseRangeBoost: -20 5 | phaseBoost: 5.5 6 | useTime: 300 7 | 8 | itemCapacity: 36 9 | healPercent: 0.92 10 | reload: 120 11 | health: 720 12 | range: 66 13 | armor: 4 14 | researchCostMultiplier:1.5 15 | consumes: { 16 | power: 5 17 | } 18 | -------------------------------------------------------------------------------- /content/blocks/Selupro/effect/mender.hjson: -------------------------------------------------------------------------------- 1 | research: copper-wall-large 2 | 3 | buildCostMultiplier: 2.7277 4 | phaseRangeBoost: 40 5 | phaseBoost: 1.5 6 | useTime: 120 7 | 8 | healPercent: 0.6 9 | itemCapacity: 18 10 | reload: 180 11 | health: 150 12 | range: 48 13 | armor: 3 14 | researchCostMultiplier:1.5 15 | consumes: { 16 | power: 0.8 17 | } 18 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/defence/turrets/scathe.hjson: -------------------------------------------------------------------------------- 1 | research: titan 2 | 3 | ammoPerShot: 180 4 | health: 25000 5 | maxAmmo: 900 6 | armor: 21 7 | 8 | consumes: { 9 | power: 250 10 | } 11 | 12 | requirements: [ 13 | oxide/15000 14 | beryllium/24000 15 | silicon/21000 16 | tungsten/18000 17 | thorium/12000 18 | carbide/5000 19 | ] -------------------------------------------------------------------------------- /content/blocks/Selupro/production/kiln.hjson: -------------------------------------------------------------------------------- 1 | craftEffect: { 2 | type: ParticleEffect 3 | particles: 2 4 | length: 160 5 | lifetime: 700 6 | sizeFrom: 1 7 | sizeTo: 4 8 | cone: 6 9 | baseRotation: 74 10 | useRotation:false 11 | interp: pow3Out 12 | colorFrom: FFDAA3FA 13 | colorTo: FFDAA300 14 | layer:100.2 15 | } 16 | -------------------------------------------------------------------------------- /content/blocks/Selupro/production/silicon-smelter.hjson: -------------------------------------------------------------------------------- 1 | craftEffect: [{ 2 | type: ParticleEffect 3 | particles: 3 4 | length: 90 5 | lifetime: 420 6 | sizeFrom: 1 7 | sizeTo: 5 8 | cone: 4 9 | baseRotation: 73 10 | useRotation:false 11 | interp: pow3Out 12 | colorFrom: 929292 13 | colorTo: 92929200 14 | layer:100.3 15 | } 16 | ] -------------------------------------------------------------------------------- /content/blocks/Ekerir/defence/walls/shielded-wall.hjson: -------------------------------------------------------------------------------- 1 | research: shielded-wall-small 2 | 3 | buildCostMultiplier: 18.686133 4 | 5 | breakCooldown: 1440 6 | shieldHealth: 5000 7 | chanceDeflect: 50 8 | health: 11000 9 | armor: 30 10 | 11 | consumes: { 12 | power: 45 13 | } 14 | 15 | requirements: [ 16 | surge-alloy/18 17 | phase-fabric/24 18 | carbide/21 19 | ] -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/turrets/parallax.hjson: -------------------------------------------------------------------------------- 1 | research: scatter 2 | rotateSpeed: 14.5 3 | scaledForce: 4 4 | force: 16 5 | 6 | buildCostMultiplier: 1.8 7 | fogRadiusMultiplier: 0.5 8 | health: 550 9 | range: 270 10 | damage: 4 11 | armor: 2 12 | researchCostMultiplier:0.6 13 | consumes: { 14 | power: 6 15 | } 16 | 17 | requirements: [ 18 | graphite/65 19 | titanium/75 20 | silicon/42 21 | ] 22 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/defence/walls/new-walls/blast-door-small.hjson: -------------------------------------------------------------------------------- 1 | type: AutoDoor 2 | name: Small Blast Door 3 | description: A small wall that opens when allied ground units are in range. Cannot be manually controlled. 4 | research: tungsten-wall-large 5 | category: defense 6 | 7 | buildCostMultiplier: 13.913333 8 | 9 | health: 1250 10 | armor: 5 11 | 12 | requirements: [ 13 | silicon/6 14 | tungsten/6 15 | ] -------------------------------------------------------------------------------- /content/status/new-status/emp-status/emp-tier-1.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 1 EMP 2 | reloadMultiplier: 0.9 3 | speedMultiplier: 0.75 4 | 5 | effectChance: 0.05 6 | effect: { 7 | type: ParticleEffect 8 | particles: 7 9 | lifetime: 25 10 | line: true 11 | 12 | baseRotation: 0 13 | baseLength: 3.2 14 | length: 0 15 | 16 | strokeFrom: 1.25 17 | strokeTo: 0 18 | 19 | colorTo: d1efff 20 | } 21 | -------------------------------------------------------------------------------- /content/units/Selupro/air-units/supporters/mono.hjson: -------------------------------------------------------------------------------- 1 | research: air-factory 2 | fogRadius: 1 3 | 4 | itemCapacity: 48 5 | mineSpeed: 3 6 | mineTier: 2 7 | speed: 2.25 8 | health: 90 9 | 10 | lightColor: 98ffa9 11 | lightOpacity: 0.3 12 | lightRadius: 18.5 13 | 14 | trailLength: 6.75 15 | 16 | immunities: [ tarred, wet, spore-slowed] 17 | 18 | ammoType: { 19 | type: PowerAmmoType 20 | totalPower: 15 21 | } 22 | -------------------------------------------------------------------------------- /content/blocks/Selupro/power/generators/solar-panel-medium.hjson: -------------------------------------------------------------------------------- 1 | type: SolarGenerator 2 | description: Provides a small amount of energy from the sun. A more efficient solar panel model. 3 | research: solar-panel 4 | category: power 5 | size: 2 6 | 7 | buildCostMultiplier: 3.405 8 | 9 | powerProduction: 2.5 10 | health: 280 11 | armor: 7 12 | 13 | requirements: [ 14 | lead/64 15 | thorium/15 16 | silicon/24 17 | ] -------------------------------------------------------------------------------- /scripts/evilLaugh.js: -------------------------------------------------------------------------------- 1 | importPackage(Packages.arc.assets.loaders); 2 | 3 | const mod = Vars.mods.locateMod("mov"); 4 | 5 | const evilLaugh = new Sound(); 6 | evilLaugh.load(Vars.tree.get("sounds/evil-laugh.ogg")); 7 | 8 | const startSector = SectorPresets.groundZero.sector; 9 | 10 | Events.on(WaveEvent, event => { 11 | if (Vars.state.getSector() == startSector && Vars.state.wave == 2) { 12 | evilLaugh.play(); 13 | } 14 | }) -------------------------------------------------------------------------------- /content/status/new-status/emp-status/emp-tier-2.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 2 EMP 2 | reloadMultiplier: 0.85 3 | healthMultiplier: 0.95 4 | speedMultiplier: 0.6 5 | 6 | effectChance: 0.075 7 | effect: { 8 | type: ParticleEffect 9 | particles: 9 10 | lifetime: 25 11 | line: true 12 | 13 | baseRotation: 0 14 | baseLength: 3.2 15 | length: 0 16 | 17 | strokeFrom: 1.25 18 | strokeTo: 0 19 | 20 | colorTo: d1efff 21 | } 22 | -------------------------------------------------------------------------------- /content/status/new-status/emp-status/emp-tier-3.hjson: -------------------------------------------------------------------------------- 1 | name: Tier 3 EMP 2 | healthMultiplier: 0.9 3 | reloadMultiplier: 0.75 4 | speedMultiplier: 0.35 5 | 6 | effectChance: 0.125 7 | effect: { 8 | type: ParticleEffect 9 | particles: 12 10 | lifetime: 25 11 | line: true 12 | 13 | baseRotation: 0 14 | baseLength: 3.2 15 | length: 0 16 | 17 | strokeFrom: 1.25 18 | strokeTo: 0 19 | 20 | colorTo: d1efff 21 | } 22 | -------------------------------------------------------------------------------- /content/blocks/Selupro/effect/new-effect/serp-radar.hjson: -------------------------------------------------------------------------------- 1 | type: Radar 2 | name: "Radar" 3 | description: "small instrument for exploring territory" 4 | research: copper-wall 5 | category: effect 6 | size: 1 7 | 8 | buildVisibility:fogOnly 9 | health: 250 10 | fogRadius: 29 11 | armor: 5 12 | researchCostMultiplier:0.3 13 | consumes: { 14 | power: 0.25 15 | } 16 | researchCostMultiplier:3 17 | requirements: [ 18 | copper/50 19 | lead/25 20 | ] 21 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/power/generators/flux-reactor.hjson: -------------------------------------------------------------------------------- 1 | research: pyrolysis-generator 2 | ambientSoundVolume: 0.18 3 | 4 | buildCostMultiplier: 1 5 | 6 | powerProduction: 833.333333333 7 | explosionMinWarmup: 0.25 8 | explosionDamage: 18000 9 | liquidCapacity: 3000 10 | explosionRadius: 27 11 | health: 15000 12 | 13 | requirements: [ 14 | silicon/15000 15 | tungsten/7000 16 | oxide/2500 17 | beryllium/18000 18 | surge-alloy/5000 19 | ] -------------------------------------------------------------------------------- /content/blocks/Selupro/power/generators/impact-reactor.hjson: -------------------------------------------------------------------------------- 1 | research: differential-generator 2 | ambientSoundVolume: 0.25 3 | 4 | requirements: [ 5 | lead/1700 6 | plastanium/340 7 | graphite/430 8 | silicon/600 9 | surge-alloy/800 10 | phase-fabric/130 11 | thorium/450 12 | ] 13 | 14 | powerProduction: 460 15 | explosionRadius: 49 16 | liquidCapacity: 240 17 | itemDuration: 60 18 | itemCapacity: 360 19 | health: 8500 20 | armor: 30 -------------------------------------------------------------------------------- /content/status/new-status/emp-status/high-emp.hjson: -------------------------------------------------------------------------------- 1 | name: High Power Electromagnetic Pulse 2 | speedMultiplier: 0 3 | disarm: true 4 | 5 | affinities: [ wet ] 6 | 7 | effectChance: 0.15 8 | effect: { 9 | type: ParticleEffect 10 | particles: 15 11 | lifetime: 25 12 | line: true 13 | 14 | baseRotation: 0 15 | baseLength: 3.2 16 | length: 0 17 | 18 | strokeFrom: 1.25 19 | strokeTo: 0 20 | 21 | colorTo: d1efff 22 | } 23 | -------------------------------------------------------------------------------- /content/blocks/Selupro/effect/overdrive-projector.hjson: -------------------------------------------------------------------------------- 1 | research: surge-smelter 2 | 3 | speedBoostPhase: 0.25 4 | phaseRangeBoost: -40 5 | speedBoost: 1.25 6 | useTime: 300 7 | 8 | itemCapacity: 50 9 | health: 750 10 | reload: 90 11 | range: 140 12 | armor: 5 13 | 14 | consumes: { 15 | power: 12 16 | } 17 | researchCostMultiplier:2 18 | requirements: [ 19 | lead/210 20 | graphite/320 21 | silicon/180 22 | plastanium/150 23 | surge-alloy/30 24 | ] 25 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/payload-conveyors/new-payload-conveyors/16c-08-large-reinforced-payload-conveyor.hjson: -------------------------------------------------------------------------------- 1 | type: PayloadConveyor 2 | name: Large reinforced payload conveyor 3 | description: Designed for heavier transportation of units and large objects. 4 | research: reinforced-payload-router 5 | canOverdrive: false 6 | category: units 7 | size: 4 8 | 9 | payloadLimit: 4 10 | moveTime: 48 11 | health: 1150 12 | armor: 2 13 | 14 | requirements: [ 15 | silicon/18 16 | tungsten/24 17 | ] 18 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/payload-conveyors/new-payload-conveyors/16c-09-large-reinforced-payload-router.hjson: -------------------------------------------------------------------------------- 1 | type: PayloadRouter 2 | name: Large reinforced payload router 3 | description: Allocates a heavier load to three possible free routes. 4 | research: 16c-08-large-reinforced-payload-conveyor 5 | canOverdrive: false 6 | category: units 7 | size: 4 8 | 9 | payloadLimit: 4 10 | moveTime: 48 11 | health: 1250 12 | armor: 3 13 | 14 | requirements: [ 15 | silicon/24 16 | tungsten/32 17 | ] 18 | -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/turrets/segment.hjson: -------------------------------------------------------------------------------- 1 | research: 01t-01-fragment 2 | retargetTime: 0.1 3 | rotateSpeed: 18 4 | fogRadiusMultiplier: 0.7 5 | shootCone: 18 6 | 7 | coolantMultiplier: 5 8 | 9 | shootLength: 7.5 10 | bulletDamage: 35 11 | reload: 4 12 | health: 670 13 | range: 222 14 | armor: 8 15 | researchCostMultiplier:0.4 16 | consumes: { 17 | power: 12.5 18 | } 19 | 20 | requirements: [ 21 | titanium/125 22 | thorium/100 23 | silicon/64 24 | phase-fabric/24 25 | ] 26 | -------------------------------------------------------------------------------- /content/blocks/Selupro/effect/new-effect/serp-radar-large.hjson: -------------------------------------------------------------------------------- 1 | type: Radar 2 | name: "Armored-radar" 3 | description: "instrument for exploring territory" 4 | research: serp-radar 5 | category: effect 6 | size: 2 7 | 8 | buildVisibility:fogOnly 9 | health: 1800 10 | fogRadius: 82 11 | armor: 20 12 | researchCostMultiplier:0.5 13 | consumes: { 14 | power: 10 15 | } 16 | researchCostMultiplier:3 17 | requirements: [ 18 | copper/300 19 | lead/450 20 | titanium/150 21 | plastanium/45 22 | ] 23 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/payload-conveyors/new-payload-conveyors/16c-07-small-reinforced-payload-router.hjson: -------------------------------------------------------------------------------- 1 | type: PayloadRouter 2 | name: Small reinforced payload router 3 | description: More quickly and compactly distributes the load to the three possible free routes. 4 | research: 16c-06-small-reinforced-payload-conveyor 5 | canOverdrive: false 6 | category: units 7 | size: 2 8 | 9 | payloadLimit: 2 10 | moveTime: 24 11 | health: 750 12 | armor: 2 13 | 14 | requirements: [ 15 | silicon/8 16 | tungsten/10 17 | ] 18 | -------------------------------------------------------------------------------- /content/blocks/Selupro/power/new-power/armored-power-node-large.hjson: -------------------------------------------------------------------------------- 1 | type: PowerNode 2 | name: "Armored large power node" 3 | description: "Armored power node with even greater durability and power transmission range." 4 | research: armored-power-node 5 | category: power 6 | size: 2 7 | 8 | laserColor1: FFAB51 9 | laserColor2: E69238 10 | 11 | laserRange: 18 12 | maxNodes: 12 13 | health: 1920 14 | armor: 24 15 | 16 | requirements: [ 17 | lead/21 18 | graphite/18 19 | titanium/15 20 | silicon/12 21 | ] 22 | -------------------------------------------------------------------------------- /content/blocks/Selupro/power/new-power/armored-power-node.hjson: -------------------------------------------------------------------------------- 1 | type: PowerNode 2 | name: "Armored power node" 3 | description: "An armored power node with a slightly longer power transfer range, but at the expense of fewer possible connections." 4 | research: power-node-large 5 | category: power 6 | size: 1 7 | 8 | laserColor1: FFAB51 9 | laserColor2: E69238 10 | 11 | laserRange: 9 12 | maxNodes: 7 13 | health: 720 14 | armor: 18 15 | 16 | requirements: [ 17 | lead/12 18 | titanium/3 19 | silicon/5 20 | ] 21 | -------------------------------------------------------------------------------- /content/blocks/Selupro/effect/overdrive-dome.hjson: -------------------------------------------------------------------------------- 1 | research: overdrive-projector 2 | 3 | speedBoost: 2.00 4 | useTime: 120 5 | 6 | liquidCapacity: 180 7 | itemCapacity: 96 8 | health: 2450 9 | reload: 60 10 | range: 290 11 | armor: 18 12 | 13 | consumes: { 14 | liquid: cryofluid/0.75 15 | power: 45 16 | } 17 | researchCostMultiplier:2 18 | requirements: [ 19 | lead/1200 20 | graphite/325 21 | titanium/120 22 | silicon/255 23 | plastanium/210 24 | phase-fabric/450 25 | surge-alloy/560 26 | ] 27 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/power/generators/neoplasia-reactor.hjson: -------------------------------------------------------------------------------- 1 | research: flux-reactor 2 | ambientSoundVolume: 0.24 3 | 4 | buildCostMultiplier: 1 5 | 6 | explosionPuddleAmount: 500 7 | explosionPuddleRange: 18 8 | explosionMinWarmup: 0.18 9 | explosionDamage: 25000 10 | powerProduction: 1350 11 | explosionPuddles: 90 12 | liquidCapacity: 7000 13 | explosionRadius: 41 14 | itemCapacity: 15000 15 | heatOutput: 5000 16 | health: 24000 17 | 18 | requirements: [ 19 | thorium/15000 20 | carbide/7000 21 | silicon/18000 22 | tungsten/21000 23 | oxide/15000 24 | beryllium/24000 25 | ] -------------------------------------------------------------------------------- /content/blocks/Ekerir/units/payload-conveyors/new-payload-conveyors/16c-06-small-reinforced-payload-conveyor.hjson: -------------------------------------------------------------------------------- 1 | type: PayloadConveyor 2 | name: Small reinforced payload conveyor 3 | description: Designed for faster and more compact transportation of units and objects. 4 | canOverdrive: false 5 | category: units 6 | size: 2 7 | 8 | payloadLimit: 2 9 | moveTime: 24 10 | health: 500 11 | armor: 1 12 | 13 | requirements: [ 14 | silicon/5 15 | tungsten/8 16 | ] 17 | 18 | research: { 19 | parent: core-bastion 20 | 21 | objectives: [ 22 | { 23 | type: OnSector 24 | preset: aegis 25 | } 26 | ] 27 | } 28 | -------------------------------------------------------------------------------- /content/blocks/Selupro/production/coal-centrifuge.hjson: -------------------------------------------------------------------------------- 1 | craftEffect:[ 2 | { 3 | type: ParticleEffect 4 | particles: 4 5 | length: 28 6 | lifetime: 460 7 | sizeFrom: 1 8 | sizeTo: 2 9 | cone: 360 10 | baseLength:3 11 | interp: pow10Out 12 | colorFrom: 403C5F 13 | colorTo: 403C5F00 14 | layer:100.3 15 | } 16 | { 17 | type: ParticleEffect 18 | particles: 2 19 | length: 18 20 | lifetime: 460 21 | sizeFrom: 1 22 | sizeTo: 2 23 | cone: 360 24 | baseLength:3 25 | interp: pow10Out 26 | colorFrom: 403C5F 27 | colorTo: 403C5F00 28 | layer:100.3 29 | } 30 | ] -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/walls/surge-wall-large.hjson: -------------------------------------------------------------------------------- 1 | research: surge-wall 2 | insulated: true 3 | 4 | buildCostMultiplier: 10 5 | 6 | lightningChance: 0.6 7 | lightningDamage: 24 8 | lightningLength: 24 9 | health: 7200 10 | armor: 25 11 | 12 | requirements: [ 13 | surge-alloy/24 14 | ] 15 | 16 | destroyBullet: { 17 | lightningLengthRand: 21 18 | lightningDamage: 75 19 | lightningLength: 12 20 | statusDuration: 15 21 | status: shocked 22 | lightning: 8 23 | lifetime: 15 24 | 25 | lightColor: f3e979 26 | lightOpacity: 0.7 27 | lightRadius: 14.5 28 | 29 | despawnSound: spark 30 | } 31 | -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/walls/surge-wall.hjson: -------------------------------------------------------------------------------- 1 | research: plastanium-wall-large 2 | insulated: true 3 | 4 | buildCostMultiplier: 10 5 | 6 | lightningChance: 0.15 7 | lightningDamage: 12 8 | lightningLength: 18 9 | health: 1800 10 | armor: 25 11 | 12 | requirements: [ 13 | surge-alloy/6 14 | ] 15 | 16 | destroyBullet: { 17 | lightningLengthRand: 16 18 | lightningDamage: 45 19 | lightningLength: 9 20 | statusDuration: 15 21 | status: shocked 22 | lightning: 4 23 | lifetime: 12 24 | 25 | lightColor: f3e979 26 | lightOpacity: 0.7 27 | lightRadius: 12.5 28 | 29 | despawnSound: spark 30 | } 31 | -------------------------------------------------------------------------------- /content/blocks/Selupro/production/pulverizer.hjson: -------------------------------------------------------------------------------- 1 | craftEffect: [{ 2 | type: ParticleEffect 3 | particles: 3 4 | length: 13 5 | lifetime: 120 6 | sizeFrom: 1 7 | sizeTo: 2 8 | cone:360 9 | interp: pow3Out 10 | colorFrom: C8C8C8 11 | colorTo: C8C8C800 12 | layer:100.2 13 | } 14 | { 15 | type: ParticleEffect 16 | particles: 2 17 | line:true 18 | length: 13 19 | lifetime: 120 20 | strokeFrom: 1 21 | strokeTo: 1 22 | lenFrom:3 23 | lenTo:4 24 | cone:360 25 | interp: pow3Out 26 | colorFrom: FFCC80 27 | colorTo: FFCC8000 28 | layer:100.3 29 | } 30 | ] -------------------------------------------------------------------------------- /content/blocks/Selupro/defence/turrets/new-turrets/01t-01-fragment.hjson: -------------------------------------------------------------------------------- 1 | type: PointDefenseTurret 2 | name: Fragment 3 | description: "Smaller, cheaper and more compact version of «[#feb380]Segment[]». Damages and destroys approaching projectiles. \n Does not interact with laser beams." 4 | research: parallax 5 | rotateSpeed: 4 6 | category: turret 7 | fogRadiusMultiplier: 0.1 8 | hasPower: true 9 | size: 1 10 | 11 | shootLength: 4.5 12 | bulletDamage: 15 13 | reload: 4 14 | health: 210 15 | range: 150 16 | armor: 3 17 | 18 | consumes: { 19 | power: 2.5 20 | } 21 | 22 | requirements: [ 23 | copper/75 24 | lead/45 25 | titanium/35 26 | silicon/26 27 | ] 28 | -------------------------------------------------------------------------------- /content/blocks/Selupro/effect/force-projector.hjson: -------------------------------------------------------------------------------- 1 | research: small-force-projector 2 | ambientSoundVolume: 0.32 3 | 4 | buildCostMultiplier: 5.99049 5 | phaseShieldBoost: 3500 6 | phaseRadiusBoost: 84 7 | phaseUseTime: 220 8 | 9 | cooldownBrokenBase: 1.4 10 | cooldownNormal: 1.08 11 | cooldownLiquid: 1.12 12 | sides: 6 13 | 14 | liquidCapacity: 360 15 | shieldHealth: 12500 16 | itemCapacity: 125 17 | health: 2700 18 | radius: 134 19 | armor: 19 20 | 21 | consumes: { 22 | power: 19 23 | } 24 | researchCostMultiplier:2 25 | requirements: [ 26 | lead/820 27 | graphite/340 28 | titanium/225 29 | thorium/125 30 | silicon/250 31 | surge-alloy/25 32 | ] 33 | -------------------------------------------------------------------------------- /scripts/reconstructors/additiveReconstructor.js: -------------------------------------------------------------------------------- 1 | const script = require("reconstructorHandler") 2 | 3 | script.handleReconstructor(Blocks.additiveReconstructor, 4 | UnitTypes.dagger, ItemStack.with(Items.silicon, 60, Items.graphite, 70), 5 | UnitTypes.nova, ItemStack.with(Items.silicon, 40, Items.graphite, 115), 6 | UnitTypes.crawler, ItemStack.with(Items.silicon, 40, Items.graphite, 70), 7 | UnitTypes.flare, ItemStack.with( Items.silicon, 40, Items.graphite, 50), 8 | UnitTypes.mono, ItemStack.with( Items.silicon, 50, Items.graphite, 50), 9 | UnitTypes.risso, ItemStack.with( Items.silicon, 90, Items.graphite, 70), 10 | UnitTypes.retusa, ItemStack.with(Items.silicon, 90, Items.graphite, 50) 11 | ); -------------------------------------------------------------------------------- /content/blocks/Selupro/production/melter.hjson: -------------------------------------------------------------------------------- 1 | craftEffect: [{ 2 | type: ParticleEffect 3 | particles: 1 4 | length: 13 5 | lifetime: 120 6 | sizeFrom: 1 7 | sizeTo: 3 8 | cone:4 9 | baseRotation: 62 10 | useRotation:false 11 | interp: pow3Out 12 | colorFrom: 57310E 13 | colorTo: 57310E00 14 | layer:100.2 15 | } 16 | { 17 | type: ParticleEffect 18 | particles: 2 19 | length: 9 20 | lifetime: 200 21 | sizeFrom: 0.7 22 | sizeTo: 0.7 23 | cone: 360 24 | useRotation:false 25 | interp: pow3In 26 | colorFrom: 57310E 27 | colorTo: 57310E00 28 | layer:100.2 29 | } 30 | ] -------------------------------------------------------------------------------- /content/units/Ekerir/air-units/commanders/evoke.hjson: -------------------------------------------------------------------------------- 1 | research: core-bastion 2 | researchCostMultiplier: 0 3 | immunities: [ mov-motor-deceleration-tier-1,mov-motor-deceleration-tier-2,mov-motor-deceleration-tier-3, mov-motor-acceleration-tier-1,mov-motor-acceleration-tier-2,mov-motor-acceleration-tier-3 ] 4 | abilities: [ 5 | { 6 | type:MoveEffectAbility 7 | interval:0.5 8 | rotateEffect:true 9 | rotation:-90 10 | effect:{ 11 | type: ParticleEffect 12 | particles: 1 13 | length: 0 14 | lifetime: 22 15 | sizeFrom: 12 16 | sizeTo: 7 17 | cone: 0 18 | region:mov-evoke-trace 19 | colorFrom: ffffff40 20 | colorTo: ffffff00 21 | layer:79.3 22 | } 23 | } 24 | ] -------------------------------------------------------------------------------- /scripts/mov-turrets.js: -------------------------------------------------------------------------------- 1 | Blocks.foreshadow.removeConsumer(Blocks.foreshadow.coolant); 2 | Blocks.foreshadow.coolant = null; 3 | 4 | Blocks.foreshadow.buildType = () => extend(ItemTurret.ItemTurretBuild, Blocks.foreshadow, { 5 | acceptItem(source, item) { 6 | return (item == Items.blastCompound && this.items.get(item) <= 49) || this.super$acceptItem(source, item); 7 | }, 8 | 9 | handleItem(source, item) { 10 | if (item == Items.blastCompound) { 11 | this.items.add(item, 1); 12 | } else { 13 | this.super$handleItem(source, item); 14 | } 15 | }, 16 | 17 | useAmmo() { 18 | this.items.remove(Items.blastCompound, 15); 19 | this.super$useAmmo(); 20 | } 21 | }); 22 | -------------------------------------------------------------------------------- /content/blocks/Ekerir/defence/walls/new-walls/shielded-wall-small.hjson: -------------------------------------------------------------------------------- 1 | type: ShieldWall 2 | name: Small Shielded Wall 3 | description: Protects structures from enemy projectiles, reflecting most bullets upon impact. Deploys a shield that absorbs most projectiles when power is provided. Conducts power. 4 | research: reinforced-surge-wall-large 5 | conductivePower: true 6 | consumesPower: true 7 | outputsPower: false 8 | category: defense 9 | hasPower: true 10 | 11 | buildCostMultiplier: 9.53 12 | 13 | breakCooldown: 1080 14 | shieldHealth: 1250 15 | chanceDeflect: 80 16 | regenSpeed: 3 17 | health: 2750 18 | armor: 24 19 | 20 | consumes: { 21 | power: 8.33333333333 22 | } 23 | 24 | requirements: [ 25 | silicon/12 26 | phase-fabric/15 27 | carbide/8 28 | ] -------------------------------------------------------------------------------- /scripts/remorse.js: -------------------------------------------------------------------------------- 1 | /*const remorse = extend(CoreBlock, "remorse", { 2 | requirements: ItemStack.with(Items.copper, 1), 3 | category: Category.effect, 4 | size: 5, 5 | health: 500000, 6 | armor: 25, 7 | itemCapacity: 13000, 8 | unitType: this, 9 | buildVisibility: BuildVisibility.hidden 10 | //Это на время разработки. 11 | //is it possible to build a core regardless of another core 12 | canPlaceOn(tile, team, rotation) { 13 | return true; 14 | }, 15 | //can this core replace another one 16 | canReplace(other) { 17 | if(other instanceof CoreBlock) return false; 18 | return this.super$canReplace(other); 19 | }, 20 | //is it possible to break the core 21 | canBreak(tile) { 22 | return true; 23 | }, 24 | });*/ 25 | -------------------------------------------------------------------------------- /content/blocks/Selupro/production/blast-mixer.hjson: -------------------------------------------------------------------------------- 1 | craftEffect:[ 2 | { 3 | type: ParticleEffect 4 | particles: 4 5 | length: 28 6 | lifetime: 460 7 | sizeFrom: 1 8 | sizeTo: 2 9 | cone: 360 10 | interp: pow10Out 11 | colorFrom: C7002170 12 | colorTo: C7002100 13 | layer:100.3 14 | } 15 | { 16 | type: ParticleEffect 17 | particles: 2 18 | length: 28 19 | lifetime: 460 20 | sizeFrom: 1 21 | sizeTo: 2 22 | cone: 360 23 | interp: pow5Out 24 | colorFrom: FF5CAB 25 | colorTo: FF5CAB00 26 | layer:100.3 27 | } 28 | { 29 | type: ParticleEffect 30 | particles: 2 31 | length: 24 32 | lifetime: 460 33 | sizeFrom: 1 34 | sizeTo: 1 35 | cone: 360 36 | interp: pow3Out 37 | colorFrom: FFA3D0 38 | colorTo: FFA3D000 39 | layer:100.3 40 | } 41 | ] -------------------------------------------------------------------------------- /content/blocks/Selupro/production/pyratite-mixer.hjson: -------------------------------------------------------------------------------- 1 | craftEffect:[ 2 | { 3 | type: ParticleEffect 4 | particles: 3 5 | length: 28 6 | lifetime: 460 7 | sizeFrom: 1 8 | sizeTo: 2 9 | cone: 360 10 | interp: pow10Out 11 | colorFrom: FF8D5C70 12 | colorTo: FF8D5C00 13 | layer:100.3 14 | } 15 | { 16 | type: ParticleEffect 17 | particles: 2 18 | length: 28 19 | lifetime: 460 20 | sizeFrom: 1 21 | sizeTo: 2 22 | cone: 360 23 | interp: pow5Out 24 | colorFrom: FFAD33 25 | colorTo: FFAD3300 26 | layer:100.3 27 | } 28 | { 29 | type: ParticleEffect 30 | particles: 2 31 | length: 24 32 | lifetime: 460 33 | sizeFrom: 1 34 | sizeTo: 1 35 | cone: 360 36 | interp: pow3Out 37 | colorFrom: FFCC80 38 | colorTo: FFCC8000 39 | layer:100.3 40 | } 41 | ] -------------------------------------------------------------------------------- /content/blocks/Selupro/production/silicon-crucible.hjson: -------------------------------------------------------------------------------- 1 | craftEffect: [{ 2 | type: ParticleEffect 3 | particles: 3 4 | length: 90 5 | lifetime: 820 6 | sizeFrom: 1 7 | sizeTo: 5 8 | cone: 6 9 | baseRotation: 73 10 | useRotation:false 11 | interp: pow3Out 12 | colorFrom: 929292 13 | colorTo: 92929200 14 | layer:100.3 15 | } 16 | { 17 | type: RadialEffect 18 | rotationSpacing : 90 19 | rotationOffset: 0 20 | lengthOffset: 3 21 | amount: 4 22 | effect: { 23 | type: ParticleEffect 24 | particles: 5 25 | length: 90 26 | lifetime: 820 27 | sizeFrom: 1 28 | sizeTo: 5 29 | cone: 6 30 | baseRotation: 73 31 | useRotation:false 32 | interp: pow5Out 33 | colorFrom: 929292 34 | colorTo: 92929200 35 | layer:100.3 36 | } 37 | } 38 | ] -------------------------------------------------------------------------------- /scripts/reconstructors/multiplicativeReconstructor.js: -------------------------------------------------------------------------------- 1 | const script = require("reconstructorHandler") 2 | 3 | script.handleReconstructor(Blocks.multiplicativeReconstructor, 4 | UnitTypes.horizon, ItemStack.with(Items.metaglass, 40, Items.graphite, 30,Items.silicon, 120, Items.titanium, 30), 5 | UnitTypes.mace, ItemStack.with(Items.metaglass, 40, Items.thorium, 20 ,Items.silicon, 140, Items.titanium, 25), 6 | UnitTypes.poly, ItemStack.with(Items.metaglass, 60, Items.graphite, 30, Items.silicon, 120, Items.titanium, 60), 7 | UnitTypes.minke, ItemStack.with(Items.metaglass, 90, Items.thorium, 60, Items.silicon, 120, Items.titanium, 40), 8 | UnitTypes.pulsar, ItemStack.with(Items.metaglass, 40, Items.thorium, 10, Items.silicon, 120, Items.titanium, 30), 9 | UnitTypes.atrax, ItemStack.with(Items.metaglass, 30, Items.graphite, 120, Items.silicon, 120, Items.titanium, 30), 10 | UnitTypes.oxynoe, ItemStack.with(Items.metaglass, 120, Items.silicon, 120, Items.titanium, 160) 11 | ); -------------------------------------------------------------------------------- /scripts/reconstructors/exponentialReconstructor.js: -------------------------------------------------------------------------------- 1 | const script = require("reconstructorHandler") 2 | 3 | script.handleReconstructor(Blocks.exponentialReconstructor, 4 | UnitTypes.zenith, ItemStack.with(Items.plastanium, 900, Items.copper, 900 ,Items.silicon, 1300, Items.titanium, 750), 5 | UnitTypes.spiroct, ItemStack.with(Items.plastanium, 400, Items.thorium, 500,Items.silicon, 1400, Items.titanium, 750), 6 | UnitTypes.fortress, ItemStack.with(Items.plastanium, 500, Items.pyratite, 400, Items.silicon, 1400, Items.titanium, 750), 7 | UnitTypes.bryde, ItemStack.with(Items.plastanium, 600, Items.thorium, 400, Items.silicon, 1900, Items.titanium, 750), 8 | UnitTypes.mega, ItemStack.with(Items.plastanium, 500, Items.phaseFabric, 120, Items.silicon, 1100, Items.titanium, 750), 9 | UnitTypes.quasar, ItemStack.with(Items.plastanium, 700, Items.graphite, 500, Items.silicon, 1200, Items.titanium, 750), 10 | UnitTypes.cyerce, ItemStack.with(Items.plastanium, 900, Items.silicon, 1300, Items.titanium, 1460) 11 | ); -------------------------------------------------------------------------------- /content/blocks/Selupro/effect/new-effect/small-force-projector.hjson: -------------------------------------------------------------------------------- 1 | type: ForceProjector 2 | name: "Small force projector" 3 | description: "A small analog version of «[#ffd37f]Power Projectors[]». Compact, easy to use and fast shield recharge - together give indispensable help in the defense of important facilities. Cannot be improved, only coolant acceleration is possible." 4 | research: titanium-wall-large 5 | ambientSoundVolume: 0.16 6 | category: effect 7 | size: 2 8 | 9 | buildCostMultiplier: 3.59719 10 | phaseShieldBoost: 1400 11 | phaseRadiusBoost: 56 12 | phaseUseTime: 450 13 | 14 | cooldownBrokenBase: 0.90 15 | cooldownNormal: 1.12 16 | cooldownLiquid: 1.24 17 | sides: 6 18 | 19 | liquidCapacity: 48 20 | shieldHealth: 3200 21 | itemCapacity: 0 22 | health: 1100 23 | radius: 92 24 | armor: 7 25 | 26 | consumes: { 27 | power: 8.333335 28 | } 29 | researchCostMultiplier:0.5 30 | requirements: [ 31 | copper/320 32 | lead/250 33 | graphite/210 34 | titanium/180 35 | silicon/80 36 | ] 37 | -------------------------------------------------------------------------------- /content/blocks/Selupro/production/spore-press.hjson: -------------------------------------------------------------------------------- 1 | craftEffect: [{ 2 | type: ParticleEffect 3 | particles: 3 4 | length: 15 5 | lifetime: 260 6 | sizeFrom: 1 7 | sizeTo: 2 8 | cone: 360 9 | interp: pow3Out 10 | colorFrom: 4200EB90 11 | colorTo: A480FF00 12 | layer:100.2 13 | } 14 | { 15 | startDelay:5 16 | type: ParticleEffect 17 | particles: 4 18 | length: 30 19 | lifetime: 260 20 | sizeFrom: 1 21 | sizeTo: 3 22 | cone: 360 23 | interp: pow3Out 24 | colorFrom: 4200EB20 25 | colorTo: A480FF00 26 | layer:100.2 27 | } 28 | { 29 | startDelay:10 30 | type: ParticleEffect 31 | particles: 5 32 | length: 30 33 | lifetime: 260 34 | sizeFrom: 1 35 | sizeTo: 6 36 | cone: 360 37 | useRotation:false 38 | interp: pow5Out 39 | colorFrom: 4200EB40 40 | colorTo: A480FF00 41 | layer:100.2 42 | } 43 | ] -------------------------------------------------------------------------------- /content/units/Ekerir/special-units/quell-missile.hjson: -------------------------------------------------------------------------------- 1 | template: MissileUnitType 2 | hidden:true 3 | type: missile 4 | playerControllable: false 5 | allowedInPayloads: false 6 | controller: MissileAI 7 | createScorch: false 8 | createWreck: false 9 | lowAltitude: true 10 | useUnitCap: false 11 | physics: false 12 | flying: true 13 | hitSize: 3 14 | 15 | envEnabled: -1 16 | envDisabled: 0 17 | missileAccelTime: 20 18 | rotateSpeed: 4 19 | fogRadius: 5 20 | lifetime: 85 21 | maxRange: 6 22 | health: 45 23 | speed: 4.3 24 | 25 | deathExplosionEffect: none 26 | loopSoundVolume: 0.1 27 | 28 | engineColor: c67fff 29 | trailColor: c67fff 30 | engineLayer: 110 31 | trailWidth: 1.5 32 | trailLength: 5 33 | 34 | immunities: [] 35 | 36 | weapons: [ 37 | { 38 | shootOnDeath: true 39 | shootCone: 360 40 | mirror: false 41 | 42 | reload: 1 43 | shake: 1 44 | 45 | bullet: { 46 | type: ExplosionBulletType 47 | collidesAir: false 48 | 49 | splashDamageRadius: 25 50 | splashDamage: 110 51 | 52 | shootEffect: massiveExplosion 53 | } 54 | } 55 | ] 56 | -------------------------------------------------------------------------------- /mod.hjson: -------------------------------------------------------------------------------- 1 | repo: "KOCTOLOM/Mindustry-overhaul" 2 | minGameVersion: 151.1 3 | hideBrowser: false 4 | hidden: false 5 | name: "mov" 6 | 7 | displayName: "Mindustry Overhaul" 8 | description: "RU: Очень опасный мод, который влияет на баланс и механику игры, добавляет новый контент в виде статус эффектов и оборонительных сооружений (башен, мин и т.д.).\n\nРекомендуется перед установкой сделать сохранение (чтобы откатиться назад), если в случае вам не понравится то, что может сделать данный мод. И лучше в самом деле не рискуйте лишний раз и поверьте на слово: МОД. МЕНЯЕТ. МНОГОЕ.\n\n\n\nENG: A very dangerous mod that affects the balance and mechanics of the game, adds new content in the form of status effects and defensive structures (towers, mines, etc.).\n\n\nPreferably before installing make a save (to roll back), if in case you do not like what this mod can do. And it is better to really do not take unnecessary risks and take my word for it: MOD. CHANGES. EVERYTHING.\n\nmov mod testers:\n- eve_light." 9 | subtitle: "PREPARE | v1.4.44" 10 | version: v1.4.44 11 | author: "KOSTOLOM and D&X" 12 | -------------------------------------------------------------------------------- /content/status/boss.hjson: -------------------------------------------------------------------------------- 1 | healthMultiplier: 1.75 2 | reloadMultiplier: 1.25 3 | damageMultiplier: 1.5 4 | applyColor:FF0F0F 5 | effectChance:0.02 6 | effect:[ 7 | { 8 | followParent:true 9 | startDelay:0 10 | type: ParticleEffect 11 | baseLength:80 12 | length:-80 13 | cone:360 14 | particles: 1 15 | interp: swingIn 16 | sizeFrom: 1 17 | sizeTo: 1 18 | colorFrom: FF5CAB 19 | colorTo: 7A001400 20 | lifetime: 20 21 | } 22 | { 23 | startDelay:10 24 | followParent:true 25 | type: ParticleEffect 26 | baseLength:120 27 | length:-120 28 | cone:360 29 | particles: 2 30 | interp: swingIn 31 | sizeFrom: 1 32 | sizeTo: 1 33 | colorFrom: FF5CAB 34 | colorTo: 7A001400 35 | lifetime: 20 36 | } 37 | { 38 | startDelay:20 39 | followParent:true 40 | type: ParticleEffect 41 | baseLength:52 42 | length:-52 43 | cone:360 44 | particles: 1 45 | interp: swingIn 46 | sizeFrom: 1 47 | sizeTo: 1 48 | colorFrom: FF5CAB 49 | colorTo: 7A001400 50 | lifetime: 15 51 | } 52 | ] --------------------------------------------------------------------------------