├── content ├── items │ ├── plastanium.json │ ├── snowball.json │ ├── tau-plate.json │ ├── toughitinum.json │ ├── snowball-but-colder.json │ ├── stone.json │ ├── visionary-glass.json │ ├── infiar.json │ ├── scalar.json │ ├── test-2.json │ ├── vector.json │ ├── catrige.json │ ├── blast-fabric.json │ ├── CRITTERS.json │ ├── matrix.json │ ├── tensor.json │ └── test.json ├── mechs │ ├── tau-mech.json │ ├── wraith-ship.json │ ├── playable-mech-constitution.json │ ├── playable-mech-router.json │ ├── pilotable-eradicator.json │ └── playable-mech-command.json ├── blocks │ ├── tau-floor.json │ ├── char.json │ ├── stone.json │ ├── craters.json │ ├── ignarock.json │ ├── tau-wall.json │ ├── tau-wall-dark.json │ ├── tau-wall-light.json │ ├── tau-floor-dark.json │ ├── tau-floor-light.json │ ├── test-ore.json │ ├── ore-plastanium.json │ ├── tau-floor-ion.json │ ├── tau-wall-clear.json │ ├── plostic-floor-soil.json │ ├── plostic-floor-black.json │ ├── plostic-floor-blue.json │ ├── plostic-floor-cyan.json │ ├── plostic-floor-lime.json │ ├── plostic-floor-orange.json │ ├── plostic-floor-red.json │ ├── plostic-floor-white.json │ ├── plostic-floor-scarlet.json │ ├── ore-infiar.json │ ├── ore-matrix.json │ ├── ore-scalar.json │ ├── ore-tensor.json │ ├── ore-vector.json │ ├── tau-floor-cryo.json │ ├── tau-floor-oil.json │ ├── tau-floor-slag.json │ ├── tau-floor-water.json │ ├── void.json │ ├── power-wall-large.json │ ├── power-wall.json │ ├── blast-wall.json │ ├── laser-drill.json │ ├── recycle.json │ ├── blast-wall-large.json │ ├── tar-under-constant-rain-be-like.json │ ├── armored-conduit.json │ ├── big-boy-battery.json │ ├── blast-drill.json │ ├── downloader.json │ ├── liquid-distributor.json │ ├── multiklin.json │ ├── armored-sorter.json │ ├── armored-junction.json │ ├── armored-router.json │ ├── item-conduit.json │ ├── armored-overflow.json │ ├── armored-router-large.json │ ├── message-server.json │ ├── yes.json │ ├── armored-sorter-invert.json │ ├── armored-overflow-invert.json │ ├── infiar-wall.json │ ├── overmender.json │ ├── overjector.json │ ├── wave.json │ ├── table-of-the-wide.json │ ├── infiar-wall-large.json │ ├── free-water.json │ ├── propaganda-tower.json │ ├── armored-yeeter.json │ ├── armored-transporter.json │ ├── mender-wall.json │ ├── mender-wall-large.json │ ├── ink-swarmer-factory.json │ ├── tinyradicator-factory.json │ ├── wraith-ship-pad.json │ ├── supreme-lich-factory.json │ ├── eruptor-factory.json │ ├── mini-ass-driver.json │ ├── void-utiliser.json │ ├── critter-factory.json │ ├── omegaradicator-factory.json │ ├── deployable-turret-factory-sniper.json │ ├── playable-mech-router-pad.json │ ├── ink-brawler-factory.json │ ├── matrix-drill.json │ ├── snowball-machine.json │ ├── playable-mech-constitution-pad.json │ ├── medic-drone-factory-1.json │ ├── patrol-drone-factory-1.json │ ├── vector-drill.json │ ├── expensive-pump.json │ ├── infiar-drill.json │ ├── scalar-drill.json │ ├── chaos-array-factory.json │ ├── eradicator-factory.json │ ├── lich-factory.json │ ├── medic-drone-factory-2.json │ ├── critter-fabricator.json │ ├── blast-press.json │ ├── patrol-drone-factory-2.json │ ├── plasma-drill.json │ ├── heavy-force-projector.json │ ├── snowball-machine-but-colder.json │ ├── advanced-brawler-factory.json │ ├── ink-caser.json │ ├── ion-factory.json │ ├── patrol-drone-factory-3.json │ ├── edison.json │ ├── annihilator-factory.json │ ├── optic-klin.json │ ├── omega-mend-projector.json │ ├── digital-generator.json │ ├── exotic-smelter-1.json │ ├── tensor-factory.json │ ├── exotic-smelter-2.json │ ├── ink-factory.json │ ├── omega-drive-projector.json │ ├── tensor-drill.json │ ├── multi-mixer.json │ ├── phase-factory.json │ ├── silicon-factory.json │ ├── exotic-smelter.json │ ├── reaper-factory.json │ ├── surge-factory.json │ ├── sulfur-phosphorus-iodine-dubnium-erbium-mixer.json │ ├── separator-MK2.json │ ├── yeetus-knockus.json │ ├── ion-cannon-drone.json │ ├── blast-tower.json │ ├── ion-cannon.json │ └── separator-MK3.json ├── liquids │ ├── dark-matter.json │ ├── ink.json │ └── ion-matter.json ├── zones │ ├── nuclearComplex.json │ ├── desolateRift.json │ ├── Plostic-lands.json │ └── Discount-bossfight.json └── units │ ├── advanced-bomber.json │ ├── medic-mk1.json │ ├── deployable-turret-sniper.json │ ├── Patrol-drone-mk3.json │ ├── cycler.json │ ├── tinyradicator.json │ ├── ink-swarmer.json │ ├── boomer-droid.json │ ├── Patrol-drone-mk2.json │ ├── superior-brawler.json │ ├── daggergod.json │ ├── Patrol-drone-mk1.json │ ├── sulfur-phosphorus-iodine-dubnium-erbium.json │ ├── wide-reaper.json │ ├── moblie-AA.json │ ├── advanced-brawler.json │ ├── ink-brawler.json │ ├── medic-mk2.json │ ├── supreme-lich.json │ └── annihilator.json ├── sound └── yeet.ogg ├── maps ├── Plostic-pvp.msav ├── Plostic-lands.msav └── Discount-bossfight.msav ├── Theinfinitypalette.png ├── sprites ├── items │ ├── infiar.png │ ├── matrix.png │ ├── scalar.png │ ├── stone.png │ ├── tensor.png │ ├── test-2.png │ ├── test.png │ ├── vector.png │ ├── CRITTERS.png │ ├── catrige.png │ ├── snowball.png │ ├── dark-matter.png │ ├── ion-matter.png │ ├── tau-plate.png │ ├── toughitinum.png │ ├── blast-fabric.png │ ├── visionary-glass.png │ └── snowball-but-colder.png ├── units │ ├── Head.png │ ├── cycler.png │ ├── medibeam.png │ ├── annihilator.png │ ├── daggergod.png │ ├── god-blaster.png │ ├── ink-brawler.png │ ├── ink-swarmer.png │ ├── medic-mk1.png │ ├── medic-mk2.png │ ├── wide-equip.png │ ├── wide-reaper.png │ ├── annihilatron.png │ ├── daggergod-leg.png │ ├── inky-delivery.png │ ├── medibeam-end.png │ ├── mini-cyclone.png │ ├── supreme-lich.png │ ├── tinyradicator.png │ ├── 75-mm-KwK-40L-48.png │ ├── Patrol-drone-mk1.png │ ├── Patrol-drone-mk2.png │ ├── Patrol-drone-mk3.png │ ├── advanced-bomber.png │ ├── advanced-brawler.png │ ├── annihilator-base.png │ ├── annihilator-leg.png │ ├── daggergod-base.png │ ├── ink-brawler-base.png │ ├── ink-brawler-leg.png │ ├── ink-swarmer-base.png │ ├── ink-swarmer-leg.png │ ├── inquisition-arc.png │ ├── medic-mk2-cell.png │ ├── nano-missile-pod.png │ ├── omegaradicator.png │ ├── omegaradicatron.png │ ├── supreme-missiles.png │ ├── tinyradication.png │ ├── omegaradicator-leg.png │ ├── tinyradicator-base.png │ ├── tinyradicator-leg.png │ ├── advanced-brawler-base.png │ ├── omegaradicator-base.png │ ├── advanced-brawler-equip.png │ └── blaster-2-long-name-bogallo.png ├── mechs │ ├── wraith-ship.png │ ├── weapons │ │ ├── commissar.png │ │ ├── router-gun.png │ │ └── player-eradication.png │ ├── pilotable-eradicator.png │ ├── playable-mech-command.png │ ├── playable-mech-router.png │ ├── pilotable-eradicator-base.png │ ├── playable-mech-command-base.png │ ├── playable-mech-router-base.png │ └── playable-mech-router-leg.png ├── zones │ ├── Plostic-pvp.png │ ├── Plostic-lands-zone.png │ └── Discount-bossfight-zone.png └── blocks │ ├── drills │ ├── free-water.png │ ├── infiar-drill.png │ ├── matrix-drill.png │ ├── plasma-drill.png │ ├── scalar-drill.png │ ├── tensor-drill.png │ ├── vector-drill.png │ ├── electrum-drill.png │ ├── expensive-pump.png │ ├── free-water-top.png │ ├── electrum-drill-rim.png │ ├── electrum-drill-top.png │ ├── expensive-pump-top.png │ ├── free-water-rotator.png │ ├── infiar-drill-top.png │ ├── matrix-drill-top.png │ ├── plasma-drill-rim.png │ ├── plasma-drill-top.png │ ├── scalar-drill-top.png │ ├── tensor-drill-top.png │ ├── vector-drill-top.png │ ├── infiar-drill-rotator.png │ ├── matrix-drill-rotator.png │ ├── plasma-drill-rotator.png │ ├── scalar-drill-rotator.png │ ├── tensor-drill-rotator.png │ ├── vector-drill-rotator.png │ ├── electrum-drill-rotator.png │ └── expensive-pump-rotator.png │ ├── environment │ ├── void.png │ ├── infiar1.png │ ├── infiar2.png │ ├── infiar3.png │ ├── matrix1.png │ ├── matrix2.png │ ├── matrix3.png │ ├── scalar1.png │ ├── scalar2.png │ ├── scalar3.png │ ├── tensor1.png │ ├── tensor2.png │ ├── tensor3.png │ ├── test-ore.png │ ├── vector1.png │ ├── vector2.png │ ├── vector3.png │ ├── tau-floor.png │ ├── tau-wall1.png │ ├── tau-wall2.png │ ├── plastanium1.png │ ├── plastanium2.png │ ├── plastanium3.png │ ├── tau-floor-ion.png │ ├── tau-floor-oil.png │ ├── tau-floor-cryo.png │ ├── tau-floor-dark.png │ ├── tau-floor-light.png │ ├── tau-floor-slag.png │ ├── tau-floor-water.png │ ├── tau-wall-clear1.png │ ├── tau-wall-clear2.png │ ├── tau-wall-clear3.png │ ├── tau-wall-clear4.png │ ├── tau-wall-dark1.png │ ├── tau-wall-dark2.png │ ├── tau-wall-large.png │ ├── tau-wall-light1.png │ ├── tau-wall-light2.png │ ├── plostic-floor-blue.png │ ├── plostic-floor-cyan.png │ ├── plostic-floor-lime.png │ ├── plostic-floor-red.png │ ├── plostic-floor-black.png │ ├── plostic-floor-orange.png │ ├── plostic-floor-soil1.png │ ├── plostic-floor-soil2.png │ ├── plostic-floor-soil3.png │ ├── plostic-floor-white.png │ ├── tau-wall-dark-large.png │ ├── tau-wall-light-large.png │ ├── plostic-floor-scarlet.png │ └── tar-under-constant-rain-be-like.png │ ├── turrets │ ├── anti-air.png │ ├── grenadier.png │ ├── ion-cannon.png │ ├── anti-air-drone.png │ └── ion-cannon-drone.png │ ├── walls │ ├── blast-wall.png │ ├── infiar-wall.png │ ├── mender-wall.png │ ├── power-wall.png │ ├── blast-wall-large.png │ ├── infiar-wall-top.png │ ├── mender-wall-top.png │ ├── power-wall-large.png │ ├── infiar-wall-large.png │ ├── mender-wall-large.png │ ├── infiar-wall-large-top.png │ └── mender-wall-large-top.png │ ├── production │ ├── multiklin.png │ ├── recycle.png │ ├── blast-press.png │ ├── ion-factory.png │ ├── multi-mixer.png │ ├── optic-klin.png │ ├── multiklin-top.png │ ├── optic-klin-top.png │ ├── phase-factory.png │ ├── separator-MK2.png │ ├── surge-factory.png │ ├── exotic-smelter-1.png │ ├── exotic-smelter-2.png │ ├── snowball-machine.png │ ├── critter-fabricator.png │ ├── surge-factory-top.png │ ├── exotic-smelter-1-top.png │ ├── exotic-smelter-2-top.png │ ├── separator-MK2-liquid.png │ ├── separator-MK2-spinner.png │ └── snowball-machine-but-colder.png │ ├── special │ ├── downloader.png │ ├── overjector.png │ ├── overmender.png │ ├── message-server.png │ ├── propaganda-tower.png │ ├── sorteddownloader.png │ ├── omega-drive-projector.png │ ├── omega-mend-projector.png │ ├── omega-mend-projector-top.png │ └── omega-drive-projector-top.png │ ├── units │ ├── reaper-factory.png │ ├── critter-factory.png │ ├── eruptor-factory.png │ ├── annihilator-factory.png │ ├── critter-factory-top.png │ ├── eradicator-factory.png │ ├── eruptor-factory-top.png │ ├── ink-swarmer-factory.png │ ├── reaper-factory-top.png │ ├── table-of-the-wide.png │ ├── supreme-lich-factory.png │ ├── table-of-the-wide-top.png │ ├── tinyradicator-factory.png │ ├── annihilator-factory-top.png │ ├── eradicator-factory-top.png │ ├── ink-swarmer-factory-top.png │ ├── omegaradicator-factory.png │ ├── patrol-drone-factory-1.png │ ├── patrol-drone-factory-2.png │ ├── patrol-drone-factory-3.png │ ├── supreme-lich-factory-top.png │ ├── ink-swarmer-factory-liquid.png │ ├── omegaradicator-factory-top.png │ ├── patrol-drone-factory-1-top.png │ ├── patrol-drone-factory-2-top.png │ ├── patrol-drone-factory-3-top.png │ └── tinyradicator-factory-top.png │ ├── liquid │ ├── armored-yeeter.png │ ├── armored-yeeter-end.png │ ├── armored-yeeter-arrow.png │ ├── armored-conduit-top-0.png │ ├── armored-conduit-top-1.png │ ├── armored-conduit-top-2.png │ ├── armored-conduit-top-3.png │ ├── armored-conduit-top-4.png │ ├── armored-conduit-top-5.png │ ├── armored-conduit-top-6.png │ ├── armored-yeeter-bridge.png │ ├── liquid-distributor-top.png │ ├── armored-conduit-bottom-0.png │ ├── armored-conduit-bottom-1.png │ ├── armored-conduit-bottom-2.png │ ├── armored-conduit-bottom-3.png │ ├── armored-conduit-bottom-4.png │ ├── armored-conduit-bottom-5.png │ ├── armored-conduit-bottom-6.png │ ├── liquid-distributor-bottom.png │ └── liquid-distributor-liquid.png │ ├── mechs │ ├── router-mech-pad.png │ ├── wraith-ship-pad.png │ ├── playable-mech-constitution-pad.png │ └── playable-mech-constitution-pad-top.png │ ├── power │ ├── big-boy-battery.png │ ├── digital-generator.png │ └── digital-generator-top.png │ └── distribution │ ├── armored-brigde.png │ ├── armored-router.png │ ├── armored-sorter.png │ ├── armored-junction.png │ ├── armored-overflow.png │ ├── mini-ass-driver.png │ ├── armored-brigde-end.jpg │ ├── armored-transporter.png │ ├── armored-brigde-arrow.jpg │ ├── armored-brigde-arrow2.jpg │ ├── armored-brigde-bridge.png │ ├── armored-router-large.png │ ├── armored-sorter-invert.png │ ├── mini-ass-driver-base.png │ ├── armored-overflow-invert.png │ ├── armored-transporter-end.png │ ├── armored-transporter-arrow.png │ ├── armored-transporter-bridge.png │ └── conveyors │ └── item-conduit │ ├── item-conduit.png │ ├── item-conduit-0-0.png │ ├── item-conduit-0-1.png │ ├── item-conduit-0-2.png │ ├── item-conduit-0-3.png │ ├── item-conduit-1-0.png │ ├── item-conduit-1-1.png │ ├── item-conduit-1-2.png │ ├── item-conduit-1-3.png │ ├── item-conduit-2-0.png │ ├── item-conduit-2-1.png │ ├── item-conduit-2-2.png │ ├── item-conduit-2-3.png │ ├── item-conduit-3-0.png │ ├── item-conduit-3-1.png │ ├── item-conduit-3-2.png │ ├── item-conduit-3-3.png │ ├── item-conduit-4-0.png │ ├── item-conduit-4-1.png │ ├── item-conduit-4-2.png │ └── item-conduit-4-3.png ├── sprites-override ├── units │ ├── draug.png │ ├── phantom.png │ └── spirit.png └── blocks │ └── drills │ ├── blast-drill.png │ ├── blast-drill-rim.png │ ├── blast-drill-top.png │ └── blast-drill-rotator.png ├── scripts ├── main.js ├── printer.js └── digital-regeneration.js ├── mod.json ├── bundles └── bundles_it.properties ├── README.md ├── Yeeters.txt └── Contributions.txt /content/items/plastanium.json: -------------------------------------------------------------------------------- 1 | { 2 | "hardness": 5 3 | } 4 | -------------------------------------------------------------------------------- /content/mechs/tau-mech.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Mi mech" 3 | } -------------------------------------------------------------------------------- /content/blocks/tau-floor.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "variants": 0 4 | } 5 | -------------------------------------------------------------------------------- /content/blocks/char.json: -------------------------------------------------------------------------------- 1 | { 2 | "itemDrop": "stone", 3 | "playerUnmineable": true 4 | } 5 | -------------------------------------------------------------------------------- /content/blocks/stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "itemDrop": "stone", 3 | "playerUnmineable": true 4 | } 5 | -------------------------------------------------------------------------------- /content/items/snowball.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "color": "dbdbdb" 4 | } 5 | -------------------------------------------------------------------------------- /content/items/tau-plate.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "color": "c06a18" 4 | } 5 | -------------------------------------------------------------------------------- /content/blocks/craters.json: -------------------------------------------------------------------------------- 1 | { 2 | "itemDrop": "stone", 3 | "playerUnmineable": true 4 | } 5 | -------------------------------------------------------------------------------- /content/blocks/ignarock.json: -------------------------------------------------------------------------------- 1 | { 2 | "itemDrop": "stone", 3 | "playerUnmineable": true 4 | } 5 | -------------------------------------------------------------------------------- /content/items/toughitinum.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "color": "66a00d" 4 | } 5 | -------------------------------------------------------------------------------- /sound/yeet.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sound/yeet.ogg -------------------------------------------------------------------------------- /content/blocks/tau-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "StaticWall", 3 | "name": "Tau wall plating" 4 | } 5 | -------------------------------------------------------------------------------- /content/items/snowball-but-colder.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "color": "67c1e1" 4 | } 5 | -------------------------------------------------------------------------------- /content/blocks/tau-wall-dark.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "StaticWall", 3 | "name": "Darker tau wall plating" 4 | } 5 | -------------------------------------------------------------------------------- /content/blocks/tau-wall-light.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "StaticWall", 3 | "name": "Light tau wall plating" 4 | } 5 | -------------------------------------------------------------------------------- /content/items/stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "color": "494949", 4 | "hardness": 3 5 | } 6 | -------------------------------------------------------------------------------- /maps/Plostic-pvp.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/maps/Plostic-pvp.msav -------------------------------------------------------------------------------- /Theinfinitypalette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/Theinfinitypalette.png -------------------------------------------------------------------------------- /content/items/visionary-glass.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "cost": 3, 4 | "color": "369928" 5 | } 6 | -------------------------------------------------------------------------------- /maps/Plostic-lands.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/maps/Plostic-lands.msav -------------------------------------------------------------------------------- /sprites/items/infiar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/infiar.png -------------------------------------------------------------------------------- /sprites/items/matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/matrix.png -------------------------------------------------------------------------------- /sprites/items/scalar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/scalar.png -------------------------------------------------------------------------------- /sprites/items/stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/stone.png -------------------------------------------------------------------------------- /sprites/items/tensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/tensor.png -------------------------------------------------------------------------------- /sprites/items/test-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/test-2.png -------------------------------------------------------------------------------- /sprites/items/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/test.png -------------------------------------------------------------------------------- /sprites/items/vector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/vector.png -------------------------------------------------------------------------------- /sprites/units/Head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/Head.png -------------------------------------------------------------------------------- /sprites/units/cycler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/cycler.png -------------------------------------------------------------------------------- /content/blocks/tau-floor-dark.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "blendGroup": "tau-floor", 4 | "variants": 0 5 | } 6 | -------------------------------------------------------------------------------- /content/blocks/tau-floor-light.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "blendGroup": "tau-floor", 4 | "variants": 0 5 | } 6 | -------------------------------------------------------------------------------- /content/blocks/test-ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OreBlock", 3 | "itemDrop": "test", 4 | "playerUnmineable": true 5 | } 6 | -------------------------------------------------------------------------------- /sprites/items/CRITTERS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/CRITTERS.png -------------------------------------------------------------------------------- /sprites/items/catrige.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/catrige.png -------------------------------------------------------------------------------- /sprites/items/snowball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/snowball.png -------------------------------------------------------------------------------- /sprites/units/medibeam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/medibeam.png -------------------------------------------------------------------------------- /content/items/infiar.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "cost": 2, 4 | "hardness": 10, 5 | "color": "00ffff" 6 | } 7 | -------------------------------------------------------------------------------- /content/items/scalar.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "cost": 1, 4 | "hardness": 4, 5 | "color": "43c131" 6 | } 7 | -------------------------------------------------------------------------------- /maps/Discount-bossfight.msav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/maps/Discount-bossfight.msav -------------------------------------------------------------------------------- /sprites/items/dark-matter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/dark-matter.png -------------------------------------------------------------------------------- /sprites/items/ion-matter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/ion-matter.png -------------------------------------------------------------------------------- /sprites/items/tau-plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/tau-plate.png -------------------------------------------------------------------------------- /sprites/items/toughitinum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/toughitinum.png -------------------------------------------------------------------------------- /sprites/mechs/wraith-ship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/mechs/wraith-ship.png -------------------------------------------------------------------------------- /sprites/units/annihilator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/annihilator.png -------------------------------------------------------------------------------- /sprites/units/daggergod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/daggergod.png -------------------------------------------------------------------------------- /sprites/units/god-blaster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/god-blaster.png -------------------------------------------------------------------------------- /sprites/units/ink-brawler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/ink-brawler.png -------------------------------------------------------------------------------- /sprites/units/ink-swarmer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/ink-swarmer.png -------------------------------------------------------------------------------- /sprites/units/medic-mk1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/medic-mk1.png -------------------------------------------------------------------------------- /sprites/units/medic-mk2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/medic-mk2.png -------------------------------------------------------------------------------- /sprites/units/wide-equip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/wide-equip.png -------------------------------------------------------------------------------- /sprites/units/wide-reaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/wide-reaper.png -------------------------------------------------------------------------------- /sprites/zones/Plostic-pvp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/zones/Plostic-pvp.png -------------------------------------------------------------------------------- /content/blocks/ore-plastanium.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OreBlock", 3 | "itemDrop": "plastanium", 4 | "playerUnmineable": true 5 | } 6 | -------------------------------------------------------------------------------- /content/items/test-2.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "radioactivity": 999999999999999999, 4 | "color": "ffffff" 5 | } 6 | -------------------------------------------------------------------------------- /content/items/vector.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "cost": 1.5, 4 | "hardness": 5, 5 | "color": "0031ca" 6 | } 7 | -------------------------------------------------------------------------------- /sprites/items/blast-fabric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/blast-fabric.png -------------------------------------------------------------------------------- /sprites/units/annihilatron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/annihilatron.png -------------------------------------------------------------------------------- /sprites/units/daggergod-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/daggergod-leg.png -------------------------------------------------------------------------------- /sprites/units/inky-delivery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/inky-delivery.png -------------------------------------------------------------------------------- /sprites/units/medibeam-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/medibeam-end.png -------------------------------------------------------------------------------- /sprites/units/mini-cyclone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/mini-cyclone.png -------------------------------------------------------------------------------- /sprites/units/supreme-lich.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/supreme-lich.png -------------------------------------------------------------------------------- /sprites/units/tinyradicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/tinyradicator.png -------------------------------------------------------------------------------- /sprites-override/units/draug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites-override/units/draug.png -------------------------------------------------------------------------------- /sprites-override/units/phantom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites-override/units/phantom.png -------------------------------------------------------------------------------- /sprites-override/units/spirit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites-override/units/spirit.png -------------------------------------------------------------------------------- /sprites/items/visionary-glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/visionary-glass.png -------------------------------------------------------------------------------- /sprites/units/75-mm-KwK-40L-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/75-mm-KwK-40L-48.png -------------------------------------------------------------------------------- /sprites/units/Patrol-drone-mk1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/Patrol-drone-mk1.png -------------------------------------------------------------------------------- /sprites/units/Patrol-drone-mk2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/Patrol-drone-mk2.png -------------------------------------------------------------------------------- /sprites/units/Patrol-drone-mk3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/Patrol-drone-mk3.png -------------------------------------------------------------------------------- /sprites/units/advanced-bomber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/advanced-bomber.png -------------------------------------------------------------------------------- /sprites/units/advanced-brawler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/advanced-brawler.png -------------------------------------------------------------------------------- /sprites/units/annihilator-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/annihilator-base.png -------------------------------------------------------------------------------- /sprites/units/annihilator-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/annihilator-leg.png -------------------------------------------------------------------------------- /sprites/units/daggergod-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/daggergod-base.png -------------------------------------------------------------------------------- /sprites/units/ink-brawler-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/ink-brawler-base.png -------------------------------------------------------------------------------- /sprites/units/ink-brawler-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/ink-brawler-leg.png -------------------------------------------------------------------------------- /sprites/units/ink-swarmer-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/ink-swarmer-base.png -------------------------------------------------------------------------------- /sprites/units/ink-swarmer-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/ink-swarmer-leg.png -------------------------------------------------------------------------------- /sprites/units/inquisition-arc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/inquisition-arc.png -------------------------------------------------------------------------------- /sprites/units/medic-mk2-cell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/medic-mk2-cell.png -------------------------------------------------------------------------------- /sprites/units/nano-missile-pod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/nano-missile-pod.png -------------------------------------------------------------------------------- /sprites/units/omegaradicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/omegaradicator.png -------------------------------------------------------------------------------- /sprites/units/omegaradicatron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/omegaradicatron.png -------------------------------------------------------------------------------- /sprites/units/supreme-missiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/supreme-missiles.png -------------------------------------------------------------------------------- /sprites/units/tinyradication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/tinyradication.png -------------------------------------------------------------------------------- /sprites/blocks/drills/free-water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/free-water.png -------------------------------------------------------------------------------- /sprites/blocks/environment/void.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/void.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/anti-air.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/turrets/anti-air.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/grenadier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/turrets/grenadier.png -------------------------------------------------------------------------------- /sprites/blocks/walls/blast-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/walls/blast-wall.png -------------------------------------------------------------------------------- /sprites/blocks/walls/infiar-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/walls/infiar-wall.png -------------------------------------------------------------------------------- /sprites/blocks/walls/mender-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/walls/mender-wall.png -------------------------------------------------------------------------------- /sprites/blocks/walls/power-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/walls/power-wall.png -------------------------------------------------------------------------------- /sprites/mechs/weapons/commissar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/mechs/weapons/commissar.png -------------------------------------------------------------------------------- /sprites/mechs/weapons/router-gun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/mechs/weapons/router-gun.png -------------------------------------------------------------------------------- /sprites/units/omegaradicator-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/omegaradicator-leg.png -------------------------------------------------------------------------------- /sprites/units/tinyradicator-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/tinyradicator-base.png -------------------------------------------------------------------------------- /sprites/units/tinyradicator-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/tinyradicator-leg.png -------------------------------------------------------------------------------- /sprites/zones/Plostic-lands-zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/zones/Plostic-lands-zone.png -------------------------------------------------------------------------------- /content/items/catrige.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "flammability": 0.8, 4 | "explosiveness": 1.15, 5 | "color": "cbd97f" 6 | } 7 | -------------------------------------------------------------------------------- /sprites/blocks/drills/infiar-drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/infiar-drill.png -------------------------------------------------------------------------------- /sprites/blocks/drills/matrix-drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/matrix-drill.png -------------------------------------------------------------------------------- /sprites/blocks/drills/plasma-drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/plasma-drill.png -------------------------------------------------------------------------------- /sprites/blocks/drills/scalar-drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/scalar-drill.png -------------------------------------------------------------------------------- /sprites/blocks/drills/tensor-drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/tensor-drill.png -------------------------------------------------------------------------------- /sprites/blocks/drills/vector-drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/vector-drill.png -------------------------------------------------------------------------------- /sprites/blocks/environment/infiar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/infiar1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/infiar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/infiar2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/infiar3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/infiar3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/matrix1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/matrix1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/matrix2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/matrix2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/matrix3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/matrix3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/scalar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/scalar1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/scalar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/scalar2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/scalar3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/scalar3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tensor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tensor1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tensor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tensor2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tensor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tensor3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/test-ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/test-ore.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vector1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/vector1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vector2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/vector2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/vector3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/vector3.png -------------------------------------------------------------------------------- /sprites/blocks/production/multiklin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/multiklin.png -------------------------------------------------------------------------------- /sprites/blocks/production/recycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/recycle.png -------------------------------------------------------------------------------- /sprites/blocks/special/downloader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/special/downloader.png -------------------------------------------------------------------------------- /sprites/blocks/special/overjector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/special/overjector.png -------------------------------------------------------------------------------- /sprites/blocks/special/overmender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/special/overmender.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/ion-cannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/turrets/ion-cannon.png -------------------------------------------------------------------------------- /sprites/blocks/units/reaper-factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/reaper-factory.png -------------------------------------------------------------------------------- /sprites/items/snowball-but-colder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/items/snowball-but-colder.png -------------------------------------------------------------------------------- /sprites/mechs/pilotable-eradicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/mechs/pilotable-eradicator.png -------------------------------------------------------------------------------- /sprites/mechs/playable-mech-command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/mechs/playable-mech-command.png -------------------------------------------------------------------------------- /sprites/mechs/playable-mech-router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/mechs/playable-mech-router.png -------------------------------------------------------------------------------- /sprites/units/advanced-brawler-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/advanced-brawler-base.png -------------------------------------------------------------------------------- /sprites/units/omegaradicator-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/omegaradicator-base.png -------------------------------------------------------------------------------- /sprites/blocks/drills/electrum-drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/electrum-drill.png -------------------------------------------------------------------------------- /sprites/blocks/drills/expensive-pump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/expensive-pump.png -------------------------------------------------------------------------------- /sprites/blocks/drills/free-water-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/free-water-top.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-floor.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-wall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-wall1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-wall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-wall2.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-yeeter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-yeeter.png -------------------------------------------------------------------------------- /sprites/blocks/mechs/router-mech-pad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/mechs/router-mech-pad.png -------------------------------------------------------------------------------- /sprites/blocks/mechs/wraith-ship-pad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/mechs/wraith-ship-pad.png -------------------------------------------------------------------------------- /sprites/blocks/power/big-boy-battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/power/big-boy-battery.png -------------------------------------------------------------------------------- /sprites/blocks/production/blast-press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/blast-press.png -------------------------------------------------------------------------------- /sprites/blocks/production/ion-factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/ion-factory.png -------------------------------------------------------------------------------- /sprites/blocks/production/multi-mixer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/multi-mixer.png -------------------------------------------------------------------------------- /sprites/blocks/production/optic-klin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/optic-klin.png -------------------------------------------------------------------------------- /sprites/blocks/special/message-server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/special/message-server.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/anti-air-drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/turrets/anti-air-drone.png -------------------------------------------------------------------------------- /sprites/blocks/units/critter-factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/critter-factory.png -------------------------------------------------------------------------------- /sprites/blocks/units/eruptor-factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/eruptor-factory.png -------------------------------------------------------------------------------- /sprites/blocks/walls/blast-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/walls/blast-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/infiar-wall-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/walls/infiar-wall-top.png -------------------------------------------------------------------------------- /sprites/blocks/walls/mender-wall-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/walls/mender-wall-top.png -------------------------------------------------------------------------------- /sprites/blocks/walls/power-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/walls/power-wall-large.png -------------------------------------------------------------------------------- /sprites/units/advanced-brawler-equip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/advanced-brawler-equip.png -------------------------------------------------------------------------------- /sprites/zones/Discount-bossfight-zone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/zones/Discount-bossfight-zone.png -------------------------------------------------------------------------------- /sprites/blocks/drills/electrum-drill-rim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/electrum-drill-rim.png -------------------------------------------------------------------------------- /sprites/blocks/drills/electrum-drill-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/electrum-drill-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/expensive-pump-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/expensive-pump-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/free-water-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/free-water-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/infiar-drill-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/infiar-drill-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/matrix-drill-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/matrix-drill-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/plasma-drill-rim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/plasma-drill-rim.png -------------------------------------------------------------------------------- /sprites/blocks/drills/plasma-drill-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/plasma-drill-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/scalar-drill-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/scalar-drill-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/tensor-drill-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/tensor-drill-top.png -------------------------------------------------------------------------------- /sprites/blocks/drills/vector-drill-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/vector-drill-top.png -------------------------------------------------------------------------------- /sprites/blocks/environment/plastanium1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/plastanium1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/plastanium2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/plastanium2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/plastanium3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/plastanium3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-floor-ion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-floor-ion.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-floor-oil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-floor-oil.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-yeeter-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-yeeter-end.png -------------------------------------------------------------------------------- /sprites/blocks/power/digital-generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/power/digital-generator.png -------------------------------------------------------------------------------- /sprites/blocks/production/multiklin-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/multiklin-top.png -------------------------------------------------------------------------------- /sprites/blocks/production/optic-klin-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/optic-klin-top.png -------------------------------------------------------------------------------- /sprites/blocks/production/phase-factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/phase-factory.png -------------------------------------------------------------------------------- /sprites/blocks/production/separator-MK2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/separator-MK2.png -------------------------------------------------------------------------------- /sprites/blocks/production/surge-factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/surge-factory.png -------------------------------------------------------------------------------- /sprites/blocks/special/propaganda-tower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/special/propaganda-tower.png -------------------------------------------------------------------------------- /sprites/blocks/special/sorteddownloader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/special/sorteddownloader.png -------------------------------------------------------------------------------- /sprites/blocks/turrets/ion-cannon-drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/turrets/ion-cannon-drone.png -------------------------------------------------------------------------------- /sprites/blocks/units/annihilator-factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/annihilator-factory.png -------------------------------------------------------------------------------- /sprites/blocks/units/critter-factory-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/critter-factory-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/eradicator-factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/eradicator-factory.png -------------------------------------------------------------------------------- /sprites/blocks/units/eruptor-factory-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/eruptor-factory-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/ink-swarmer-factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/ink-swarmer-factory.png -------------------------------------------------------------------------------- /sprites/blocks/units/reaper-factory-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/reaper-factory-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/table-of-the-wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/table-of-the-wide.png -------------------------------------------------------------------------------- /sprites/blocks/walls/infiar-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/walls/infiar-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/walls/mender-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/walls/mender-wall-large.png -------------------------------------------------------------------------------- /sprites/mechs/pilotable-eradicator-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/mechs/pilotable-eradicator-base.png -------------------------------------------------------------------------------- /sprites/mechs/playable-mech-command-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/mechs/playable-mech-command-base.png -------------------------------------------------------------------------------- /sprites/mechs/playable-mech-router-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/mechs/playable-mech-router-base.png -------------------------------------------------------------------------------- /sprites/mechs/playable-mech-router-leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/mechs/playable-mech-router-leg.png -------------------------------------------------------------------------------- /sprites/mechs/weapons/player-eradication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/mechs/weapons/player-eradication.png -------------------------------------------------------------------------------- /sprites-override/blocks/drills/blast-drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites-override/blocks/drills/blast-drill.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-brigde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-brigde.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-router.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-router.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-sorter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-sorter.png -------------------------------------------------------------------------------- /sprites/blocks/drills/infiar-drill-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/infiar-drill-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/matrix-drill-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/matrix-drill-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/plasma-drill-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/plasma-drill-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/scalar-drill-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/scalar-drill-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/tensor-drill-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/tensor-drill-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/vector-drill-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/vector-drill-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-floor-cryo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-floor-cryo.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-floor-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-floor-dark.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-floor-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-floor-light.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-floor-slag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-floor-slag.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-floor-water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-floor-water.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-wall-clear1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-wall-clear1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-wall-clear2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-wall-clear2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-wall-clear3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-wall-clear3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-wall-clear4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-wall-clear4.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-wall-dark1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-wall-dark1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-wall-dark2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-wall-dark2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-wall-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-wall-light1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-wall-light1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-wall-light2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-wall-light2.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-yeeter-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-yeeter-arrow.png -------------------------------------------------------------------------------- /sprites/blocks/power/digital-generator-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/power/digital-generator-top.png -------------------------------------------------------------------------------- /sprites/blocks/production/exotic-smelter-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/exotic-smelter-1.png -------------------------------------------------------------------------------- /sprites/blocks/production/exotic-smelter-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/exotic-smelter-2.png -------------------------------------------------------------------------------- /sprites/blocks/production/snowball-machine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/snowball-machine.png -------------------------------------------------------------------------------- /sprites/blocks/units/supreme-lich-factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/supreme-lich-factory.png -------------------------------------------------------------------------------- /sprites/blocks/units/table-of-the-wide-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/table-of-the-wide-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/tinyradicator-factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/tinyradicator-factory.png -------------------------------------------------------------------------------- /sprites/blocks/walls/infiar-wall-large-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/walls/infiar-wall-large-top.png -------------------------------------------------------------------------------- /sprites/blocks/walls/mender-wall-large-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/walls/mender-wall-large-top.png -------------------------------------------------------------------------------- /sprites/units/blaster-2-long-name-bogallo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/units/blaster-2-long-name-bogallo.png -------------------------------------------------------------------------------- /content/items/blast-fabric.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "cost": 1, 4 | "color": "3a3a3a", 5 | "flammability": 1, 6 | "explosiveness": -0.5 7 | } 8 | -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-junction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-junction.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-overflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-overflow.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/mini-ass-driver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/mini-ass-driver.png -------------------------------------------------------------------------------- /sprites/blocks/drills/electrum-drill-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/electrum-drill-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/drills/expensive-pump-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/drills/expensive-pump-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/environment/plostic-floor-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/plostic-floor-blue.png -------------------------------------------------------------------------------- /sprites/blocks/environment/plostic-floor-cyan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/plostic-floor-cyan.png -------------------------------------------------------------------------------- /sprites/blocks/environment/plostic-floor-lime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/plostic-floor-lime.png -------------------------------------------------------------------------------- /sprites/blocks/environment/plostic-floor-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/plostic-floor-red.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-conduit-top-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-conduit-top-0.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-conduit-top-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-conduit-top-1.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-conduit-top-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-conduit-top-2.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-conduit-top-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-conduit-top-3.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-conduit-top-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-conduit-top-4.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-conduit-top-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-conduit-top-5.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-conduit-top-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-conduit-top-6.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-yeeter-bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-yeeter-bridge.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid-distributor-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/liquid-distributor-top.png -------------------------------------------------------------------------------- /sprites/blocks/production/critter-fabricator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/critter-fabricator.png -------------------------------------------------------------------------------- /sprites/blocks/production/surge-factory-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/surge-factory-top.png -------------------------------------------------------------------------------- /sprites/blocks/special/omega-drive-projector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/special/omega-drive-projector.png -------------------------------------------------------------------------------- /sprites/blocks/special/omega-mend-projector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/special/omega-mend-projector.png -------------------------------------------------------------------------------- /sprites/blocks/units/annihilator-factory-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/annihilator-factory-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/eradicator-factory-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/eradicator-factory-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/ink-swarmer-factory-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/ink-swarmer-factory-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/omegaradicator-factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/omegaradicator-factory.png -------------------------------------------------------------------------------- /sprites/blocks/units/patrol-drone-factory-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/patrol-drone-factory-1.png -------------------------------------------------------------------------------- /sprites/blocks/units/patrol-drone-factory-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/patrol-drone-factory-2.png -------------------------------------------------------------------------------- /sprites/blocks/units/patrol-drone-factory-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/patrol-drone-factory-3.png -------------------------------------------------------------------------------- /sprites/blocks/units/supreme-lich-factory-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/supreme-lich-factory-top.png -------------------------------------------------------------------------------- /content/blocks/tau-floor-ion.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "speedMultiplier": 1, 4 | "isLiquid": true, 5 | "liquidDrop": "ion-matter", 6 | "variants": 0 7 | } 8 | -------------------------------------------------------------------------------- /content/blocks/tau-wall-clear.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "StaticWall", 3 | "name": "Tau glass wall", 4 | "fillsTile": false, 5 | "variants": 4, 6 | "hasShadow": false 7 | } 8 | -------------------------------------------------------------------------------- /content/items/CRITTERS.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "resource", 3 | "name": "Critter box", 4 | "description": "Box containing critters.", 5 | "color": "9a93bd" 6 | } 7 | -------------------------------------------------------------------------------- /sprites-override/blocks/drills/blast-drill-rim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites-override/blocks/drills/blast-drill-rim.png -------------------------------------------------------------------------------- /sprites-override/blocks/drills/blast-drill-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites-override/blocks/drills/blast-drill-top.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-brigde-end.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-brigde-end.jpg -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-transporter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-transporter.png -------------------------------------------------------------------------------- /sprites/blocks/environment/plostic-floor-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/plostic-floor-black.png -------------------------------------------------------------------------------- /sprites/blocks/environment/plostic-floor-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/plostic-floor-orange.png -------------------------------------------------------------------------------- /sprites/blocks/environment/plostic-floor-soil1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/plostic-floor-soil1.png -------------------------------------------------------------------------------- /sprites/blocks/environment/plostic-floor-soil2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/plostic-floor-soil2.png -------------------------------------------------------------------------------- /sprites/blocks/environment/plostic-floor-soil3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/plostic-floor-soil3.png -------------------------------------------------------------------------------- /sprites/blocks/environment/plostic-floor-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/plostic-floor-white.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-wall-dark-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-wall-dark-large.png -------------------------------------------------------------------------------- /sprites/blocks/environment/tau-wall-light-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tau-wall-light-large.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-conduit-bottom-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-conduit-bottom-0.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-conduit-bottom-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-conduit-bottom-1.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-conduit-bottom-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-conduit-bottom-2.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-conduit-bottom-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-conduit-bottom-3.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-conduit-bottom-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-conduit-bottom-4.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-conduit-bottom-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-conduit-bottom-5.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/armored-conduit-bottom-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/armored-conduit-bottom-6.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid-distributor-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/liquid-distributor-bottom.png -------------------------------------------------------------------------------- /sprites/blocks/liquid/liquid-distributor-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/liquid/liquid-distributor-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/production/exotic-smelter-1-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/exotic-smelter-1-top.png -------------------------------------------------------------------------------- /sprites/blocks/production/exotic-smelter-2-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/exotic-smelter-2-top.png -------------------------------------------------------------------------------- /sprites/blocks/production/separator-MK2-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/separator-MK2-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/production/separator-MK2-spinner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/separator-MK2-spinner.png -------------------------------------------------------------------------------- /sprites/blocks/special/omega-mend-projector-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/special/omega-mend-projector-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/ink-swarmer-factory-liquid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/ink-swarmer-factory-liquid.png -------------------------------------------------------------------------------- /sprites/blocks/units/omegaradicator-factory-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/omegaradicator-factory-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/patrol-drone-factory-1-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/patrol-drone-factory-1-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/patrol-drone-factory-2-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/patrol-drone-factory-2-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/patrol-drone-factory-3-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/patrol-drone-factory-3-top.png -------------------------------------------------------------------------------- /sprites/blocks/units/tinyradicator-factory-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/units/tinyradicator-factory-top.png -------------------------------------------------------------------------------- /content/blocks/plostic-floor-soil.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "itemDrop": "plastanium", 4 | "playerUnmineable": true, 5 | "attributes": {"array":[0,0,0,0.25]} 6 | } 7 | -------------------------------------------------------------------------------- /sprites-override/blocks/drills/blast-drill-rotator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites-override/blocks/drills/blast-drill-rotator.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-brigde-arrow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-brigde-arrow.jpg -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-brigde-arrow2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-brigde-arrow2.jpg -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-brigde-bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-brigde-bridge.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-router-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-router-large.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-sorter-invert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-sorter-invert.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/mini-ass-driver-base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/mini-ass-driver-base.png -------------------------------------------------------------------------------- /sprites/blocks/environment/plostic-floor-scarlet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/plostic-floor-scarlet.png -------------------------------------------------------------------------------- /sprites/blocks/special/omega-drive-projector-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/special/omega-drive-projector-top.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-overflow-invert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-overflow-invert.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-transporter-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-transporter-end.png -------------------------------------------------------------------------------- /sprites/blocks/mechs/playable-mech-constitution-pad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/mechs/playable-mech-constitution-pad.png -------------------------------------------------------------------------------- /content/items/matrix.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "cost": 1.6, 4 | "hardness": 6, 5 | "flammability": 1.15, 6 | "explosiveness": 0.35, 7 | "color": "b83fb8" 8 | } 9 | -------------------------------------------------------------------------------- /content/items/tensor.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "flammability": 0.9, 4 | "explosiveness": 0.7, 5 | "cost": 1.7, 6 | "hardness": 8, 7 | "color": "ff7c00" 8 | } 9 | -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-transporter-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-transporter-arrow.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/armored-transporter-bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/armored-transporter-bridge.png -------------------------------------------------------------------------------- /sprites/blocks/mechs/playable-mech-constitution-pad-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/mechs/playable-mech-constitution-pad-top.png -------------------------------------------------------------------------------- /sprites/blocks/production/snowball-machine-but-colder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/production/snowball-machine-but-colder.png -------------------------------------------------------------------------------- /content/blocks/plostic-floor-black.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "itemDrop": "plastanium", 4 | "variants": 0, 5 | "playerUnmineable": true, 6 | "attributes": {"array":[0,0,0,0.25]} 7 | } 8 | -------------------------------------------------------------------------------- /content/blocks/plostic-floor-blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "itemDrop": "plastanium", 4 | "variants": 0, 5 | "playerUnmineable": true, 6 | "attributes": {"array":[0,0,0,0.25]} 7 | } 8 | -------------------------------------------------------------------------------- /content/blocks/plostic-floor-cyan.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "itemDrop": "plastanium", 4 | "variants": 0, 5 | "playerUnmineable": true, 6 | "attributes": {"array":[0,0,0,0.25]} 7 | } 8 | -------------------------------------------------------------------------------- /content/blocks/plostic-floor-lime.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "itemDrop": "plastanium", 4 | "variants": 0, 5 | "playerUnmineable": true, 6 | "attributes": {"array":[0,0,0,0.25]} 7 | } 8 | -------------------------------------------------------------------------------- /content/blocks/plostic-floor-orange.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "itemDrop": "plastanium", 4 | "variants": 0, 5 | "playerUnmineable": true, 6 | "attributes": {"array":[0,0,0,0.25]} 7 | } 8 | -------------------------------------------------------------------------------- /content/blocks/plostic-floor-red.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "itemDrop": "plastanium", 4 | "variants": 0, 5 | "playerUnmineable": true, 6 | "attributes": {"array":[0,0,0,0.25]} 7 | } 8 | -------------------------------------------------------------------------------- /content/blocks/plostic-floor-white.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "itemDrop": "plastanium", 4 | "variants": 0, 5 | "playerUnmineable": true, 6 | "attributes": {"array":[0,0,0,0.25]} 7 | } 8 | -------------------------------------------------------------------------------- /sprites/blocks/environment/tar-under-constant-rain-be-like.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/environment/tar-under-constant-rain-be-like.png -------------------------------------------------------------------------------- /content/blocks/plostic-floor-scarlet.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "itemDrop": "plastanium", 4 | "variants": 0, 5 | "playerUnmineable": true, 6 | "attributes": {"array":[0,0,0,0.25]} 7 | } 8 | -------------------------------------------------------------------------------- /content/blocks/ore-infiar.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OreBlock", 3 | "itemDrop": "infiar", 4 | "playerUnmineable": true, 5 | "oreDefault": true, 6 | "oreThreshold": 0.917, 7 | "oreScale": 25.555555 8 | } 9 | -------------------------------------------------------------------------------- /content/blocks/ore-matrix.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OreBlock", 3 | "itemDrop": "matrix", 4 | "playerUnmineable": true, 5 | "oreDefault": true, 6 | "oreThreshold": 0.865, 7 | "oreScale": 23.975435 8 | } 9 | -------------------------------------------------------------------------------- /content/blocks/ore-scalar.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OreBlock", 3 | "itemDrop": "scalar", 4 | "playerUnmineable": true, 5 | "oreDefault": true, 6 | "oreThreshold": 0.885, 7 | "oreScale": 24.436374 8 | } 9 | -------------------------------------------------------------------------------- /content/blocks/ore-tensor.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OreBlock", 3 | "itemDrop": "tensor", 4 | "playerUnmineable": true, 5 | "oreDefault": true, 6 | "oreThreshold": 0.903, 7 | "oreScale": 25.352764 8 | } 9 | -------------------------------------------------------------------------------- /content/blocks/ore-vector.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OreBlock", 3 | "itemDrop": "vector", 4 | "playerUnmineable": true, 5 | "oreDefault": true, 6 | "oreThreshold": 0.891, 7 | "oreScale": 24.863362 8 | } 9 | -------------------------------------------------------------------------------- /content/blocks/tau-floor-cryo.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "name": "Cryo-flowing floor", 4 | "speedMultiplier": 1, 5 | "isLiquid": true, 6 | "liquidDrop": "cryofluid", 7 | "variants": 0 8 | } 9 | -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit.png -------------------------------------------------------------------------------- /content/blocks/tau-floor-oil.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "speedMultiplier": 1, 4 | "isLiquid": true, 5 | "liquidDrop": "oil", 6 | "variants": 0, 7 | "attributes": {"array": [ 0, 0, 0, 1.25]} 8 | } 9 | -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-0-0.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-0-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-0-1.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-0-2.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-0-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-0-3.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-1-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-1-0.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-1-1.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-1-2.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-1-3.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-2-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-2-0.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-2-1.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-2-2.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-2-3.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-3-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-3-0.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-3-1.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-3-2.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-3-3.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-4-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-4-0.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-4-1.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-4-2.png -------------------------------------------------------------------------------- /sprites/blocks/distribution/conveyors/item-conduit/item-conduit-4-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneBepis/Infinitodustry-legacy/HEAD/sprites/blocks/distribution/conveyors/item-conduit/item-conduit-4-3.png -------------------------------------------------------------------------------- /content/blocks/tau-floor-slag.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "speedMultiplier": 1, 4 | "isLiquid": true, 5 | "liquidDrop": "slag", 6 | "variants": 0, 7 | "attributes": {"array": [ 1.25, 0, 0, 0]} 8 | } 9 | -------------------------------------------------------------------------------- /content/blocks/tau-floor-water.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "speedMultiplier": 1, 4 | "isLiquid": true, 5 | "liquidDrop": "water", 6 | "variants": 0, 7 | "attributes": {"array": [ 0, 0, 1.25, 0]} 8 | } 9 | -------------------------------------------------------------------------------- /scripts/main.js: -------------------------------------------------------------------------------- 1 | require("digital-regeneration"); 2 | require("recycle"); 3 | require("multiklin"); 4 | require("medicine"); 5 | require("medicine-but-also-for-blocks"); 6 | require("print"); 7 | require("splat"); 8 | -------------------------------------------------------------------------------- /content/blocks/void.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "name": "void", 4 | "speedMultiplier": 1, 5 | "variants": 0, 6 | "isLiquid": true, 7 | "damageTaken": 100000000000000000000000000, 8 | "liquidDrop": "dark-matter" 9 | } 10 | -------------------------------------------------------------------------------- /content/liquids/dark-matter.json: -------------------------------------------------------------------------------- 1 | 2 | { 3 | "type": "liquid", 4 | "temperature": 0.0001, 5 | "viscosity": 2, 6 | "explosiveness": 1.25, 7 | "flammability": -15, 8 | "heatCapacity": 0.1, 9 | "effect": "tarred", 10 | "color": "0b020d" 11 | } 12 | -------------------------------------------------------------------------------- /content/blocks/power-wall-large.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "PowerNode", 3 | "laserRange": 0, 4 | "health": 3320, 5 | "BlockGroup": "walls", 6 | "size": 2, 7 | "requirements": [ 8 | { "item": "toughitinum", "amount": 24 } 9 | ], 10 | "category": "defense", 11 | "research": "power-wall" 12 | } -------------------------------------------------------------------------------- /content/blocks/power-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "PowerNode", 3 | "laserRange": 0, 4 | "health": 830, 5 | "size": 1, 6 | "BlockGroup": "walls", 7 | "requirements": [ 8 | { "item": "toughitinum", "amount": 6 } 9 | ], 10 | "category": "defense", 11 | "research": "thorium-wall" 12 | } 13 | -------------------------------------------------------------------------------- /content/blocks/blast-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "DeflectorWall", 3 | "health": 500, 4 | "BlockGroup": "walls", 5 | "size": 1, 6 | "insulated": true, 7 | "requirements": [ 8 | { "item": "blast-fabric", "amount": 6 } 9 | ], 10 | "category": "defense", 11 | "research": "phase-wall" 12 | } 13 | -------------------------------------------------------------------------------- /content/blocks/laser-drill.json: -------------------------------------------------------------------------------- 1 | { 2 | "requirements": [ 3 | { "item": "copper", "amount": 35 }, 4 | { "item": "visionary-glass", "amount": 20 }, 5 | { "item": "silicon", "amount": 30 }, 6 | { "item": "graphite", "amount": 30 }, 7 | { "item": "titanium", "amount": 20 } 8 | ] 9 | } 10 | -------------------------------------------------------------------------------- /content/blocks/recycle.json: -------------------------------------------------------------------------------- 1 | { 2 | "requirements": [ 3 | { "item": "scalar", "amount": 5 }, 4 | { "item": "copper", "amount": 15 }, 5 | { "item": "silicon", "amount": 80 }, 6 | { "item": "metaglass", "amount": 150 } 7 | ], 8 | "category": "crafting", 9 | "research": "pulverizer" 10 | } 11 | -------------------------------------------------------------------------------- /content/blocks/blast-wall-large.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "DeflectorWall", 3 | "health": 2000, 4 | "size": 2, 5 | "insulated": true, 6 | "BlockGroup": "walls", 7 | "requirements": [ 8 | { "item": "blast-fabric", "amount": 24 } 9 | ], 10 | "category": "defense", 11 | "research": "blast-wall" 12 | } 13 | -------------------------------------------------------------------------------- /content/blocks/tar-under-constant-rain-be-like.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Floor", 3 | "name": "Ink", 4 | "speedMultiplier": 0.4, 5 | "isLiquid": true, 6 | "variants": 0, 7 | "status": "tarred", 8 | "statusDuration": 240, 9 | "drownTime": 200, 10 | "liquidDrop": "ink", 11 | "cacheLayer": "tar" 12 | } 13 | -------------------------------------------------------------------------------- /content/blocks/armored-conduit.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Conduit", 3 | "health": 355, 4 | "BlockGroup": "liquids", 5 | "requirements": [ 6 | {"item": "silicon", "amount": 1}, 7 | {"item": "stone", "amount": 2} 8 | ], 9 | "category": "liquid", 10 | "research": "pulse-conduit", 11 | "liquidCapacity": 16 12 | } -------------------------------------------------------------------------------- /content/blocks/big-boy-battery.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "battery", 3 | "size": 5, 4 | "health": 105, 5 | "category": "power", 6 | "research": "battery-large", 7 | "baseExplosiveness": 1, 8 | "requirements": [ 9 | {"item": "matrix", "amount": 500} 10 | ], 11 | "consumes": { "powerBuffered": 1000000} 12 | } 13 | -------------------------------------------------------------------------------- /content/blocks/blast-drill.json: -------------------------------------------------------------------------------- 1 | { 2 | "tier": 6, 3 | "size": 3, 4 | "drillTime": 195, 5 | "requirements":[ 6 | {"item": "stone", "amount": 65}, 7 | {"item": "vector", "amount": 50}, 8 | {"item": "thorium", "amount": 75}, 9 | {"item": "silicon", "amount": 60}, 10 | {"item": "plastanium", "amount": 55} 11 | ] 12 | } -------------------------------------------------------------------------------- /content/blocks/downloader.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Unloader", 3 | "health": 200, 4 | "consumes": { 5 | "power": 0.15 6 | }, 7 | "requirements": [ 8 | {"item": "silicon", "amount": 45}, 9 | {"item": "infiar", "amount": 50} 10 | ], 11 | "category": "effect", 12 | "research": "unloader", 13 | "speed": 3 14 | } -------------------------------------------------------------------------------- /content/items/test.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "material", 3 | "hardness": 15, 4 | "flammability": 6.66666666666666666666666666666666666666666666666666, 5 | "explosiveness": 6.66666666666666666666666666666666666666666666666666, 6 | "radioactivity": 6.66666666666666666666666666666666666666666666666666, 7 | "color": "ffffff" 8 | } 9 | -------------------------------------------------------------------------------- /content/blocks/liquid-distributor.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "LiquidTank", 3 | "health": 100, 4 | "size": 2, 5 | "BlockGroup": "liquids", 6 | "requirements": [ 7 | {"item": "metaglass", "amount": 10}, 8 | {"item": "titanium", "amount": 5} 9 | ], 10 | "category": "liquid", 11 | "research": "liquid-router", 12 | "liquidCapacity": 400 13 | } -------------------------------------------------------------------------------- /content/blocks/multiklin.json: -------------------------------------------------------------------------------- 1 | { 2 | "requirements": [ 3 | { "item": "tau-plate", "amount": 115 }, 4 | { "item": "lead", "amount": 150 }, 5 | { "item": "silicon", "amount": 250 }, 6 | { "item": "metaglass", "amount": 150 }, 7 | { "item": "graphite", "amount": 200 } 8 | ], 9 | "category": "crafting", 10 | "research": "optic-klin" 11 | } 12 | -------------------------------------------------------------------------------- /content/blocks/armored-sorter.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "sorter", 3 | "health": 450, 4 | "size": 1, 5 | "BlockGroup": "transportation", 6 | "requirements": [ 7 | { "item": "vector", "amount": 6 }, 8 | { "item": "graphite", "amount": 12}, 9 | { "item": "titanium", "amount": 6} 10 | ], 11 | "category": "distribution", 12 | "research": "sorter" 13 | } 14 | -------------------------------------------------------------------------------- /content/blocks/armored-junction.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "junction", 3 | "health": 450, 4 | "speed": 26, 5 | "capacity": 12, 6 | "size": 1, 7 | "BlockGroup": "transportation", 8 | "requirements": [ 9 | { "item": "vector", "amount": 6 }, 10 | { "item": "silicon", "amount": 12} 11 | ], 12 | "category": "distribution", 13 | "research": "junction" 14 | } 15 | -------------------------------------------------------------------------------- /content/blocks/armored-router.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "router", 3 | "health": 450, 4 | "size": 1, 5 | "BlockGroup": "transportation", 6 | "requirements": [ 7 | { "item": "vector", "amount": 6 }, 8 | { "item": "silicon", "amount": 12}, 9 | { "item": "graphite", "amount": 12} 10 | ], 11 | "category": "distribution", 12 | "research": "distributor" 13 | } 14 | -------------------------------------------------------------------------------- /content/blocks/item-conduit.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "conveyor", 3 | "health": 425, 4 | "requirements": [ 5 | {"item": "titanium", "amount": 2}, 6 | {"item": "blast-fabric", "amount": 5}, 7 | {"item": "metaglass", "amount": 2} 8 | ], 9 | "category": "distribution", 10 | "research": "titanium-conveyor", 11 | "BlockGroup": "transportation", 12 | "speed": 0.12 13 | } -------------------------------------------------------------------------------- /mod.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Infinitodustry", 3 | "author": "[cyan] Bepis", 4 | "description": "A big crossover episode, which features many silly and interesting aspects made true. \nComes with it's own lore, and simmilar stuff. \n[cyan]Join the discord server: https://discord.gg/at7TRDz [red]and that's an order.", 5 | "version": 1.4, 6 | "minGameVersion": 104.5 7 | } 8 | -------------------------------------------------------------------------------- /content/blocks/armored-overflow.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OverflowGate", 3 | "health": 450, 4 | "size": 1, 5 | "BlockGroup": "transportation", 6 | "requirements": [ 7 | { "item": "vector", "amount": 6 }, 8 | { "item": "silicon", "amount": 12}, 9 | { "item": "graphite", "amount": 12} 10 | ], 11 | "category": "distribution", 12 | "research": "overflow-gate" 13 | } 14 | -------------------------------------------------------------------------------- /content/blocks/armored-router-large.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "router", 3 | "health": 1800, 4 | "size": 2, 5 | "BlockGroup": "transportation", 6 | "requirements": [ 7 | { "item": "vector", "amount": 24 }, 8 | { "item": "silicon", "amount": 48}, 9 | { "item": "graphite", "amount": 48} 10 | ], 11 | "category": "distribution", 12 | "research": "armored-router" 13 | } 14 | -------------------------------------------------------------------------------- /content/blocks/message-server.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "MessageBlock", 3 | "health": 50, 4 | "maxTextLength": 100000000000000000000000000000000000, 5 | "maxNewlines": 100000000000000000000000, 6 | "requirements": [ 7 | {"item": "graphite", "amount": 15}, 8 | {"item": "infiar", "amount": 20} 9 | ], 10 | "category": "effect", 11 | "research": "message", 12 | "speed": 3 13 | } -------------------------------------------------------------------------------- /content/liquids/ink.json: -------------------------------------------------------------------------------- 1 | 2 | { 3 | "type": "liquid", 4 | "temperature": 0.6, 5 | "viscosity": 0.6, 6 | "flammability": 0.7, 7 | "explosiveness": 0.5, 8 | "status":{ 9 | "effect": "tarred", 10 | "speedMultiplier": 0.6, 11 | "color": "16264c" 12 | }, 13 | "color": "16264c", 14 | "statusDuration": 240, 15 | "lightColor": "16264c" 16 | } 17 | -------------------------------------------------------------------------------- /content/zones/nuclearComplex.json: -------------------------------------------------------------------------------- 1 | { 2 | "requirements": [ 3 | { 4 | "type": "launched", 5 | "zone": "Discount-bossfight" 6 | }, 7 | { 8 | "type": "Unlock", 9 | "block": "laser-drill" 10 | }, 11 | { 12 | "type": "Unlock", 13 | "block": "thermal-generator" 14 | } 15 | ] 16 | } -------------------------------------------------------------------------------- /content/blocks/yes.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Erad drop pod", 3 | "description": "A massive building capable of dropping down a pilotable Eradicator.", 4 | "type": "CoreBlock", 5 | "mech": "pilotable-eradicator", 6 | "health": 450, 7 | "size": 5, 8 | "itemCapacity": 0, 9 | "requirements": [], 10 | "buildVisibility": "sandboxOnly", 11 | "category": "effect" 12 | } 13 | -------------------------------------------------------------------------------- /content/zones/desolateRift.json: -------------------------------------------------------------------------------- 1 | { 2 | "requirements": [ 3 | { 4 | "type": "launched", 5 | "zone": "Discount-bossfight" 6 | }, 7 | { 8 | "type": "Unlock", 9 | "block": "thorium-reactor" 10 | }, 11 | { 12 | "type": "Unlock", 13 | "block": "thermal-generator" 14 | } 15 | ] 16 | } -------------------------------------------------------------------------------- /content/blocks/armored-sorter-invert.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "sorter", 3 | "health": 450, 4 | "invert": true, 5 | "size": 1, 6 | "BlockGroup": "transportation", 7 | "requirements": [ 8 | { "item": "vector", "amount": 6 }, 9 | { "item": "graphite", "amount": 12}, 10 | { "item": "titanium", "amount": 6} 11 | ], 12 | "category": "distribution", 13 | "research": "armored-sorter" 14 | } 15 | -------------------------------------------------------------------------------- /content/blocks/armored-overflow-invert.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OverflowGate", 3 | "health": 450, 4 | "size": 1, 5 | "BlockGroup": "transportation", 6 | "invert": true, 7 | "requirements": [ 8 | { "item": "vector", "amount": 6 }, 9 | { "item": "silicon", "amount": 12}, 10 | { "item": "graphite", "amount": 12} 11 | ], 12 | "category": "distribution", 13 | "research": "underflow-gate" 14 | } 15 | -------------------------------------------------------------------------------- /content/blocks/infiar-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Infiar wall", 3 | "description": "Wall made out of digital compound. Can regain it's lost health.", 4 | "health": 900, 5 | "size": 1, 6 | "update": true, 7 | "BlockGroup": "walls", 8 | "solid": true, 9 | "buildCostMultiplier": 5, 10 | "requirements": [ 11 | { "item": "infiar", "amount": 6 } 12 | ], 13 | "category": "defense", 14 | "research": "surge-wall" 15 | } -------------------------------------------------------------------------------- /content/blocks/overmender.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "MendProjector", 3 | "consumes": { 4 | "power": 1000.0, 5 | }, 6 | "category": "effect", 7 | "buildVisibility": "sandboxOnly", 8 | "range": 80, 9 | "size": 1, 10 | "reload": 0, 11 | "healPercent": 500, 12 | "phaseBoost": 500, 13 | "phaseRangeBoost": 800000, 14 | "requirements": [ 15 | { "item": "test", "amount": 13 } 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /content/blocks/overjector.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OverdriveProjector", 3 | "consumes": { 4 | "power": 1.0, 5 | }, 6 | "category": "effect", 7 | "buildVisibility": "sandboxOnly", 8 | "range": 60, 9 | "size": 1, 10 | "speedBoost": 999999, 11 | "speedBoostPhase": 999999, 12 | "useTime": 60, 13 | "phaseRangeBoost": 140, 14 | "requirements": [ 15 | { "item": "test", "amount": 13 } 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bundles/bundles_it.properties: -------------------------------------------------------------------------------- 1 | block.infinitodustry-infiar-wall.name = Muro di Infiar 2 | block.infinitodustry-infiar-wall-large.name = Muro di Infiar grande 3 | block.infinitodustry-infiar-wall.description = Muro fatto di un materiale digitale. Può recuperare la salute persa. 4 | block.infinitodustry-infiar-wall-large.description = Muro fatto di un materiale digitale. Può recuperare la salute persa. Si estende su più caselle. 5 | © 2020 GitHub, Inc. 6 | -------------------------------------------------------------------------------- /content/blocks/wave.json: -------------------------------------------------------------------------------- 1 | { 2 | "ammo": 3 | { 4 | "water": "waterShot", 5 | "slag": "slagShot", 6 | "cryofluid": "cryoShot", 7 | "oil": "oilShot", 8 | "dark-matter": 9 | { 10 | "speed": 2.0, 11 | "damage": 30, 12 | "reloadMultiplier": 5, 13 | "bulletWidth": 15, 14 | "bulletHeight": 15, 15 | "shootEffect": "shootBig", 16 | "smokeEffect": "shootBigSmoke", 17 | "ammoMultiplier": 10, 18 | } 19 | } 20 | } -------------------------------------------------------------------------------- /content/blocks/table-of-the-wide.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "infinitodustry-table-of-the-wide", 3 | "type": "UnitFactory", 4 | "unitType": "wide-reaper", 5 | "size": 1, 6 | "produceTime": 9000, 7 | "buildVisibility": "sandboxOnly", 8 | "maxSpawn": 1, 9 | "consumes": { 10 | "power": 1.0 11 | }, 12 | "category": "units", 13 | "research": "reaper-factory", 14 | "requirements": [ 15 | { "item": "copper", "amount": 1 } 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /content/blocks/infiar-wall-large.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Larger infiar wall", 3 | "description": "Wall made out of digital compound. Can regain it's lost health. Spans multiple tiles.", 4 | "health": 3600, 5 | "size": 2, 6 | "update": true, 7 | "solid": true, 8 | "buildCostMultiplier": 5, 9 | "BlockGroup": "walls", 10 | "requirements": [ 11 | { "item": "infiar", "amount": 24 } 12 | ], 13 | "category": "defense", 14 | "research": "infiar-wall" 15 | } 16 | -------------------------------------------------------------------------------- /content/liquids/ion-matter.json: -------------------------------------------------------------------------------- 1 | 2 | { 3 | "type": "liquid", 4 | "temperature": 10, 5 | "viscosity": 0, 6 | "heatCapacity": 1.5, 7 | "explosiveness": 0, 8 | "status":{ 9 | "effect": "melting", 10 | "name": "Evaporating", 11 | "damage": 0.5, 12 | "damageMultiplier": 0.9, 13 | "armorMultiplier": 0.9, 14 | "speedMultiplier": 0.9, 15 | "color": "00ffff" 16 | }, 17 | "color": "00ffff", 18 | "lightColor": "vaffff" 19 | } 20 | -------------------------------------------------------------------------------- /content/blocks/free-water.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "SolidPump", 3 | "health": 150, 4 | "result": "water", 5 | "hasPower": false, 6 | "hasLiquids": true, 7 | "hasShadow": false, 8 | "size": 2, 9 | "pumpAmount": 0.05, 10 | "requirements": [ 11 | {"item": "tau-plate", "amount": 45}, 12 | {"item": "stone", "amount": 95}, 13 | {"item": "graphite", "amount": 35} 14 | ], 15 | "category": "production", 16 | "research": "water-extractor", 17 | "liquidCapacity": 15 18 | } 19 | -------------------------------------------------------------------------------- /content/blocks/propaganda-tower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Propaganda tower", 3 | "description": "Spreads propaganda. Its influence is so strong that enemies can't gain enough confidence to construct buildings in a radius around it. Can be used alongside Unloaders.", 4 | "type": "CoreBlock", 5 | "health": 1000, 6 | "size": 2, 7 | "itemCapacity": 0, 8 | "requirements": [], 9 | "stateRules": "infiniteResources", 10 | "alwaysUnlocked": "false", 11 | "category": "effect" 12 | } 13 | -------------------------------------------------------------------------------- /content/mechs/wraith-ship.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Wraith Ship", 3 | "description": "A pilotable Wraith. Slightly stronger than normal Wraiths.", 4 | "speed": 0.6, 5 | "maxSpeed": 5, 6 | "drag": -1, 7 | "buildPower": 1.0, 8 | "flying": true, 9 | "health": 200, 10 | "weapon": { 11 | "name": "ae", 12 | "length": 1.5, 13 | "reload": 20, 14 | "recoil": -5, 15 | "alternate": true, 16 | "bullet": "standardCopper", 17 | "shootSound": "shoot" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /content/blocks/armored-yeeter.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "LiquidExtendingBridge", 3 | "health": 725, 4 | "hasPower": false, 5 | "BlockGroup": "liquids", 6 | "requirements": [ 7 | {"item": "silicon", "amount": 6}, 8 | {"item": "stone", "amount": 12}, 9 | {"item": "matrix", "amount": 6}, 10 | {"item": "vector", "amount": 6}, 11 | {"item": "titanium", "amount": 15} 12 | ], 13 | "category": "liquid", 14 | "research": "bridge-conduit", 15 | "LiquidCapacity": 16, 16 | "range": 6, 17 | "speed": 70, 18 | } -------------------------------------------------------------------------------- /content/units/advanced-bomber.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Black widow", 3 | "type": "ghoul", 4 | "description": "Stealth bomber unit. Can only be countered by player, Inquisitor drone or collateral damage.", 5 | "health": 100, 6 | "flying": true, 7 | "hitSize": 8, 8 | "speed": 0.2, 9 | "mass": 0.5, 10 | "engineSize": 2, 11 | "rotatespeed": 0.2, 12 | "maxVelocity": 1.0, 13 | "drag": 0.1, 14 | "targetable": false, 15 | "weapon": 16 | { 17 | "bullet": "bombExplosive", 18 | "reload": 20 19 | } 20 | } -------------------------------------------------------------------------------- /content/blocks/armored-transporter.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "BufferedItemBridge", 3 | "health": 725, 4 | "size": 1, 5 | "range": 6, 6 | "speed": 70, 7 | "BlockGroup": "transportation", 8 | "bufferCapacity": 20, 9 | "requirements": [ 10 | { "item": "matrix", "amount": 6 }, 11 | { "item": "titanium", "amount": 12}, 12 | { "item": "graphite", "amount": 12}, 13 | { "item": "metaglass", "amount": 15}, 14 | { "item": "vector", "amount": 6} 15 | ], 16 | "category": "distribution", 17 | "research": "bridge-conveyor" 18 | } 19 | -------------------------------------------------------------------------------- /content/blocks/mender-wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "MendProjector", 3 | "health": 670, 4 | "size": 1, 5 | "range": 10, 6 | "consumes": {"power": 0.1}, 7 | "buildCostMultiplier": 5, 8 | "reload": 150, 9 | "healPercent": 5, 10 | "phaseRangeBoost": 0, 11 | "BlockGroup": "walls", 12 | "phaseBoost": 0, 13 | "requirements": [ 14 | { "item": "silicon", "amount": 6 }, 15 | { "item": "surge-alloy", "amount": 3 }, 16 | { "item": "toughitinum", "amount": 3 } 17 | ], 18 | "category": "defense", 19 | "research": "power-wall" 20 | } 21 | -------------------------------------------------------------------------------- /content/blocks/mender-wall-large.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "MendProjector", 3 | "health": 2680, 4 | "size": 2, 5 | "range": 15, 6 | "reload": 150, 7 | "consumes": {"power": 0.4}, 8 | "buildCostMultiplier": 5, 9 | "healPercent": 7, 10 | "phaseRangeBoost": 0, 11 | "phaseBoost": 0, 12 | "BlockGroup": "walls", 13 | "requirements": [ 14 | { "item": "silicon", "amount": 24 }, 15 | { "item": "surge-alloy", "amount": 12 }, 16 | { "item": "toughitinum", "amount": 12 } 17 | ], 18 | "category": "defense", 19 | "research": "mender-wall" 20 | } 21 | -------------------------------------------------------------------------------- /content/blocks/ink-swarmer-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "unitFactory", 3 | "unitType": "ink-swarmer", 4 | "produceTime": 900, 5 | "size": 2, 6 | "consumes": { 7 | "power": 0.7, 8 | "liquid": { 9 | "liquid": "ink", 10 | "amount": 0.1 11 | }, 12 | }, 13 | "requirements": [ 14 | { "item": "lead", "amount": 25 }, 15 | { "item": "silicon", "amount": 65 }, 16 | { "item": "titanium", "amount": 65 } 17 | ], 18 | "category": "units", 19 | "research": "ink-factory", 20 | "idleSound": "respawning", 21 | "idleSoundVolume": 0.5 22 | } 23 | -------------------------------------------------------------------------------- /content/blocks/tinyradicator-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Tinyradicator Factory", 3 | "description": "Builds downscaled eradicators.", 4 | "type": "UnitFactory", 5 | "unitType": "tinyradicator", 6 | "size": 2, 7 | "produceTime": 2000, 8 | "maxSpawn": 4, 9 | "consumes": { 10 | "power": 20 11 | }, 12 | "category": "units", 13 | "research": "dagger-factory", 14 | "requirements": [ 15 | { "item": "copper", "amount": 100 }, 16 | { "item": "lead", "amount": 100 }, 17 | { "item": "titanium", "amount": 50 } 18 | ] 19 | } 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | For adding custom sprites, use mindustry pallete, along infinity pallete spotted in this branch 3 | 4 | Considering im running out of Source moddingn't stuff ideas, at one point i might shift this into source version, and that will probably end up before b-[idk] (since scripting is a thing). Mod may or may not split up, for some reason 5 | 6 | Planning to add a trello board for easier managment of resources/needs. In the meantime: discord server is launched! 7 | 8 | changelog is rendered useless, mod-announcements channel in discord server is used now 9 | -------------------------------------------------------------------------------- /content/blocks/wraith-ship-pad.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "MechPad", 3 | "mech": "wraith-ship", 4 | "name": "Wraith Ship Pad", 5 | "description": "Puts you into a Wraith. Use on your own risk.", 6 | "size": 2, 7 | "consumes": { 8 | "power": 1.0 9 | }, 10 | "requirements": [ 11 | { "item": "silicon", "amount": 150 }, 12 | { "item": "graphite", "amount": 200 } 13 | ], 14 | "category": "upgrade", 15 | "research": "dart-mech-pad" 16 | } 17 | -------------------------------------------------------------------------------- /content/units/medic-mk1.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "HoverUnit", 3 | "health": 100, 4 | "update": true, 5 | "flying": true, 6 | "speed": 0.5, 7 | "mass": 5, 8 | "drag": 0.25, 9 | "rotateSpeed": 0.3, 10 | "rotateWeapons": false, 11 | "shootCone": 1, 12 | "retreatPercent": 1, 13 | "weapon":{ 14 | "name": "clear", 15 | "length": 5, 16 | "reload": 20, 17 | "alternate": true, 18 | "shootSound": "none", 19 | "recoil": 0, 20 | "width": 0, 21 | "bullet": {"instantDisappear": true, "lifetime": 5, "despawnEffect": "none"} 22 | } 23 | } -------------------------------------------------------------------------------- /content/blocks/supreme-lich-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Shrine Of Pandora", 3 | "description": "Rumored to release one's greatest fear. Nobody knows what the symbols mean, hence the legends around it.", 4 | "type": "UnitFactory", 5 | "unitType": "supreme-lich", 6 | "size": 1, 7 | "produceTime": 6000, 8 | "buildVisibility": "sandboxOnly", 9 | "maxSpawn": 1, 10 | "consumes": { 11 | "power": 1.0 12 | }, 13 | "category": "units", 14 | "research": "lich-factory", 15 | "requirements": [ 16 | { "item": "copper", "amount": 1 } 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /content/blocks/eruptor-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "UnitFactory", 3 | "unitType": "eruptor", 4 | "size": 3, 5 | "produceTime": 1450, 6 | "maxSpawn": 3, 7 | "consumes": { 8 | "power": 1.12, 9 | "items": { 10 | "items": [ 11 | {"item": "silicon", "amount": 15}, 12 | {"item": "scrap", "amount": 8} 13 | ] 14 | } 15 | }, 16 | "category": "units", 17 | "research": "titan-factory", 18 | "requirements": [ 19 | { "item": "lead", "amount": 115 }, 20 | { "item": "metaglass", "amount": 75 }, 21 | { "item": "silicon", "amount": 95 } 22 | ] 23 | } 24 | -------------------------------------------------------------------------------- /content/blocks/mini-ass-driver.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "massDriver", 3 | "health": 450, 4 | "size": 1, 5 | "speed": 100, 6 | "itemCapacity": 15, 7 | "minDistribute": 5, 8 | "reloadTime": 100, 9 | "range": 90, 10 | "consumes": 11 | { 12 | "power": 0.45 13 | }, 14 | "requirements": [ 15 | { "item": "tau-plate", "amount": 35 }, 16 | { "item": "lead", "amount": 35 }, 17 | { "item": "thorium", "amount": 40 }, 18 | { "item": "blast-fabric", "amount": 25 }, 19 | { "item": "silicon", "amount": 50 } 20 | ], 21 | "category": "distribution", 22 | "research": "mass-driver" 23 | } 24 | -------------------------------------------------------------------------------- /content/units/deployable-turret-sniper.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GroundUnit", 3 | "health": 225, 4 | "flying": true, 5 | "hitSize": 8, 6 | "speed": 0, 7 | "mass": 0.5, 8 | "engineSize": 0, 9 | "rotatespeed": 0.2, 10 | "maxVelocity": 0, 11 | "drag": 0, 12 | "rotateWeapon": true, 13 | "weapon": 14 | { 15 | "reload": 165, 16 | "shootSound": "shootBig", 17 | "width": 0, 18 | "alternate": true, 19 | "recoil": 0.8, 20 | "roundRobin": false, 21 | "bullet": 22 | { 23 | "lifetime": 50, 24 | "speed": 6, 25 | "damage": 30 26 | } 27 | } 28 | } -------------------------------------------------------------------------------- /content/blocks/void-utiliser.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "SingleTypeGenerator", 3 | "name": "Void utiliser", 4 | "description": "Uses the fabric of dark matter itself to make power.", 5 | "size": 3, 6 | "hasLiquids": true, 7 | "hasItems": false, 8 | "powerProduction": 45, 9 | "liquidDuration" : 15, 10 | "updateEffect": "none", 11 | "consumes": { 12 | "liquid": {"liquid": "dark-matter", "amount": 1.0} 13 | }, 14 | "requirements":[], 15 | "stateRules": "infiniteResources", 16 | "alwaysUnlocked": "false", 17 | "category": "power", 18 | "idleSound": "respawning", 19 | "idleSoundVolume": 0.5 20 | } 21 | -------------------------------------------------------------------------------- /content/blocks/critter-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "unitFactory", 3 | "name": "Critter box opener", 4 | "description": "Opens Critter boxes.", 5 | "unitType": "boomer-droid", 6 | "produceTime": 120, 7 | "size": 2, 8 | "maxSpawn": 10, 9 | "consumes": { 10 | "power": 0.15, 11 | "items": { 12 | "items": [ 13 | {"item": "CRITTERS", "amount": 1} 14 | ] 15 | } 16 | }, 17 | "requirements": [ 18 | { "item": "silicon", "amount": 45 }, 19 | { "item": "tau-plate", "amount": 25}, 20 | { "item": "vector", "amount": 25} 21 | ], 22 | "category": "units", 23 | "research": "critter-fabricator" 24 | } 25 | -------------------------------------------------------------------------------- /content/blocks/omegaradicator-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Derelict artifact", 3 | "description": "An artifact recovered from ancient derelict ruins.\nWe decided that you'll be the one to try it out.\nLuckily, all it costs to deliver it to you is 1 copper.", 4 | "type": "UnitFactory", 5 | "unitType": "omegaradicator", 6 | "size": 1, 7 | "produceTime": 1, 8 | "buildVisibility": "sandboxOnly", 9 | "maxSpawn": 1, 10 | "consumes": { 11 | "power": 0.1 12 | }, 13 | "category": "effect", 14 | "research": "eradicator-factory", 15 | "requirements": [ 16 | { "item": "copper", "amount": 1 } 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /content/units/Patrol-drone-mk3.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "revenant", 3 | "health": 600, 4 | "flying": true, 5 | "hitSize": 35, 6 | "targetAir": true, 7 | "speed": 0.07, 8 | "mass": 65, 9 | "rotatespeed": 6, 10 | "maxVelocity": 0.4, 11 | "drag": 0.07, 12 | "attackLength": 5, 13 | "rotateWeapon": true, 14 | "weapon": 15 | { 16 | "name": "inquisition-arc", 17 | "width": 0, 18 | "height": -15, 19 | "recoil": 2, 20 | "alternate": false, 21 | "reload": 65, 22 | "roundRobin": false, 23 | "shootSound": "spark", 24 | "shootEffect": "lightningShoot", 25 | "bullet": "lightning" 26 | } 27 | } -------------------------------------------------------------------------------- /content/blocks/deployable-turret-factory-sniper.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "unitFactory", 3 | "unitType": "deployable-turret-sniper", 4 | "produceTime": 1600, 5 | "size": 2, 6 | "maxSpawn": 1, 7 | "consumes": { 8 | "power": 1.65, 9 | "items": { 10 | "items": [ 11 | {"item": "toughitinum", "amount": 15.0}, 12 | {"item": "silicon", "amount": 25.0} 13 | ] 14 | } 15 | }, 16 | "requirements": [ 17 | { "item": "toughitinum", "amount": 65 }, 18 | { "item": "silicon", "amount": 105 }, 19 | { "item": "visionary-glass", "amount": 75 } 20 | ], 21 | "category": "turret", 22 | "research": "hail" 23 | } 24 | -------------------------------------------------------------------------------- /content/blocks/playable-mech-router-pad.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "MechPad", 3 | "mech": "playable-mech-router", 4 | "name": "Router mech pad", 5 | "description": "Upgrades to a mysterious creature using routers as it's vessel.", 6 | "size": 3, 7 | "consumes": 8 | {"power": 1.5}, 9 | "requirements": [ 10 | { "item": "vector", "amount": 350 }, 11 | { "item": "plastanium", "amount": 200 }, 12 | { "item": "silicon", "amount": 400 }, 13 | { "item": "stone", "amount": 350 }, 14 | { "item": "copper", "amount": 250 } 15 | ], 16 | "category": "upgrade", 17 | "research": "delta-mech-pad" 18 | } 19 | -------------------------------------------------------------------------------- /content/blocks/ink-brawler-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "unitFactory", 3 | "unitType": "ink-brawler", 4 | "produceTime": 3900, 5 | "maxSpawn": 2, 6 | "size": 3, 7 | "consumes": { 8 | "power": 2.0, 9 | "items": { 10 | "items": [ 11 | {"item": "catrige", "amount": 7} 12 | ] 13 | }, 14 | }, 15 | "requirements": [ 16 | { "item": "lead", "amount": 90 }, 17 | { "item": "plastanium", "amount": 45 }, 18 | { "item": "scalar", "amount": 65 }, 19 | { "item": "silicon", "amount": 115 } 20 | ], 21 | "category": "units", 22 | "research": "ink-swarmer-factory", 23 | "idleSound": "respawning", 24 | "idleSoundVolume": 0.5 25 | } 26 | -------------------------------------------------------------------------------- /content/blocks/matrix-drill.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "MTRX-3", 3 | "type": "Drill", 4 | "size": 2, 5 | "tier": 6, 6 | "drillTime": 175, 7 | "BlockGroup": "drills", 8 | "consumes": { 9 | "power": 1.1, 10 | "liquid": { 11 | "liquid": "water", 12 | "amount": 0.1, 13 | "booster": true, 14 | "optional": true 15 | } 16 | }, 17 | "requirements": [ 18 | { "item": "vector", "amount": 75 }, 19 | { "item": "silicon", "amount": 95 }, 20 | { "item": "metaglass", "amount": 100 }, 21 | { "item": "graphite", "amount": 80 }, 22 | { "item": "plastanium", "amount": 100 } 23 | ], 24 | "category": "production", 25 | "research": "vector-drill" 26 | } 27 | -------------------------------------------------------------------------------- /content/mechs/playable-mech-constitution.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Pi mech", 3 | "description": "Ancerstors of modern mindustry units, it is capable of creating buildings almost instantly. Also comes with a spirit drone, even tho we mostly fight his kind. His 'wings' are not advised to be used unless you must.", 4 | "health": 185, 5 | "mass": 12, 6 | "weaponOffsetY": 10, 7 | "weaponOffsetX": 10, 8 | "flying": false, 9 | "weapon": 10 | { 11 | "name": "Surge stick", 12 | "length": 10, 13 | "width": 10, 14 | "reload": 15, 15 | "bullet": "arc", 16 | }, 17 | "buildPower": 10000, 18 | "miningPower": 1.25, 19 | "itemCapacity": 45, 20 | "Tier": 7 21 | } 22 | -------------------------------------------------------------------------------- /content/units/cycler.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "HoverUnit", 3 | "health": 5000, 4 | "flying": true, 5 | "speed": 0.35, 6 | "mass": 5, 7 | "maxVelocity": 1, 8 | "drag": 1, 9 | "rotateWeapons": true, 10 | "weapon":{ 11 | "name": "mini-cyclone", 12 | "bullet": 13 | { 14 | "type": "BasicBulletType", 15 | "lifetime": 60, 16 | "speed": 4, 17 | "bulletWidth": 6, 18 | "bulletHeight": 10, 19 | "damage": 45, 20 | "hitEffect": "explosion", 21 | "despawnEffect": "explosion", 22 | "splashDamageRadius": 5, 23 | "splashDamage": 10 24 | }, 25 | "shootSound": "shootBig", 26 | "reload": 20, 27 | "width": 10 28 | } 29 | } -------------------------------------------------------------------------------- /content/blocks/snowball-machine.json: -------------------------------------------------------------------------------- 1 | { 2 | "itemCapacity": 10, 3 | "outputItem": {"item": "snowball", "amount": 1.0}, 4 | "size": 1, 5 | "hasPower": true, 6 | "hasLiquids": true, 7 | "craftTime": 30, 8 | "updateEffect": "smeltsmoke", 9 | "consumes": { 10 | "power": 0.5, 11 | "liquid": { 12 | "liquid": "water", 13 | "amount": 0.1 14 | } 15 | }, 16 | "requirements": [ 17 | { "item": "lead", "amount": 50 }, 18 | { "item": "copper", "amount": 80 }, 19 | { "item": "graphite", "amount": 15 }, 20 | { "item": "scalar", "amount": 15 } 21 | ], 22 | "category": "crafting", 23 | "research": "water-extractor", 24 | "idleSound": "respawning", 25 | "idleSoundVolume": 0.5 26 | } 27 | -------------------------------------------------------------------------------- /content/blocks/playable-mech-constitution-pad.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "MechPad", 3 | "mech": "playable-mech-constitution", 4 | "name": "Pi mech pad", 5 | "description": "Upgrades to ancient Pi mech vessel. Because of it's ancient design, it does not consume power.", 6 | "size": 4, 7 | "requirements": [ 8 | { "item": "surge-alloy", "amount": 450 }, 9 | { "item": "toughitinum", "amount": 450 }, 10 | { "item": "silicon", "amount": 600 }, 11 | { "item": "stone", "amount": 450 }, 12 | { "item": "phase-fabric", "amount": 150 }, 13 | { "item": "copper", "amount": 500 } 14 | ], 15 | "category": "upgrade", 16 | "research": "delta-mech-pad" 17 | } -------------------------------------------------------------------------------- /Yeeters.txt: -------------------------------------------------------------------------------- 1 | Alloy yeeter: Surge alloy, Tau brick and Toughitinum as ammo, stunlocks the enemy 2 | Snowball yeeter: Snowball and Snowball 2.0 as ammo, has low damage but REALLY HIGH knockback, also freezing them 3 | TNT yeeter: Standard version, uses Blast compound as un-optional booster. Uses flammable items as ammo 4 | Carbon yeeter: Uses flammable items as ammo at higher rate, incinerates enemies in it's radius 5 | Radioactive yeeter: Uses Phase, Thorium and Ohnonium as ammo, deals unimplemented type of damage 6 | Multi-dimensional yeeter: Uses Tensor as un-optional booster, Metaglass, Plastanium and Blast fabric as ammo, has v e r y f a s t f r a g m e n t s 7 | Swarm yeeter: Uses Critter box and Spore pods as ammo, summons a lot of units 8 | -------------------------------------------------------------------------------- /content/blocks/medic-drone-factory-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "unitFactory", 3 | "unitType": "medic-mk1", 4 | "produceTime": 1500, 5 | "size": 2, 6 | "maxSpawn": 3, 7 | "consumes": { 8 | "power": 2.25, 9 | "items": { 10 | "items": [ 11 | {"item": "scalar", "amount": 15.0}, 12 | {"item": "silicon", "amount": 35.0}, 13 | {"item": "titanium", "amount": 20.0} 14 | ] 15 | } 16 | }, 17 | "requirements": [ 18 | { "item": "copper", "amount": 75 }, 19 | { "item": "lead", "amount": 65 }, 20 | { "item": "silicon", "amount": 105 }, 21 | { "item": "titanium", "amount": 75 }, 22 | { "item": "scalar", "amount": 65 } 23 | ], 24 | "category": "units", 25 | "research": "spirit-factory" 26 | } 27 | -------------------------------------------------------------------------------- /content/blocks/patrol-drone-factory-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "unitFactory", 3 | "unitType": "Patrol-drone-mk1", 4 | "produceTime": 1800, 5 | "size": 2, 6 | "maxSpawn": 2, 7 | "consumes": { 8 | "power": 2.25, 9 | "items": { 10 | "items": [ 11 | {"item": "tau-plate", "amount": 45.0}, 12 | {"item": "silicon", "amount": 65.0}, 13 | {"item": "titanium", "amount": 50.0} 14 | ] 15 | } 16 | }, 17 | "requirements": [ 18 | { "item": "scalar", "amount": 65 }, 19 | { "item": "stone", "amount": 65 }, 20 | { "item": "silicon", "amount": 105 }, 21 | { "item": "graphite", "amount": 75 }, 22 | { "item": "titanium", "amount": 75} 23 | ], 24 | "category": "units", 25 | "research": "spirit-factory" 26 | } 27 | -------------------------------------------------------------------------------- /content/blocks/vector-drill.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "V2-CTR", 3 | "description": "A drill capable of mining Vector.", 4 | "type": "Drill", 5 | "size": 2, 6 | "tier": 5, 7 | "BlockGroup": "drills", 8 | "drillTime": 175, 9 | "consumes": { 10 | "power": 0.4, 11 | "liquid": { 12 | "liquid": "water", 13 | "amount": 0.1, 14 | "booster": true, 15 | "optional": true 16 | } 17 | }, 18 | "requirements": [ 19 | { "item": "scalar", "amount": 45 }, 20 | { "item": "stone", "amount": 25} 21 | { "item": "metaglass", "amount": 70 }, 22 | { "item": "copper", "amount": 90 }, 23 | { "item": "graphite", "amount": 65 }, 24 | { "item": "silicon", "amount": 75 } 25 | ], 26 | "category": "production", 27 | "research": "scalar-drill" 28 | } 29 | -------------------------------------------------------------------------------- /content/blocks/expensive-pump.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Fracker", 3 | "health": 600, 4 | "result": "dark-matter", 5 | "hasShadow": false, 6 | "consumes": 7 | { 8 | "power": 20, 9 | "items": { 10 | "items": [ 11 | {"item": "coal", "amount": 1.0} 12 | ] 13 | } 14 | }, 15 | "size": 3, 16 | "pumpAmount": 0.05, 17 | "requirements": [ 18 | {"item": "tau-plate", "amount": 325}, 19 | {"item": "matrix", "amount": 400}, 20 | {"item": "metaglass", "amount": 235}, 21 | {"item": "phase-fabric", "amount": 350}, 22 | {"item": "tensor", "amount": 335}, 23 | {"item": "silicon", "amount": 250}, 24 | {"item": "toughitinum", "amount": 350} 25 | ], 26 | "category": "production", 27 | "research": "free-water", 28 | "liquidCapacity": 10 29 | } 30 | -------------------------------------------------------------------------------- /scripts/printer.js: -------------------------------------------------------------------------------- 1 | const pigmentPrinter = extendContent(UnitFactory, "ink-swarmer-factory", { 2 | load(){ 3 | this.region = Core.atlas.find(this.name) 4 | this.liquidRegion = Core.atlas.find(this.name + "-liquid") 5 | }, 6 | 7 | generateIcons(){ 8 | return Core.atlas.find(this.name) 9 | }, 10 | draw(tile){ 11 | 12 | mod = tile.entity.liquids; 13 | 14 | Draw.rect(this.region, tile.drawx(), tile.drawy()); 15 | 16 | if(tile.entity.liquids.total() > 0.001){ 17 | Draw.color(this.inputLiquids[0].liquid.color); 18 | Draw.alpha(tile.entity.liquids.get(this.inputLiquids[0].liquid) / this.liquidCapacity); 19 | Draw.rect(this.liquidRegions[0], tile.drawx(), tile.drawy()); 20 | Draw.color(); 21 | }; 22 | } 23 | }); -------------------------------------------------------------------------------- /content/blocks/infiar-drill.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "IN5-AR", 3 | "type": "Drill", 4 | "size": 2, 5 | "tier": 30, 6 | "drillTime": 95, 7 | "BlockGroup": "drills", 8 | "hasLiquids": true, 9 | "consumes": { 10 | "power": 4.0, 11 | "liquid": { 12 | "liquid": "slag", 13 | "amount": 0.1, 14 | "booster": false, 15 | "optional": false 16 | } 17 | }, 18 | "requirements": [ 19 | { "item": "tensor", "amount": 135 }, 20 | { "item": "metaglass", "amount": 110 }, 21 | { "item": "blast-fabric", "amount": 100 }, 22 | { "item": "graphite", "amount": 95 }, 23 | { "item": "surge-alloy", "amount": 175 }, 24 | { "item": "thorium", "amount": 115 }, 25 | { "item": "plastanium", "amount": 90 } 26 | ], 27 | "category": "production", 28 | "research": "tensor-drill" 29 | } 30 | -------------------------------------------------------------------------------- /content/blocks/scalar-drill.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SCL1-R", 3 | "description": "A drill what capable of mining thorium and scalar. Doesn't need power, but needs visionary glass instead.", 4 | "type": "Drill", 5 | "size": 2, 6 | "tier": 4, 7 | "hasItems": true, 8 | "drillTime": 225, 9 | "itemUseTime": 300, 10 | "BlockGroup": "drills", 11 | "consumes": { 12 | "items": { 13 | "items": [ 14 | {"item": "visionary-glass", "amount": 1}, 15 | ] 16 | } 17 | }, 18 | "requirements": [ 19 | { "item": "metaglass", "amount": 35 }, 20 | { "item": "visionary-glass", "amount": 45}, 21 | { "item": "copper", "amount": 70 }, 22 | { "item": "silicon", "amount": 30 }, 23 | { "item": "titanium", "amount": 5} 24 | ], 25 | "category": "production", 26 | "research": "optic-klin" 27 | } 28 | -------------------------------------------------------------------------------- /content/blocks/chaos-array-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "UnitFactory", 3 | "unitType": "chaos-array", 4 | "size": 4, 5 | "produceTime": 5000, 6 | "maxSpawn": 2, 7 | "consumes": { 8 | "power": 10.0, 9 | "items": { 10 | "items": [ 11 | {"item": "silicon", "amount": 85}, 12 | {"item": "graphite", "amount": 60}, 13 | {"item": "surge-alloy", "amount": 15}, 14 | {"item": "thorium", "amount": 35} 15 | ] 16 | } 17 | }, 18 | "category": "units", 19 | "research": "fortress-factory", 20 | "requirements": [ 21 | { "item": "thorium", "amount": 215 }, 22 | { "item": "metaglass", "amount": 120 }, 23 | { "item": "silicon", "amount": 300 }, 24 | { "item": "surge-alloy", "amount": 200}, 25 | { "item": "scalar", "amount": 75} 26 | ] 27 | } 28 | -------------------------------------------------------------------------------- /Contributions.txt: -------------------------------------------------------------------------------- 1 | ##Blocks 2 | 3 | Garmundo/Extended-unit-arsenal - Found out how to code Blast properly with this 4 | 5 | ##Sprites 6 | 7 | "some sprties idk" - CA6 8 | "big-boy-battery" - D I O#4882 9 | "ion-cannon-drone" - TrinityXyz#0624 10 | "Patrol-drone-mk1" and "Patrol-drone-mk2" - Mega777#1778 (ARCHIVED) 11 | "Sky cleaner" - Seedlilly#6008 12 | 13 | ##Maps 14 | 15 | ##General 16 | 17 | amione#0663 - The ancient json mod guy 18 | 19 | ##Scripts 20 | 21 | EyeOfDarkness#0350 and z0mbiesrock#2965 - guys i took some scripts from, indirectly contributed in a sense 22 | younggam#1086 - Helped with multi-crafters, because i mainly used his code 23 | 24 | ##Translators 25 | 26 | Luka108 (discord syntax unknown) 27 | 28 | ##Developers 29 | 30 | Nope.avi#4037 31 | Ilya246.exe#9193 32 | -------------------------------------------------------------------------------- /content/blocks/eradicator-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "UnitFactory", 3 | "unitType": "eradicator", 4 | "size": 5, 5 | "produceTime": 7200, 6 | "maxSpawn": 1, 7 | "consumes": { 8 | "power": 15.0, 9 | "items": { 10 | "items": [ 11 | {"item": "silicon", "amount": 300}, 12 | {"item": "graphite", "amount": 220}, 13 | {"item": "toughitinum", "amount": 300}, 14 | {"item": "thorium", "amount": 250} 15 | ] 16 | } 17 | }, 18 | "category": "units", 19 | "research": "chaos-array-factory", 20 | "requirements": [ 21 | { "item": "thorium", "amount": 300 }, 22 | { "item": "titanium", "amount": 400 }, 23 | { "item": "silicon", "amount": 300 }, 24 | { "item": "surge-alloy", "amount": 300}, 25 | { "item": "toughitinum", "amount": 400} 26 | ] 27 | } 28 | -------------------------------------------------------------------------------- /content/blocks/lich-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "unitFactory", 3 | "unitType": "lich", 4 | "produceTime": 6000, 5 | "size": 5, 6 | "maxSpawn": 2, 7 | "consumes": { 8 | "power": 12.0, 9 | "items": { 10 | "items": [ 11 | {"item": "plastanium", "amount": 95.0}, 12 | {"item": "silicon", "amount": 115.0}, 13 | {"item": "pyratite", "amount": 30.0}, 14 | {"item": "copper", "amount": 65.0} 15 | ] 16 | } 17 | }, 18 | "requirements": [ 19 | { "item": "plastanium", "amount": 185 }, 20 | { "item": "silicon", "amount": 325 }, 21 | { "item": "copper", "amount": 245 }, 22 | { "item": "thorium", "amount": 195}, 23 | { "item": "tau-plate", "amount": 100} 24 | ], 25 | "category": "units", 26 | "research": "revenant-factory" 27 | } 28 | -------------------------------------------------------------------------------- /content/mechs/playable-mech-router.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Router mech", 3 | "description": "Mech what looks like it is made out of routers, or what looks like it's shell. Shoots shotgun pellets, mostly to refference it's shell. But what about the inside? No one knows.", 4 | "health": 400, 5 | "mass": 21, 6 | "flying": false, 7 | "speed": 0.1, 8 | "weapon": 9 | { 10 | "name": "router-gun", 11 | "length": 10, 12 | "width": 10, 13 | "reload": 65, 14 | "shots": 4, 15 | "shootCone": 45, 16 | "inaccuracy": 25, 17 | "shootSound": "shotgun", 18 | "bullet": 19 | { 20 | "speed": 3, 21 | "damage": 35, 22 | "lifetime": 60, 23 | "bulletHeight": 7, 24 | "bulletWidth": 3 25 | }, 26 | "keepVelocity": false 27 | }, 28 | "buildPower": 1.15, 29 | "itemCapacity": 65 30 | } 31 | -------------------------------------------------------------------------------- /content/units/tinyradicator.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "groundUnit", 3 | "name": "Tinyradicator", 4 | "description": "Eradicator scaled down to Dagger size.", 5 | "maxVelocity": 1, 6 | "speed": 0.2, 7 | "drag": 0.4, 8 | "mass": 4, 9 | "hitsize": 10, 10 | "health": 600, 11 | "weapon": { 12 | "name": "tinyradication", 13 | "length": 5, 14 | "recoil": 1, 15 | "shots": 4, 16 | "spacing": 0, 17 | "shotDelay": 3, 18 | "shootSound": "shoot", 19 | "ejectEffect": "shellEjectSmall", 20 | "width": 9, 21 | "reload": 30, 22 | "alternate": true, 23 | "bullet": { 24 | "damage": 6, 25 | "speed": 4, 26 | "bulletWidth": 10, 27 | "bulletHeight": 13, 28 | "shootEffect": "shootSmall", 29 | "lifetime": 30 30 | } 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /content/blocks/medic-drone-factory-2.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "unitFactory", 3 | "unitType": "medic-mk2", 4 | "produceTime": 4000, 5 | "size": 3, 6 | "maxSpawn": 2, 7 | "consumes": { 8 | "power": 3.12, 9 | "items": { 10 | "items": [ 11 | {"item": "scalar", "amount": 35.0}, 12 | {"item": "silicon", "amount": 50.0}, 13 | {"item": "titanium", "amount": 35.0}, 14 | {"item": "toughitinum", "amount": 25.0} 15 | ] 16 | } 17 | }, 18 | "requirements": [ 19 | { "item": "graphite", "amount": 95 }, 20 | { "item": "lead", "amount": 85 }, 21 | { "item": "silicon", "amount": 140 }, 22 | { "item": "titanium", "amount": 115 }, 23 | { "item": "matrix", "amount": 45 } 24 | ], 25 | "category": "units", 26 | "research": "medic-drone-factory-1" 27 | } 28 | -------------------------------------------------------------------------------- /content/units/ink-swarmer.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GroundUnit", 3 | "health": 100, 4 | "targetAir": true, 5 | "hitSize": 8, 6 | "speed": 0.5, 7 | "mass": 1, 8 | "immunities": ["tarred"], 9 | "cargoSize": 4, 10 | "rotatespeed": 0.9, 11 | "maxVelocity": 0.9, 12 | "weapon":{ 13 | "name": "blaster-2-long-name-bogallo", 14 | "reload": 25, 15 | "width": 3, 16 | "weaponOffsetX": 3, 17 | "lenght": 0, 18 | "ejectEffect": "shellEjectSmall", 19 | "alternate": true, 20 | "bullet": { 21 | "type": "basicBulletType", 22 | "lifetime": 90, 23 | "damage": 5, 24 | "fragBullets": 10, 25 | "fragBullet": 26 | { 27 | "liquid": "ink", 28 | "type": "LiquidBulletType", 29 | "lifetime": 5, 30 | "statusDuration": 300 31 | } 32 | } 33 | } 34 | } -------------------------------------------------------------------------------- /content/blocks/critter-fabricator.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Critter factory", 4 | "description": "Creates critters, and puts them into a protective toughitinum box.", 5 | "itemCapacity": 20, 6 | "outputItem": {"item": "CRITTERS", "amount": 1.0}, 7 | "size": 2, 8 | "hasPower": true, 9 | "hasLiquids": false, 10 | "craftTime": 200, 11 | "consumes": { 12 | "power": 1.4, 13 | "items": { 14 | "items": [ 15 | {"item": "silicon", "amount": 4}, 16 | {"item": "toughitinum", "amount": 1} 17 | ] 18 | } 19 | }, 20 | "requirements": [ 21 | { "item": "graphite", "amount": 80 }, 22 | { "item": "silicon", "amount": 45 }, 23 | { "item": "tau-plate", "amount": 25 } 24 | ], 25 | "category": "crafting", 26 | "research": "crawler-factory" 27 | } 28 | -------------------------------------------------------------------------------- /content/units/boomer-droid.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Critter", 3 | "type": "crawler", 4 | "description": "Little annoying bots, supporting your beachhead assault.", 5 | "health": 90, 6 | "flying": false, 7 | "targetAir": false, 8 | "hitSize": 5, 9 | "speed": 1, 10 | "mass": 2, 11 | "rotatespeed": 6, 12 | "maxVelocity": 2.3, 13 | "cargoSize": 1, 14 | "weapon":{ 15 | "reload": 85, 16 | "width": 0, 17 | "ejectEffect": "shellEjectSmall", 18 | "shootSound": "shotgun", 19 | "alternate": true, 20 | "name": "Crit", 21 | "bullet": { 22 | "type": "BasicBulletType", 23 | "bulletWidth": 3, 24 | "bulletHeight": 6, 25 | "keepVelocity": true, 26 | "speed": 10, 27 | "lifetime": 5, 28 | "damage": 15 29 | }, 30 | "recoil": 3, 31 | "roundRobin": false 32 | } 33 | } -------------------------------------------------------------------------------- /content/blocks/blast-press.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "itemCapacity": 10, 4 | "outputItem": {"item": "blast-fabric", "amount": 2.0}, 5 | "size": 3, 6 | "hasPower": true, 7 | "hasLiquids": false, 8 | "craftTime": 100, 9 | "updateEffect": "explosion", 10 | "consumes": { 11 | "power": 0.8, 12 | "items": { 13 | "items": [ 14 | {"item": "plastanium", "amount": 2}, 15 | {"item": "blast-compound", "amount": 2} 16 | ] 17 | } 18 | }, 19 | "requirements": [ 20 | { "item": "lead", "amount": 200 }, 21 | { "item": "plastanium", "amount": 120 }, 22 | { "item": "phase-fabric", "amount": 35 }, 23 | { "item": "silicon", "amount": 120 }, 24 | ], 25 | "category": "crafting", 26 | "research": "blast-mixer", 27 | "idleSound": "respawning", 28 | "idleSoundVolume": 0.5 29 | } 30 | -------------------------------------------------------------------------------- /content/blocks/patrol-drone-factory-2.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "unitFactory", 3 | "unitType": "Patrol-drone-mk2", 4 | "produceTime": 3200, 5 | "size": 3, 6 | "maxSpawn": 2, 7 | "consumes": { 8 | "power": 3.25, 9 | "items": { 10 | "items": [ 11 | {"item": "toughitinum", "amount": 45.0}, 12 | {"item": "silicon", "amount": 85.0}, 13 | {"item": "plastanium", "amount": 65.0}, 14 | {"item": "surge-alloy", "amount": 45.0} 15 | ] 16 | } 17 | }, 18 | "requirements": [ 19 | { "item": "matrix", "amount": 85 }, 20 | { "item": "copper", "amount": 145 }, 21 | { "item": "silicon", "amount": 105 }, 22 | { "item": "surge-alloy", "amount": 95 }, 23 | { "item": "plastanium", "amount": 125} 24 | ], 25 | "category": "units", 26 | "research": "patrol-drone-factory-1" 27 | } 28 | -------------------------------------------------------------------------------- /content/blocks/plasma-drill.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "drill", 3 | "drillTime": 110, 4 | "size": 4, 5 | "drawRim": true, 6 | "hasPower": true, 7 | "category": "production", 8 | "updateEffect": "pulverizeRed", 9 | "updateEffectChance": 0.04, 10 | "drillEffect": "mineHuge", 11 | "rotateSpeed": 9, 12 | "warmupSpeed": 0.005, 13 | "consumes": { 14 | "power": 5.0, 15 | "liquid": { 16 | "liquid": "water", 17 | "amount": 0.13, 18 | "booster": false, 19 | "optional": false 20 | } 21 | }, 22 | "requirements": [ 23 | { "item": "tensor", "amount": 120 }, 24 | { "item": "silicon", "amount": 110 }, 25 | { "item": "copper", "amount": 95 }, 26 | { "item": "scalar", "amount": 85 }, 27 | { "item": "thorium", "amount": 135 }, 28 | { "item": "titanium", "amount": 65 } 29 | ], 30 | "research": "blast-drill" 31 | } -------------------------------------------------------------------------------- /content/units/Patrol-drone-mk2.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Crusader drone", 3 | "type": "spirit", 4 | "description": "More advanced version of knight drone, designed to protect the holy land. Has a cannon which shoots 3 lasers, much like Fuse.", 5 | "health": 750, 6 | "flying": true, 7 | "hitSize": 35, 8 | "targetAir": true, 9 | "speed": 0.065, 10 | "mass": 75, 11 | "rotatespeed": 8, 12 | "maxVelocity": 0.4, 13 | "drag": 0.1, 14 | "rotateWeapon": false, 15 | "weapon": 16 | { 17 | "name": "fusion-cannon", 18 | "width": 0, 19 | "recoil": 3, 20 | "alternate": true, 21 | "reload": 75, 22 | "spread": 20, 23 | "shootCone": 30, 24 | "restitution": 0.1, 25 | "shots": 3, 26 | "shootSound": "shotgun", 27 | "shootEffect": "lightningShoot", 28 | "bullet": "lancerLaser" 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /content/blocks/heavy-force-projector.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ForceProjector", 3 | "itemCapacity": 20, 4 | "size": 5, 5 | "radius": 173.2, 6 | "breakage": 1700, 7 | "consumes": 8 | { 9 | "power": 2.6, 10 | "items": { 11 | "items": [{"item": "tensor" , "amount": 1.0}], 12 | "optional": true, 13 | "booster": true 14 | } 15 | }, 16 | "cooldownNormal": 2.16, 17 | "cooldownLiquid": 1.72, 18 | "cooldownBrokenBase": 1, 19 | "basePowerDraw": 2, 20 | "phaseRadiusBoost": 100, 21 | "phaseUseTime": 120, 22 | "requirements": [ 23 | { "item": "titanium", "amount": 275}, 24 | { "item": "lead", "amount": 310 }, 25 | { "item": "phase-fabric", "amount": 185 }, 26 | { "item": "silicon", "amount": 435 }, 27 | { "item": "surge-alloy", "amount": 250 } 28 | ], 29 | "category": "effect", 30 | "research": "force-projector" 31 | } -------------------------------------------------------------------------------- /content/blocks/snowball-machine-but-colder.json: -------------------------------------------------------------------------------- 1 | { 2 | "itemCapacity": 10, 3 | "outputItem": {"item": "snowball-but-colder", "amount": 1.0}, 4 | "size": 1, 5 | "hasPower": true, 6 | "craftTime": 30, 7 | "updateEffect": "smeltsmoke", 8 | "consumes": { 9 | "power": 0.5, 10 | "items": { 11 | "items": [ 12 | {"item": "snowball", "amount": 1.0} 13 | ] 14 | }, 15 | "liquid": { 16 | "liquid": "cryofluid", 17 | "amount": 0.5 18 | } 19 | }, 20 | "requirements": [ 21 | { "item": "titanium", "amount": 50 }, 22 | { "item": "copper", "amount": 80 }, 23 | { "item": "graphite", "amount": 15 }, 24 | { "item": "vector", "amount": 45 }, 25 | { "item": "silicon", "amount": 50} 26 | ], 27 | "category": "crafting", 28 | "research": "snowball-machine", 29 | "idleSound": "respawning", 30 | "idleSoundVolume": 0.5 31 | } 32 | -------------------------------------------------------------------------------- /content/units/superior-brawler.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Experimental Spider", 3 | "type": "fortress", 4 | "description": "Large machine able to walk along water. Planned to have repair point too.", 5 | "health": 8000, 6 | "flying": false, 7 | "targetAir": true, 8 | "hitSize": 35, 9 | "speed": 0.015, 10 | "mass": 65, 11 | "cargoSize": 65, 12 | "rotatespeed": 0.2, 13 | "maxVelocity": 0.4, 14 | "weapon":{ 15 | "reload": 85, 16 | "ejectEffect": "shellEjectSmall", 17 | "shootSound": "shootBig", 18 | "bullet": { 19 | "type": "BasicBulletType", 20 | "bulletWidth": 12, 21 | "bulletHeight": 26, 22 | "keepVelocity": true, 23 | "speed": 7, 24 | "lifetime": 30, 25 | "damage": 100, 26 | }, 27 | "recoil": 1, 28 | "shake": 0.4, 29 | "alternate": true, 30 | "roundRobin": false 31 | } 32 | } -------------------------------------------------------------------------------- /content/units/daggergod.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "groundUnit", 3 | "name": "Dagger God", 4 | "description": "The god of Daggers.", 5 | "maxVelocity": 1.5, 6 | "speed": 0.5, 7 | "drag": 0.4, 8 | "mass": 200, 9 | "hitsize": 300, 10 | "rotatespeed": 0.1, 11 | "health": 299520, 12 | "weapon": { 13 | "name": "god-blaster", 14 | "length": 72, 15 | "recoil": 36, 16 | "shake": 10, 17 | "innacuracy": 10, 18 | "shootSound": "shootBig", 19 | "ejectEffect": "shellEjectBig", 20 | "width": 192, 21 | "reload": 28, 22 | "alternate": true, 23 | "bullet":{ 24 | "damage": 7569, 25 | "speed": 25, 26 | "bulletWidth": 192, 27 | "bulletHeight": 276, 28 | "splashDamageRadius": 80, 29 | "splashDamage": 200, 30 | "shootEffect": "shootBig", 31 | "lifetime": 120 32 | } 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /content/blocks/advanced-brawler-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "unitFactory", 3 | "name": "Panzer IV H factory", 4 | "description": "Constructs German tanks. Which tanks? Look at the facility's name again.", 5 | "unitType": "advanced-brawler", 6 | "produceTime": 2000, 7 | "size": 3, 8 | "consumes": { 9 | "power": 1.45, 10 | "items": { 11 | "items": [ 12 | {"item": "scalar", "amount": 12.0}, 13 | {"item": "silicon", "amount": 12.0}, 14 | {"item": "toughitinum", "amount": 17.0} 15 | ] 16 | } 17 | }, 18 | "requirements": [ 19 | { "item": "matrix", "amount": 45 }, 20 | { "item": "vector", "amount": 75 }, 21 | { "item": "silicon", "amount": 65 }, 22 | { "item": "copper", "amount": 95 }, 23 | { "item": "toughitinum", "amount": 45} 24 | ], 25 | "category": "units", 26 | "research": "titan-factory" 27 | } 28 | 29 | -------------------------------------------------------------------------------- /content/blocks/ink-caser.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "itemCapacity": 10, 4 | "liquidCapacity": 10, 5 | "outputItem": {"item": "catrige", "amount": 1.0}, 6 | "size": 3, 7 | "hasPower": true, 8 | "hasLiquids": true, 9 | "craftTime": 176, 10 | "health": 200, 11 | "consumes": { 12 | "power": 0.7, 13 | "items": { 14 | "items": [ 15 | {"item": "plastanium", "amount": 5} 16 | ] 17 | }, 18 | "liquid": { 19 | "liquid": "ink", 20 | "amount": 0.2 21 | }, 22 | }, 23 | "requirements": [ 24 | { "item": "lead", "amount": 180 }, 25 | { "item": "silicon", "amount": 150 }, 26 | { "item": "titanium", "amount": 150 }, 27 | { "item": "plastanium", "amount": 105 } 28 | ], 29 | "category": "crafting", 30 | "research": "ink-swarmer-factory", 31 | "idleSound": "respawning", 32 | "idleSoundVolume": 0.5 33 | } 34 | -------------------------------------------------------------------------------- /content/blocks/ion-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "genericSmelter", 3 | "outputLiquid": {"liquid": "ion-matter", "amount": 6.0}, 4 | "size": 3, 5 | "hasPower": true, 6 | "hasLiquids": true, 7 | "hasItems": true, 8 | "updateEffect": "smeltsmoke", 9 | "consumes": 10 | { 11 | "power": 1.5, 12 | "items": { 13 | "items": [ 14 | {"item": "pyratite" , "amount": 1.0} 15 | ] 16 | }, 17 | "liquid": { 18 | "liquid": "slag", 19 | "amount": 0.05 20 | }, 21 | }, 22 | "requirements": [ 23 | { "item": "thorium", "amount": 65 }, 24 | { "item": "vector", "amount": 65 }, 25 | { "item": "silicon", "amount": 95 }, 26 | { "item": "graphite", "amount": 35 }, 27 | { "item": "tau-plate", "amount": 65}, 28 | ], 29 | "category": "crafting", 30 | "research": "melter", 31 | "idleSound": "respawning", 32 | "idleSoundVolume": 0.5 33 | } 34 | -------------------------------------------------------------------------------- /content/blocks/patrol-drone-factory-3.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "unitFactory", 3 | "unitType": "Patrol-drone-mk3", 4 | "produceTime": 4000, 5 | "size": 3, 6 | "maxSpawn": 2, 7 | "consumes": { 8 | "power": 4.65, 9 | "items": { 10 | "items": [ 11 | {"item": "tensor", "amount": 65.0}, 12 | {"item": "silicon", "amount": 95.0}, 13 | {"item": "titanium", "amount": 45.0}, 14 | {"item": "visionary-glass", "amount": 25.0}, 15 | {"item": "scalar", "amount": 50.0} 16 | ] 17 | } 18 | }, 19 | "requirements": [ 20 | { "item": "tensor", "amount": 75 }, 21 | { "item": "titanium", "amount": 145 }, 22 | { "item": "silicon", "amount": 105 }, 23 | { "item": "scalar", "amount": 95 }, 24 | { "item": "lead", "amount": 115 } 25 | ], 26 | "category": "units", 27 | "research": "patrol-drone-factory-2" 28 | } 29 | -------------------------------------------------------------------------------- /content/blocks/edison.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ChargeTurret", 3 | "targetAir": true, 4 | "targetGround": true, 5 | "hasPower": true, 6 | "hasLiquids": true, 7 | "shootType": "lightning", 8 | "health": 225, 9 | "size": 2, 10 | "inaccuracy": 0.1, 11 | "reload": 10, 12 | "shots": 2, 13 | "BlockGroup": "turrets", 14 | "recoil": 2, 15 | "heatColor": "#00ffff", 16 | "shootCone": 40, 17 | "rotateSpeed": 30, 18 | "range": 100, 19 | "shootEffect": "lightningShoot", 20 | "requirements": [ 21 | { "item": "plastanium", "amount": 20 }, 22 | { "item": "metaglass", "amount": 30 }, 23 | { "item": "scalar", "amount": 20 }, 24 | { "item": "silicon", "amount": 10 } 25 | ], 26 | "category": "turret", 27 | "shootSound": "spark", 28 | "research": "arc" 29 | } -------------------------------------------------------------------------------- /content/blocks/annihilator-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "UnitFactory", 3 | "unitType": "annihilator", 4 | "size": 6, 5 | "produceTime": 7200, 6 | "maxSpawn": 1, 7 | "consumes": { 8 | "power": 15.0, 9 | "items": { 10 | "items": [ 11 | {"item": "silicon", "amount": 120}, 12 | {"item": "graphite", "amount": 100}, 13 | {"item": "spore-pod", "amount": 80}, 14 | {"item": "thorium", "amount": 50}, 15 | {"item": "infiar", "amount": 85} 16 | ] 17 | } 18 | }, 19 | "category": "units", 20 | "research": "eradicator-factory", 21 | "requirements": [ 22 | { "item": "thorium", "amount": 325 }, 23 | { "item": "lead", "amount": 350 }, 24 | { "item": "metaglass", "amount": 350 }, 25 | { "item": "silicon", "amount": 350 }, 26 | { "item": "tensor", "amount": 250 }, 27 | { "item": "infiar", "amount": 250 } 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /content/blocks/optic-klin.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericSmelter", 3 | "itemCapacity": 10, 4 | "outputItem": {"item": "visionary-glass", "amount": 2.0}, 5 | "size": 2, 6 | "hasPower": true, 7 | "hasLiquids": false, 8 | "craftTime": 120, 9 | "updateEffect": "smeltsmoke", 10 | "flameColor": "ffef99", 11 | "consumes": { 12 | "power": 0.4, 13 | "items": { 14 | "items": [ 15 | {"item": "copper", "amount": 2}, 16 | {"item": "lead", "amount": 2}, 17 | {"item": "sand", "amount": 3} 18 | ] 19 | } 20 | }, 21 | "requirements": [ 22 | { "item": "lead", "amount": 50 }, 23 | { "item": "copper", "amount": 80 }, 24 | { "item": "silicon", "amount": 15 }, 25 | { "item": "metaglass", "amount": 15 }, 26 | ], 27 | "category": "crafting", 28 | "research": "kiln", 29 | "idleSound": "respawning", 30 | "idleSoundVolume": 0.5 31 | } 32 | -------------------------------------------------------------------------------- /content/mechs/pilotable-eradicator.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Eradicator", 3 | "description": "Powerful pilotable beast, with jetpacks attached to it. Cannot build or mine.", 4 | "health": 9000, 5 | "mass": 5, 6 | "flying": false, 7 | "hitsize": 20, 8 | "maxSpeed": 0.68, 9 | "speed": 0.12, 10 | "boostSpeed": 0.5, 11 | "drag": 0.4, 12 | "weapon": { 13 | "name": "player-eradication", 14 | "width": 13, 15 | "reload": 30, 16 | "nimPlayerDist": 50, 17 | "length": 22, 18 | "alternate": true, 19 | "recoil": 3, 20 | "shake": 2, 21 | "inaccuracy": 3, 22 | "shots": 4, 23 | "spacing": 0, 24 | "shotDelay": 3, 25 | "ejectEffect": "shellEjectMedium", 26 | "bullet": "standardThoriumBig", 27 | "shootSound": "shootBig" 28 | }, 29 | "buildPower": 0, 30 | "itemCapacity": 0 31 | } 32 | -------------------------------------------------------------------------------- /content/blocks/omega-mend-projector.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "MendProjector", 3 | "consumes": { 4 | "power": 40.0, 5 | "items": { 6 | "items": [ 7 | {"item": "infiar", "amount": 1}, 8 | ], 9 | "booster": true, 10 | "optional": true 11 | } 12 | }, 13 | "category": "effect", 14 | "research": "mend-projector", 15 | "range": 150, 16 | "size": 3, 17 | "reload": 60, 18 | "healPercent": 10, 19 | "phaseBoost": 5, 20 | "useTime": 60, 21 | "phaseRangeBoost": 100, 22 | "requirements": [ 23 | { "item": "titanium", "amount": 350 }, 24 | { "item": "plastanium", "amount": 250 }, 25 | { "item": "surge-alloy", "amount": 400}, 26 | { "item": "infiar", "amount": 350 }, 27 | { "item": "toughitinum", "amount": 200 }, 28 | { "item": "silicon", "amount": 400 }, 29 | { "item": "blast-fabric", "amount": 175} 30 | ] 31 | } 32 | -------------------------------------------------------------------------------- /content/blocks/digital-generator.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "SingleTypeGenerator", 3 | "itemCapacity": 25, 4 | "size": 3, 5 | "hasLiquids": false, 6 | "hasItems": true, 7 | "powerProduction": 150, 8 | "itemDuration" : 15, 9 | "updateEffect": "none", 10 | "consumes": { 11 | "items": { 12 | "items": [ 13 | {"item": "infiar" , "amount": 1.0} 14 | ], 15 | "optional": false 16 | } 17 | }, 18 | "requirements": [ 19 | { "item": "tensor", "amount": 75 }, 20 | { "item": "infiar", "amount": 135 }, 21 | { "item": "matrix", "amount": 225 }, 22 | { "item": "thorium", "amount": 95 }, 23 | { "item": "surge-alloy", "amount": 80 }, 24 | { "item": "phase-fabric", "amount": 80 }, 25 | { "item": "blast-fabric", "amount": 80 } 26 | ], 27 | "category": "power", 28 | "research": "tensor-drill", 29 | "idleSound": "respawning", 30 | "idleSoundVolume": 0.5 31 | } 32 | -------------------------------------------------------------------------------- /content/blocks/exotic-smelter-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericSmelter", 3 | "itemCapacity": 10, 4 | "outputItem": {"item": "toughitinum", "amount": 1.0}, 5 | "size": 1, 6 | "hasPower": true, 7 | "hasLiquids": false, 8 | "craftTime": 140, 9 | "updateEffect": "smeltsmoke", 10 | "flameColor": "ffef99", 11 | "consumes": { 12 | "power": 1.1, 13 | "items": { 14 | "items": [ 15 | {"item": "copper", "amount": 5}, 16 | {"item": "vector", "amount": 2}, 17 | {"item": "coal", "amount": 1} 18 | ] 19 | } 20 | }, 21 | "requirements": [ 22 | { "item": "lead", "amount": 50 }, 23 | { "item": "copper", "amount": 80 }, 24 | { "item": "silicon", "amount": 35 }, 25 | { "item": "vector", "amount": 60 }, 26 | ], 27 | "category": "crafting", 28 | "research": "silicon-smelter", 29 | "idleSound": "respawning", 30 | "idleSoundVolume": 0.5 31 | } 32 | -------------------------------------------------------------------------------- /content/blocks/tensor-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Multidimensional portal", 4 | "description": "Creates Tensor, technically out of thin air. Powered by Ionising fluid.", 5 | "itemCapacity": 6, 6 | "outputItem": {"item": "tensor", "amount": 1.0}, 7 | "size": 3, 8 | "hasPower": true, 9 | "hasLiquids": true, 10 | "hasItems": true, 11 | "craftTime": 81, 12 | "updateEffect": "shellEjectBig", 13 | "consumes": { 14 | "power": 3.3, 15 | "liquid": { 16 | "liquid": "ion-matter", 17 | "amount": 0.1 18 | } 19 | }, 20 | "requirements": [ 21 | { "item": "thorium", "amount": 65 }, 22 | { "item": "plastanium", "amount": 65 }, 23 | { "item": "phase-fabric", "amount": 195 }, 24 | { "item": "tensor", "amount": 35 } 25 | ], 26 | "category": "crafting", 27 | "research": "ion-factory", 28 | "idleSound": "respawning", 29 | "idleSoundVolume": 0.5 30 | } 31 | -------------------------------------------------------------------------------- /content/blocks/exotic-smelter-2.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericSmelter", 3 | "itemCapacity": 10, 4 | "outputItem": {"item": "tau-plate", "amount": 1.0}, 5 | "size": 2, 6 | "hasPower": true, 7 | "hasLiquids": false, 8 | "craftTime": 131, 9 | "updateEffect": "smeltsmoke", 10 | "flameColor": "ffef99", 11 | "consumes": { 12 | "power": 1.4, 13 | "items": { 14 | "items": [ 15 | {"item": "stone", "amount": 2}, 16 | {"item": "titanium", "amount": 2}, 17 | {"item": "graphite", "amount": 1} 18 | ] 19 | } 20 | }, 21 | "requirements": [ 22 | { "item": "scalar", "amount": 50 }, 23 | { "item": "titanium", "amount": 80 }, 24 | { "item": "silicon", "amount": 35 }, 25 | { "item": "graphite", "amount": 60 }, 26 | ], 27 | "category": "crafting", 28 | "research": "graphite-press", 29 | "idleSound": "respawning", 30 | "idleSoundVolume": 0.5 31 | } 32 | -------------------------------------------------------------------------------- /content/blocks/ink-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "itemCapacity": 10, 4 | "liquidCapacity": 30, 5 | "outputLiquid": {"liquid": "ink", "amount": 15.0}, 6 | "size": 2, 7 | "hasPower": true, 8 | "hasLiquids": true, 9 | "craftTime": 132, 10 | "health": 200, 11 | "consumes": { 12 | "power": 0.7, 13 | "items": { 14 | "items": [ 15 | {"item": "snowball", "amount": 10} 16 | ] 17 | }, 18 | "liquid": { 19 | "liquid": "oil", 20 | "amount": 0.09 21 | }, 22 | }, 23 | "requirements": [ 24 | { "item": "copper", "amount": 250 }, 25 | { "item": "silicon", "amount": 175 }, 26 | { "item": "titanium", "amount": 150 }, 27 | { "item": "graphite", "amount": 125 }, 28 | { "item": "tau-plate", "amount": 145 } 29 | ], 30 | "category": "crafting", 31 | "research": "oil-extractor", 32 | "idleSound": "respawning", 33 | "idleSoundVolume": 0.5 34 | } 35 | -------------------------------------------------------------------------------- /content/blocks/omega-drive-projector.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "OverdriveProjector", 3 | "consumes": { 4 | "power": 40.0, 5 | "items": { 6 | "items": [ 7 | {"item": "infiar", "amount": 1}, 8 | ], 9 | "booster": true, 10 | "optional": true 11 | } 12 | }, 13 | "category": "effect", 14 | "research": "overdrive-projector", 15 | "range": 100, 16 | "size": 3, 17 | "speedBoost": 10, 18 | "speedBoostPhase": 5, 19 | "useTime": 60, 20 | "phaseRangeBoost": 50, 21 | "requirements": [ 22 | { "item": "thorium", "amount": 200 }, 23 | { "item": "titanium", "amount": 350 }, 24 | { "item": "plastanium", "amount": 250 }, 25 | { "item": "surge-alloy", "amount": 400}, 26 | { "item": "infiar", "amount": 350 }, 27 | { "item": "toughitinum", "amount": 200 }, 28 | { "item": "silicon", "amount": 400 }, 29 | { "item": "matrix", "amount": 175} 30 | ] 31 | } -------------------------------------------------------------------------------- /content/blocks/tensor-drill.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "TN4S-R", 3 | "description": "Drills able to mine resources only few drills can also mine. Titanium-alloyed bricks can be consumed for faster mining.", 4 | "type": "Drill", 5 | "size": 2, 6 | "tier": 8, 7 | "hasItems": true, 8 | "hasLiquids": false, 9 | "drillTime": 145, 10 | "itemUseTime": 60, 11 | "BlockGroup": "drills", 12 | "consumes": { 13 | "power": 2.0, 14 | "items": { 15 | "items": [ 16 | {"item": "tau-plate", "amount": 1}, 17 | ], 18 | "booster": true, 19 | "optional": true 20 | } 21 | }, 22 | "requirements": [ 23 | { "item": "matrix", "amount": 115 }, 24 | { "item": "metaglass", "amount": 135 }, 25 | { "item": "graphite", "amount": 100 }, 26 | { "item": "lead", "amount": 175 }, 27 | { "item": "thorium", "amount": 125 }, 28 | { "item": "toughitinum", "amount": 60 } 29 | ], 30 | "category": "production", 31 | "research": "matrix-drill" 32 | } 33 | -------------------------------------------------------------------------------- /content/units/Patrol-drone-mk1.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Knight drone", 3 | "type": "spirit", 4 | "description": "Modified Phantom drone with built-in lancer turret. Patrols around your base, looking for enemy threat.", 5 | "health": 450, 6 | "flying": true, 7 | "hitSize": 25, 8 | "targetAir": true, 9 | "speed": 0.1, 10 | "mass": 45, 11 | "rotatespeed": 5, 12 | "maxVelocity": 0.5, 13 | "drag": 0.05, 14 | "rotateWeapon": false, 15 | "weapon": 16 | { 17 | "name": "lancer", 18 | "width": 0, 19 | "recoil": 3, 20 | "alternate": true, 21 | "reload": 100, 22 | "cooldown": 0.05, 23 | "chargeTime": 25, 24 | "chargeMaxDelay": 45, 25 | "chargeEffects": 7, 26 | "shootSound": "laser", 27 | "shootEffect": "lancerLaserShoot", 28 | "smokeEffect": "lancerLaserShootSmoke", 29 | "chargeEffect": "lancerLaserCharge", 30 | "chargeBeginEffect": "lancerLaserChargeBegin", 31 | "heatColor": "red", 32 | "bullet": "lancerLaser" 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /content/units/sulfur-phosphorus-iodine-dubnium-erbium.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Metaphor", 3 | "type": "GroundUnit", 4 | "description": "Massive spider, which attacks by biting it's foes. Has an EMP roar, which is currently in development", 5 | "health": 10293, 6 | "flying": false, 7 | "targetAir": true, 8 | "hitSize": 45, 9 | "speed": 0.165, 10 | "mass": 45, 11 | "cargoSize": 60, 12 | "rotatespeed": 0.6, 13 | "maxVelocity": 0.5, 14 | "weapon":{ 15 | "reload": 195, 16 | "width": 0, 17 | "height": 10, 18 | "ejectEffect": "shellEjectSmall", 19 | "shootSound": "shootBig", 20 | "name": "Head", 21 | "bullet": { 22 | "type": "BasicBulletType", 23 | "bulletWidth": 2, 24 | "bulletHeight": 1, 25 | "keepVelocity": true, 26 | "speed": 6, 27 | "lifetime": 8, 28 | "damage": 180, 29 | "frontColor": "fff5ee", 30 | "backColor": "fff5ae" 31 | }, 32 | "recoil": -20, 33 | "shake": 0.3, 34 | "roundRobin": false 35 | } 36 | } -------------------------------------------------------------------------------- /content/blocks/multi-mixer.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "itemCapacity": 20, 4 | "liquidCapacity": 20, 5 | "outputItem": {"item": "blast-compound", "amount": 2.0}, 6 | "size": 3, 7 | "hasPower": true, 8 | "hasLiquids": true, 9 | "craftTime": 40, 10 | "health": 120, 11 | "consumes": { 12 | "power": 3.1, 13 | "items": { 14 | "items": [ 15 | {"item": "sand", "amount": 5}, 16 | {"item": "lead", "amount": 5}, 17 | {"item": "coal", "amount": 2} 18 | ] 19 | }, 20 | "liquid": { 21 | "liquid": "oil", 22 | "amount": 0.225 23 | }, 24 | }, 25 | "requirements": [ 26 | { "item": "lead", "amount": 220 }, 27 | { "item": "silicon", "amount": 230 }, 28 | { "item": "titanium", "amount": 150 }, 29 | { "item": "tau-plate", "amount": 225 }, 30 | { "item": "surge-alloy", "amount": 120 } 31 | ], 32 | "category": "crafting", 33 | "research": "blast-mixer", 34 | "idleSound": "respawning", 35 | "idleSoundVolume": 0.5 36 | } 37 | -------------------------------------------------------------------------------- /content/units/wide-reaper.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Revenant", 3 | "drag": 0.25, 4 | "speed": 0.01, 5 | "mass": 90, 6 | "health": 33000, 7 | "flying": true, 8 | "rotateWeapon": true, 9 | "engineOffset": 40, 10 | "engineSize": 22, 11 | "rotatespeed": 0.01, 12 | "baseRotateSpeed": 0.04, 13 | "shootCone": 90, 14 | "weapon": { 15 | "name": "wide-equip", 16 | "length": 9, 17 | "width": 60, 18 | "reload": 5, 19 | "shots": 1, 20 | "shootcone": 1, 21 | "shake": 1, 22 | "inaccuracy": 3, 23 | "ejectEffect": "none", 24 | "shootSound": "shootBig", 25 | "bullet":{ 26 | "type": "BasicBulletType", 27 | "bulletWidth": 45, 28 | "speed": 7, 29 | "damage": 126, 30 | "bulletHeight": 21, 31 | "keepVelocity": false, 32 | "splashDamageRadius": 80, 33 | "splashDamage": 120, 34 | "lifetime": 60, 35 | "hitEffect": "blastExplosion", 36 | "despawnEffect": "blastExplosion" 37 | } 38 | } 39 | } -------------------------------------------------------------------------------- /content/blocks/phase-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Particle accelerator", 4 | "description": "Uses Vector in order to accelerate sand particles, creating Phase fabric", 5 | "itemCapacity": 6, 6 | "outputItem": {"item": "phase-fabric", "amount": 1.0}, 7 | "size": 3, 8 | "hasPower": true, 9 | "hasLiquids": false, 10 | "hasItems": true, 11 | "craftTime": 140, 12 | "updateEffect": "smeltsmoke", 13 | "consumes": { 14 | "power": 3.0, 15 | "items": { 16 | "items": [ 17 | {"item": "vector", "amount": 5.0}, 18 | {"item": "sand", "amount": 3.0} 19 | ] 20 | } 21 | }, 22 | "requirements": [ 23 | { "item": "thorium", "amount": 65 }, 24 | { "item": "tensor", "amount": 25 }, 25 | { "item": "vector", "amount": 135 }, 26 | { "item": "phase-fabric", "amount": 130 }, 27 | { "item": "lead", "amount": 25 } 28 | ], 29 | "category": "crafting", 30 | "research": "phase-weaver", 31 | "idleSound": "respawning", 32 | "idleSoundVolume": 0.5 33 | } 34 | -------------------------------------------------------------------------------- /content/units/moblie-AA.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Dominion flak tank", 3 | "type": "fortress", 4 | "description": "Anti-air support tank. Technologically superior, in regards of anti-air technology.", 5 | "health": 800, 6 | "flying": false, 7 | "targetAir": true, 8 | "hitSize": 25, 9 | "speed": 0.06, 10 | "mass": 20, 11 | "cargoSize": 12, 12 | "rotatespeed": 0.5, 13 | "maxVelocity": 0.9, 14 | "weapon":{ 15 | "reload": 120, 16 | "width": 0, 17 | "ejectEffect": "shellEjectSmall", 18 | "shootSound": "bang", 19 | "shotDelay" : 3, 20 | "shots": 150, 21 | "alternate": true, 22 | "bullet": { 23 | "type": "BasicBulletType", 24 | "name": "anti-air", 25 | "bulletWidth": 8, 26 | "bulletHeight": 15, 27 | "keepVelocity": true, 28 | "speed": 8, 29 | "lifetime": 20, 30 | "damage": 5, 31 | "frontColor": "fff5ee", 32 | "backColor": "fff5ae" 33 | }, 34 | "shootcone": 30, 35 | "recoil": 0.6, 36 | "shake": 0.3, 37 | "roundRobin": false 38 | } 39 | } -------------------------------------------------------------------------------- /content/blocks/silicon-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericSmelter", 3 | "name": "Cybertron silicon fabricator", 4 | "description": "Uses Matrix (for transformers known as Energon) and stone to make a decent chunk of silicon.", 5 | "itemCapacity": 12, 6 | "outputItem": {"item": "silicon", "amount": 6.0}, 7 | "size": 4, 8 | "hasPower": true, 9 | "hasLiquids": false, 10 | "hasItems": true, 11 | "craftTime": 162, 12 | "updateEffect": "smeltsmoke", 13 | "flameColor": "3617e4", 14 | "consumes": { 15 | "power": 3.0, 16 | "items": { 17 | "items": [ 18 | {"item": "matrix", "amount": 4.0}, 19 | {"item": "stone", "amount": 4.0} 20 | ] 21 | } 22 | }, 23 | "requirements": [ 24 | { "item": "titanium", "amount": 105 }, 25 | { "item": "silicon", "amount": 95 }, 26 | { "item": "scalar", "amount": 125 }, 27 | { "item": "matrix", "amount": 45 } 28 | ], 29 | "category": "crafting", 30 | "research": "silicon-smelter", 31 | "idleSound": "respawning", 32 | "idleSoundVolume": 0.5 33 | } 34 | -------------------------------------------------------------------------------- /content/blocks/exotic-smelter.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericSmelter", 3 | "name": "Toughitinum Furnace", 4 | "description": "Burns coal in order to get Toughitinum. Some may say this is the weird cousin of Steel. It's only a more exotic version of it.", 5 | "itemCapacity": 10, 6 | "outputItem": {"item": "toughitinum", "amount": 1.0}, 7 | "size": 1, 8 | "hasPower": true, 9 | "hasLiquids": false, 10 | "craftTime": 140, 11 | "updateEffect": "smeltsmoke", 12 | "consumes": { 13 | "power": 1.1, 14 | "items": { 15 | "items": [ 16 | {"item": "copper", "amount": 5}, 17 | {"item": "vector", "amount": 2}, 18 | {"item": "coal", "amount": 1} 19 | ] 20 | } 21 | }, 22 | "requirements": [ 23 | { "item": "lead", "amount": 50 }, 24 | { "item": "copper", "amount": 80 }, 25 | { "item": "silicon", "amount": 35 }, 26 | { "item": "vector", "amount": 60 }, 27 | ], 28 | "category": "crafting", 29 | "research": "silicon-smelter", 30 | "idleSound": "respawning", 31 | "idleSoundVolume": 0.5 32 | } 33 | -------------------------------------------------------------------------------- /content/units/advanced-brawler.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Panzer IV H", 3 | "type": "fortress", 4 | "description": "Heavily armored vehicle. Shoots explosive shells. Good for ground troop support.", 5 | "health": 1300, 6 | "flying": false, 7 | "targetAir": false, 8 | "hitSize": 25, 9 | "speed": 0.025, 10 | "mass": 25, 11 | "cargoSize": 15, 12 | "rotatespeed": 0.3, 13 | "maxVelocity": 0.9, 14 | "weapon":{ 15 | "reload": 90, 16 | "width": 0, 17 | "ejectEffect": "shellEjectSmall", 18 | "shootSound": "shootBig", 19 | "alternate": true, 20 | "bullet": { 21 | "type": "BasicBulletType", 22 | "bulletWidth": 10, 23 | "bulletHeight": 25, 24 | "keepVelocity": true, 25 | "speed": 5, 26 | "lifetime": 35, 27 | "damage": 45, 28 | "splashDamage": 55, 29 | "splashDamageRadius": 10, 30 | "hitEffect": "explosion", 31 | "despawnEffect": "explosion", 32 | "frontColor": "fff5ee", 33 | "backColor": "fff5ae" 34 | }, 35 | "recoil": 0.6, 36 | "shake": 0.3, 37 | "roundRobin": false 38 | } 39 | } -------------------------------------------------------------------------------- /content/mechs/playable-mech-command.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Terran", 3 | "description": "A command tank with built-in Command center, which can by right-clicking on itself can issue immediate orders (Attack, Retreat, or Rally (Rally will cause all mechs to go towards Terran, regardless of other Command centers)). It shoots cryofluid-filled shells, slowing down enemies but also extingushing fire. His order's effects stay up during process of respawn.", 4 | "health": 285, 5 | "weapon": 6 | { 7 | "bullet": 8 | { 9 | "type": "ArtilleryBulletType", 10 | "lifetime": 80, 11 | "damage": 50, 12 | "bulletWidth": 8, 13 | "bulletHeight": 12, 14 | "hitEffect": "explosion", 15 | "despawnEffect": "explosion", 16 | "splashDamageRadius": 40, 17 | "splashDamage": 100, 18 | "speed": 6 19 | }, 20 | "name": "commissar", 21 | "reload": 130, 22 | "recoil": 2, 23 | "width": 0, 24 | "lenght": 0 25 | }, 26 | "buildSpeed": 0.85, 27 | "itemCapacity": 5, 28 | "mass": 30, 29 | "flying": false, 30 | "MaxSpeed": 0.7, 31 | "speed": 0.3 32 | } 33 | -------------------------------------------------------------------------------- /content/blocks/reaper-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "unitFactory", 3 | "name": "Reaper capital ship factory", 4 | "description": "Constructs massive Reaper capital ships.", 5 | "unitType": "reaper", 6 | "produceTime": 8400, 7 | "size": 6, 8 | "maxSpawn": 1, 9 | "consumes": { 10 | "power": 18.35, 11 | "items": { 12 | "items": [ 13 | {"item": "silicon", "amount": 225.0}, 14 | {"item": "blast-fabric", "amount": 70.0}, 15 | {"item": "toughitinum", "amount": 175.0}, 16 | {"item": "thorium", "amount": 105.0}, 17 | {"item": "titanium", "amount": 115.0}, 18 | {"item": "plastanium", "amount": 95.0} 19 | ] 20 | } 21 | }, 22 | "requirements": [ 23 | {"item": "titanium", "amount": 215}, 24 | {"item": "silicon", "amount": 535}, 25 | {"item": "toughitinum", "amount": 400}, 26 | {"item": "thorium", "amount": 245}, 27 | {"item": "blast-fabric", "amount": 150}, 28 | {"item": "visionary-glass", "amount": 200} 29 | ], 30 | "category": "units", 31 | "research": "lich-factory" 32 | } 33 | -------------------------------------------------------------------------------- /content/units/ink-brawler.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GroundUnit", 3 | "health": 600, 4 | "targetAir": false, 5 | "hitSize": 10, 6 | "speed": 0.05, 7 | "mass": 5, 8 | "immunities": ["tarred"], 9 | "cargoSize": 10, 10 | "rotatespeed": 0.1, 11 | "maxVelocity": 0.7, 12 | "weapon":{ 13 | "name": "inky-delivery", 14 | "reload": 65, 15 | "width": 10, 16 | "weaponOffsetX": 10, 17 | "lenght": 1, 18 | "ejectEffect": "shellEjectMedium", 19 | "alternate": true, 20 | "shootSound": "artillery", 21 | "recoil": 4, 22 | "bullet": { 23 | "type": "BasicBulletType", 24 | "lifetime": 100, 25 | "speed": 4, 26 | "splashDamage": 35, 27 | "splashDamageRadius": 22, 28 | "hitEffect": "explosion", 29 | "knockback": 0.5, 30 | "bulletWidth": 12, 31 | "bulletHeight": 8, 32 | "colides": true, 33 | "colidesTiles": true, 34 | "fragBullets": 35, 35 | "fragBullet": 36 | { 37 | "liquid": "ink", 38 | "type": "LiquidBulletType", 39 | "lifetime": 5, 40 | "statusDuration": 1200 41 | } 42 | } 43 | } 44 | } -------------------------------------------------------------------------------- /content/blocks/surge-factory.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "GenericCrafter", 3 | "name": "Data infuser", 4 | "description": "Using Matrix as fuel, it fuses Infiar with silicon in order to create Surge alloy.", 5 | "itemCapacity": 12, 6 | "outputItem": {"item": "surge-alloy", "amount": 2.0}, 7 | "size": 4, 8 | "hasPower": true, 9 | "hasLiquids": false, 10 | "hasItems": true, 11 | "craftTime": 131, 12 | "updateEffect": "smeltsmoke", 13 | "flameColor": "ffef99", 14 | "consumes": { 15 | "power": 2.3, 16 | "items": { 17 | "items": [ 18 | {"item": "matrix", "amount": 2.0}, 19 | {"item": "silicon", "amount": 4.0}, 20 | {"item": "infiar", "amount": 7.0} 21 | ] 22 | } 23 | }, 24 | "requirements": [ 25 | { "item": "titanium", "amount": 165 }, 26 | { "item": "silicon", "amount": 85 }, 27 | { "item": "infiar", "amount": 135 }, 28 | { "item": "surge-alloy", "amount": 130 }, 29 | { "item": "matrix", "amount": 45 } 30 | ], 31 | "category": "crafting", 32 | "research": "alloy-smelter", 33 | "idleSound": "respawning", 34 | "idleSoundVolume": 0.5 35 | } 36 | -------------------------------------------------------------------------------- /content/blocks/sulfur-phosphorus-iodine-dubnium-erbium-mixer.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "unitFactory", 3 | "name": "Metaphorical lair", 4 | "description": "Creates Metaphors.", 5 | "unitType": "sulfur-phosphorus-iodine-dubnium-erbium", 6 | "produceTime": 9000, 7 | "size": 5, 8 | "maxSpawn": 1, 9 | "consumes": { 10 | "power": 14.35, 11 | "items": { 12 | "items": [ 13 | {"item": "silicon", "amount": 300.0}, 14 | {"item": "phase-fabric", "amount": 95.0}, 15 | {"item": "infiar", "amount": 150.0}, 16 | {"item": "vector", "amount": 185.0}, 17 | {"item": "matrix", "amount": 195.0}, 18 | {"item": "thorium", "amount": 165.0} 19 | ] 20 | } 21 | }, 22 | "requirements": [ 23 | { "item": "infiar", "amount": 200 }, 24 | { "item": "vector", "amount": 315 }, 25 | { "item": "silicon", "amount": 600 }, 26 | { "item": "tensor", "amount": 400 }, 27 | { "item": "matrix", "amount": 285}, 28 | { "item": "phase-fabric", "amount": 300}, 29 | { "item": "toughitinum", "amount": 150} 30 | ], 31 | "category": "units", 32 | "research": "eradicator-factory" 33 | } 34 | -------------------------------------------------------------------------------- /content/units/medic-mk2.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "HoverUnit", 3 | "health": 450, 4 | "update": true, 5 | "flying": true, 6 | "speed": 0.32, 7 | "mass": 35, 8 | "drag": 0.5, 9 | "rotateSpeed": 0.2, 10 | "rotateWeapons": true, 11 | "shootCone": 1, 12 | "retreatPercent": 1, 13 | "engineSize": 1.5, 14 | "engineColor": "#6fc979", 15 | "weapon":{ 16 | "name": "nano-missile-pod", 17 | "length": -10, 18 | "reload": 80, 19 | "alternate": true, 20 | "recoil": 0, 21 | "width": 4, 22 | "bullet": 23 | { 24 | "type": "BasicBulletType", 25 | "splashDamage": 50, 26 | "splashDamageRadius": 10, 27 | "drag": -0.05, 28 | "canHeal": true, 29 | "healPercent": 5, 30 | "collidesTeam": true, 31 | "lifetime": 60, 32 | "trailColor": "#6fc979", 33 | "frontColor": "#84f491", 34 | "backColor": "#62ae7f", 35 | "bulletSprite": "missile", 36 | "shootEffect": "shootHeal", 37 | "smokeEffect": "hitLaser", 38 | "despawnEffect": "hitLaser", 39 | "hitEffect": "hitLaser", 40 | "weaveScale": 0, 41 | "weaveMag": -1, 42 | "homingPower": 1, 43 | "speed": 3 44 | } 45 | } 46 | } -------------------------------------------------------------------------------- /content/blocks/separator-MK2.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Separator", 3 | "name": "Centrifuge", 4 | "description": "Puts stone under hydraulic pressure in order to extract metals contained within. Due to unexplained curcumstances, usage of inverted sorters is advised.", 5 | "itemCapacity": 15, 6 | "results": [ 7 | {"item": "copper", "amount": 85}, 8 | {"item": "lead", "amount": 85}, 9 | {"item": "titanium", "amount": 65}, 10 | {"item": "coal", "amount": 75}, 11 | {"item": "scrap", "amount": 75}, 12 | {"item": "thorium", "amount": 50} 13 | ], 14 | "size": 2, 15 | "hasPower": true, 16 | "hasLiquids": true, 17 | "craftTime": 70, 18 | "updateEffect": "none", 19 | "consumes": { 20 | "power": 3.5, 21 | "liquid": { 22 | "liquid": "water", 23 | "amount": 0.3 24 | }, 25 | "items": { 26 | "items": [ 27 | {"item": "stone", "amount": 1} 28 | ] 29 | } 30 | }, 31 | "requirements": [ 32 | { "item": "titanium", "amount": 65 }, 33 | { "item": "copper", "amount": 135 }, 34 | { "item": "thorium", "amount": 65 }, 35 | { "item": "stone", "amount": 85} 36 | ], 37 | "category": "crafting", 38 | "research": "separator", 39 | "idleSound": "respawning", 40 | "idleSoundVolume": 0.5 41 | } 42 | -------------------------------------------------------------------------------- /content/units/supreme-lich.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Revenant", 3 | "drag": 0.15, 4 | "speed": 0.05, 5 | "mass": 80, 6 | "hitsize": 70, 7 | "health": 20000, 8 | "flying": true, 9 | "rotateWeapon": true, 10 | "engineOffset": 35, 11 | "engineSize": 30, 12 | "rotatespeed": 0.01, 13 | "baseRotateSpeed": 0.04, 14 | "shootCone": 60, 15 | "weapon": { 16 | "name": "supreme-missiles", 17 | "length": 4, 18 | "width": 35, 19 | "reload": 60, 20 | "shots": 20, 21 | "shootcone": 140, 22 | "shotDelay": 1, 23 | "alternate": true, 24 | "velocityRnd": 0.4, 25 | "spacing": 1, 26 | "shootSound": "artillery", 27 | "bullet":{ 28 | "type": "MissileBulletType", 29 | "bulletWidth": 8, 30 | "speed": 4, 31 | "damage": 25, 32 | "bulletHeight": 8, 33 | "bulletShrink": 0, 34 | "drag": -0.003, 35 | "homingRange": 100, 36 | "keepVelocity": false, 37 | "splashDamageRadius": 25, 38 | "splashDamage": 20, 39 | "lifetime": 60, 40 | "trailColor": "ff0000", 41 | "backColor": "ff9340", 42 | "frontColor": "fc6f03", 43 | "hitEffect": "blastExplosion", 44 | "despawnEffect": "blastExplosion", 45 | "weaveScale": 6, 46 | "weaveMag": 1 47 | } 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /content/zones/Plostic-lands.json: -------------------------------------------------------------------------------- 1 | { 2 | "loadout": "basicFoundation", 3 | "startingItems": [ 4 | {"item": "copper", "amount": 500}, 5 | {"item": "lead", "amount": 500}, 6 | {"item": "graphite", "amount": 500}, 7 | {"item": "titanium", "amount": 500}, 8 | {"item": "scalar", "amount": 75}, 9 | {"item": "phase-fabric", "amount": 100}, 10 | {"item": "metaglass", "amount": 500}, 11 | {"item": "visionary-glass", "amount": 150} 12 | ], 13 | "conditionWave": 30, 14 | "configureObjective": { 15 | "type": "ZoneWave", 16 | "zone": "Plostic-lands", 17 | "wave": 50 18 | }, 19 | "launchPeriod": 15, 20 | "requirements": [ 21 | { 22 | "type": "launched", 23 | "zone": "Discount-bossfight" 24 | } 25 | { 26 | "type": "Unlock", 27 | "block": "vector-drill" 28 | }, 29 | { 30 | "type": "Unlock", 31 | "block": "recycle" 32 | }, 33 | { 34 | "type": "Unlock", 35 | "block": "multi-mixer" 36 | }, 37 | { 38 | "type": "Unlock", 39 | "block": "solar-panel-large" 40 | } 41 | ], 42 | "resources": ["copper", "lead", "coal", "titanium", "plastanium", "thorium", "scalar", "vector", "matrix", "tensor"] 43 | } -------------------------------------------------------------------------------- /content/zones/Discount-bossfight.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Scaled forest", 3 | "description": "A perfectly untouched forest, on a planet full of moss and deserts. Examine detected misterious resources, and fight the outpost from the unknown group, what does not appear like what we usually fight.", 4 | "loadout": "basicFoundation", 5 | "startingItems": [ 6 | {"item": "copper", "amount": 500}, 7 | {"item": "lead", "amount": 350}, 8 | {"item": "graphite", "amount": 200}, 9 | {"item": "titanium", "amount": 150}, 10 | {"item": "metaglass", "amount": 100}, 11 | {"item": "visionary-glass", "amount": 100}, 12 | {"item": "silicon", "amount": 200}, 13 | ], 14 | "configureObjective": { 15 | "type": "launched", 16 | "zone": "Discount-bossfight" 17 | }, 18 | "requirements": [ 19 | { 20 | "type": "ZoneWave", 21 | "zone": "tarFields", 22 | "wave": 20 23 | }, 24 | { 25 | "type": "launched", 26 | "zone": "fungalPass" 27 | } 28 | { 29 | "type": "Unlock", 30 | "block": "scalar-drill" 31 | }, 32 | { 33 | "type": "Unlock", 34 | "block": "optic-klin" 35 | }, 36 | { 37 | "type": "Unlock", 38 | "block": "titan-factory" 39 | }, 40 | { 41 | "type": "Unlock", 42 | "block": "pneumatic-drill" 43 | } 44 | ], 45 | "resources": ["copper", "lead", "coal", "sand", "titanium", "scalar", "vector"] 46 | } -------------------------------------------------------------------------------- /scripts/digital-regeneration.js: -------------------------------------------------------------------------------- 1 | const cooldown = 60; 2 | 3 | const MendHealSmall = newEffect(60, e => { 4 | Draw.color(Color.valueOf("6dff5d"), Color.valueOf("47a73d"), e.fslope()); 5 | Draw.alpha(e.fout() * 0.5) 6 | Lines.stroke(2 * e.fslope()); 7 | Draw.blend(Blending.additive); 8 | Lines.square(e.x, e.y, 5, e.fout()); 9 | Draw.blend(); 10 | }); 11 | 12 | 13 | const MendHealLarge = newEffect(60, e => { 14 | Draw.color(Color.valueOf("6dff5d"), Color.valueOf("47a73d"), e.fout()); 15 | Draw.alpha(e.fout() * 0.5) 16 | Lines.stroke(2 * e.fslope()); 17 | Draw.blend(Blending.additive); 18 | Lines.square(e.x, e.y, 10, e.fout()); 19 | Draw.blend(); 20 | }); 21 | 22 | 23 | const WallMending = extendContent(Block, "infiar-wall", { 24 | update(tile){ 25 | //when health is lower than max health and cooldown reached 26 | if ( (tile.entity.health() < tile.entity.maxHealth()) && (tile.entity.timer.get(0, cooldown)) ) { 27 | 28 | tile.entity.health += 10; 29 | Effects.effect(MendHealSmall, tile); 30 | 31 | } 32 | } 33 | }); 34 | 35 | const WallMendingLarge = extendContent(Block, "infiar-wall-large", { 36 | update(tile){ 37 | if ( (tile.entity.health() < tile.entity.maxHealth()) && (tile.entity.timer.get(0, cooldown)) ) { 38 | 39 | tile.entity.health += 40; 40 | Effects.effect(MendHealLarge, tile); 41 | 42 | } 43 | } 44 | }); 45 | 46 | 47 | -------------------------------------------------------------------------------- /content/blocks/yeetus-knockus.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ItemTurret", 3 | "name": "Snowball yeeter", 4 | "description": "Yeets snowballs, which upon hit, yeet the enemy away.", 5 | "health": 250, 6 | "size": 1, 7 | "reload": 50, 8 | "targetGround": true, 9 | "targetAir": true, 10 | "range": 135, 11 | "ammoUseEffect": "shellEjectSmall", 12 | "shootSound": "yeet", 13 | "inaccuracy": 0, 14 | "rotatespeed": 10, 15 | "ammo": { 16 | "snowball": { 17 | "speed": 5, 18 | "lifetime": 60, 19 | "damage": 5, 20 | "bulletWidth": 10, 21 | "bulletHeight": 10, 22 | "backColor": "ffffff", 23 | "frontColor": "dbdbdb", 24 | "shootEffect": "shootBig", 25 | "smokeEffect": "shootBigSmoke", 26 | "knockback": 600000, 27 | "status": "freezing", 28 | "statusDuration": 300 29 | }, 30 | "snowball-but-colder": { 31 | "speed": 5, 32 | "lifetime": 60, 33 | "damage": 5, 34 | "bulletWidth": 10, 35 | "bulletHeight": 10, 36 | "backColor": "67c1e1", 37 | "frontColor": "55b2d2", 38 | "shootEffect": "shootBig", 39 | "smokeEffect": "shootBigSmoke", 40 | "reloadMultiplier": 1.9, 41 | "knockback": 600000, 42 | "status": "freezing" 43 | } 44 | }, 45 | "requirements": [ 46 | { "item": "titanium", "amount": 45 }, 47 | { "item": "vector", "amount": 30 }, 48 | { "item": "tau-plate", "amount": 6 }, 49 | { "item": "silicon", "amount": 15 } 50 | ], 51 | "category": "turret", 52 | "research": "ripple" 53 | } 54 | -------------------------------------------------------------------------------- /content/units/annihilator.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "groundUnit", 3 | "name": "Annihilator", 4 | "description": "...Annihilates?", 5 | "maxVelocity": 0.6, 6 | "speed": 0.14, 7 | "drag": 0.4, 8 | "mass": 8, 9 | "hitsize": 22, 10 | "rotatespeed": 0.04, 11 | "health": 9000, 12 | "weapon": { 13 | "name": "annihilatron", 14 | "length": 13, 15 | "range": 800, 16 | "width": 0, 17 | "reload": 420, 18 | "alternate": true, 19 | "shootSound": "shootBig", 20 | "bullet":{ 21 | "damage": 200, 22 | "speed": 3, 23 | "bulletWidth": 30, 24 | "bulletHeight": 22, 25 | "splashDamageRadius": 80, 26 | "splashDamage": 200, 27 | "frontColor": "b830c2", 28 | "backColor": "b830c2", 29 | "homingPower": 20, 30 | "homingRange": 600, 31 | "lifetime": 140, 32 | "fragBullet":{ 33 | "damage": 100, 34 | "speed": 4, 35 | "bulletWidth": 20, 36 | "bulletHeight": 14, 37 | "splashDamageRadius": 48, 38 | "splashDamage": 80, 39 | "frontColor": "b830c2", 40 | "backColor": "b830c2", 41 | "homingPower": 20, 42 | "homingRange": 360, 43 | "lifetime": 90, 44 | "keepVelocity": true, 45 | "fragBullet":{ 46 | "damage": 50, 47 | "speed": 5, 48 | "bulletWidth": 14, 49 | "bulletHeight": 8, 50 | "splashDamageRadius": 32, 51 | "splashDamage": 50, 52 | "frontColor": "b830c2", 53 | "backColor": "b830c2", 54 | "homingPower": 20, 55 | "homingRange": 240, 56 | "lifetime": 140, 57 | "fragBullet":{ 58 | "damage": 8, 59 | "speed": 9, 60 | "bulletWidth": 7, 61 | "bulletHeight": 4, 62 | "splashDamageRadius": 8, 63 | "splashDamage": 8, 64 | "frontColor": "b830c2", 65 | "backColor": "b830c2", 66 | "homingPower": 20, 67 | "homingRange": 240, 68 | "lifetime": 100, 69 | }, 70 | "fragBullets": 25 71 | }, 72 | "fragBullets": 8 73 | }, 74 | "fragBullets": 5 75 | } 76 | } 77 | } 78 | -------------------------------------------------------------------------------- /content/blocks/ion-cannon-drone.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ItemTurret", 3 | "name": "Erradication cannon", 4 | "description": "Powerful single-shot cannon what erradicates most Divinity's advesaries. It's designer, TrinityXyz, was executed by drones with it.", 5 | "health": 2350, 6 | "size": 4, 7 | "reload": 135, 8 | "targetGround": true, 9 | "targetAir": true, 10 | "range": 250, 11 | "ammoUseEffect": "shellEjectBig", 12 | "inaccuracy": 0, 13 | "rotatespeed": 10, 14 | "shootSound": "corexplode", 15 | "BlockGroup": "turrets", 16 | "ammo": { 17 | "infiar": { 18 | "speed": 20, 19 | "lifetime": 15, 20 | "damage": 1400, 21 | "bulletWidth": 10, 22 | "bulletHeight": 100, 23 | "shootEffect": "shootBig", 24 | "smokeEffect": "shootBigSmoke" 25 | }, 26 | "blast-compound": { 27 | "speed": 20, 28 | "lifetime": 15, 29 | "damage": 2000, 30 | "bulletWidth": 10, 31 | "bulletHeight": 100, 32 | "shootEffect": "explosion", 33 | "smokeEffect": "shootBigSmoke", 34 | "reloadMultiplier": 0.75 35 | }, 36 | "phase-fabric": { 37 | "speed": 20, 38 | "damage": 1000, 39 | "lifetime": 15, 40 | "bulletWidth": 10, 41 | "bulletHeight": 100, 42 | "shootEffect": "shootBig", 43 | "smokeEffect": "smeltsmoke", 44 | "reloadMultiplier": 1.8 45 | }, 46 | "surge-alloy": { 47 | "speed": 20, 48 | "damage": 1000, 49 | "lifetime": 15, 50 | "bulletWidth": 10, 51 | "bulletHeight": 100, 52 | "shootEffect": "shootBig", 53 | "smokeEffect": "shootBigSmoke", 54 | "lightining" : 15, 55 | "lightningLength" : 65 56 | }, 57 | }, 58 | "requirements": [ 59 | { "item": "lead", "amount": 500 }, 60 | { "item": "silicon", "amount": 500 }, 61 | { "item": "copper", "amount": 500 }, 62 | { "item": "scalar", "amount": 500 }, 63 | { "item": "matrix", "amount": 500 }, 64 | { "item": "graphite", "amount": 500 } 65 | ], 66 | "category": "turret", 67 | "buildVisibility": "sandboxOnly", 68 | "alwaysUnlocked": false 69 | } -------------------------------------------------------------------------------- /content/blocks/blast-tower.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ItemTurret", 3 | "category": "turret", 4 | "health": 1650, 5 | "size": 2, 6 | "reload": 120, 7 | "targetGround": true, 8 | "targetAir": false, 9 | "range": 160, 10 | "shootCone": 360, 11 | "BlockGroup": "turrets", 12 | "shootSound": "explosion", 13 | "ammoUseEffect": "explosion", 14 | "inaccuracy": 0, 15 | "rotatespeed": 1000000000000000, 16 | "ammo": { 17 | "blast-compound": { 18 | "splashDamage": 10, 19 | "splashDamageRadius": 160, 20 | "ammoMultiplier": 1, 21 | "bulletWidth": 20, 22 | "bulletHeight": 20, 23 | "instantDisappear": true, 24 | "reloadMultiplier": 0.75, 25 | "type": "BasicBulletType", 26 | "lifetime": 5, 27 | "speed": 0, 28 | "despawnEffect": "commandSend", 29 | }, 30 | "phase-fabric": { 31 | "ammoMultiplier": 2, 32 | "bulletWidth": 20, 33 | "bulletHeight": 20, 34 | "instantDisappear": true, 35 | "type": "BasicBulletType", 36 | "lifetime": 5, 37 | "speed": 0, 38 | "despawnEffect": "commandSend", 39 | "splashDamage": 60, 40 | "splashDamageRadius": 320 41 | }, 42 | "blast-fabric": 43 | { 44 | "ammoMultiplier": 5, 45 | "bulletWidth": 20, 46 | "bulletHeight": 20, 47 | "instantDisappear": true, 48 | "type": "BasicBulletType", 49 | "lifetime": 5, 50 | "speed": 0, 51 | "reloadMultiplier": 2, 52 | "splashDamageRadius": 160, 53 | "splashDamage": 60, 54 | "despawnEffect": "commandSend" 55 | }, 56 | "surge-alloy": { 57 | "ammoMultiplier": 5, 58 | "bulletWidth": 20, 59 | "bulletHeight": 20, 60 | "instantDisappear": true, 61 | "type": "BasicBulletType", 62 | "lifetime": 5, 63 | "speed": 0, 64 | "splashDamage": 85, 65 | "splashDamageRadius": 160, 66 | "lightining" : 30, 67 | "lightningLength" : 150, 68 | "despawnEffect": "commandSend" 69 | } 70 | }, 71 | "requirements": [ 72 | { "item": "blast-fabric", "amount": 90 }, 73 | { "item": "matrix", "amount": 110 }, 74 | { "item": "stone", "amount": 100 }, 75 | ], 76 | "category": "turret", 77 | "research": "ripple" 78 | } -------------------------------------------------------------------------------- /content/blocks/ion-cannon.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "ItemTurret", 3 | "name": "Hammerhead cannon", 4 | "description": "Powerful single-shot cannon what ionises most enemies. Without ionised fluid, it has quite long reload speed.", 5 | "health": 2350, 6 | "size": 4, 7 | "reload": 450, 8 | "targetGround": true, 9 | "targetAir": true, 10 | "range": 250, 11 | "shootSound": "laser", 12 | "consumes": { 13 | "liquid": { 14 | "liquid": "ion-matter", 15 | "amount": 0.12, 16 | "optional": false, 17 | "booster": true 18 | } 19 | }, 20 | "BlockGroup": "turrets", 21 | "ammoUseEffect": "shellEjectBig", 22 | "inaccuracy": 0, 23 | "rotatespeed": 10, 24 | "ammo": { 25 | "infiar": { 26 | "speed": 20, 27 | "damage": 800, 28 | "lifetime": 15, 29 | "backColor": "00ffff", 30 | "frontColor": "00ffff", 31 | "bulletWidth": 10, 32 | "bulletHeight": 100, 33 | "shootEffect": "shootBig", 34 | "smokeEffect": "shootBigSmoke" 35 | }, 36 | "blast-compound": { 37 | "speed": 20, 38 | "lifetime": 15, 39 | "damage": 1000, 40 | "backColor": "00ffff", 41 | "frontColor": "00ffff", 42 | "bulletWidth": 10, 43 | "bulletHeight": 100, 44 | "shootEffect": "explosion", 45 | "smokeEffect": "shootBigSmoke", 46 | "reloadMultiplier": 0.8 47 | }, 48 | "phase-fabric": { 49 | "speed": 20, 50 | "damage": 450, 51 | "lifetime": 15, 52 | "backColor": "00ffff", 53 | "frontColor": "00ffff", 54 | "bulletWidth": 10, 55 | "bulletHeight": 100, 56 | "shootEffect": "shootBig", 57 | "smokeEffect": "smeltsmoke", 58 | "reloadMultiplier": 2 59 | }, 60 | "surge-alloy": { 61 | "speed": 20, 62 | "damage": 600, 63 | "lifetime": 15, 64 | "backColor": "00ffff", 65 | "frontColor": "00ffff", 66 | "bulletWidth": 10, 67 | "bulletHeight": 100, 68 | "shootEffect": "shootBig", 69 | "smokeEffect": "shootBigSmoke", 70 | "lightining" : 10, 71 | "lightningLength" : 50 72 | }, 73 | }, 74 | "requirements": [ 75 | { "item": "tau-plate", "amount": 470 }, 76 | { "item": "surge-alloy", "amount": 270 }, 77 | { "item": "copper", "amount": 440 }, 78 | { "item": "scalar", "amount": 350 }, 79 | { "item": "infiar", "amount": 150 }, 80 | { "item": "graphite", "amount": 350 } 81 | ], 82 | "category": "turret", 83 | "research": "fuse" 84 | } -------------------------------------------------------------------------------- /content/blocks/separator-MK3.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Separator", 3 | "name": "De-ioniser", 4 | "description": "Uses a lot of energy and cryofluid, which is glazed on extremely cold snowballs, in order to release a quite vast selection of items from a seemingly inreversible plasma state of matter. With snowballs escaping the de-ionising capsule the same way resources do it, usage of inverted sorters is advised.", 5 | "itemCapacity": 50, 6 | "results": [ 7 | {"item": "matrix", "amount": 45}, 8 | {"item": "silicon", "amount": 60}, 9 | {"item": "infiar", "amount": 10}, 10 | {"item": "graphite", "amount": 75}, 11 | {"item": "scalar", "amount": 65}, 12 | {"item": "tensor", "amount": 35}, 13 | {"item": "surge-alloy", "amount": 25}, 14 | {"item": "phase-fabric", "amount": 35}, 15 | {"item": "plastanium", "amount": 50}, 16 | {"item": "blast-fabric", "amount": 35}, 17 | {"item": "vector", "amount": 55}, 18 | {"item": "metaglass", "amount": 60}, 19 | {"item": "visionary-glass", "amount": 50}, 20 | {"item": "copper", "amount": 85}, 21 | {"item": "lead", "amount": 85}, 22 | {"item": "titanium", "amount": 65}, 23 | {"item": "blast-compound", "amount": 45}, 24 | {"item": "scrap", "amount": 65}, 25 | {"item": "thorium", "amount": 50} 26 | ], 27 | "spinnerLength": 6, 28 | "spinnerRadius": 6, 29 | "spinnerThickness": 5, 30 | "spinnerSpeed": 15, 31 | "size": 4, 32 | "hasPower": true, 33 | "hasLiquids": true, 34 | "craftTime": 103, 35 | "updateEffect": "smeltsmoke", 36 | "consumes": { 37 | "power": 10.5, 38 | "liquid": { 39 | "liquid": "ion-matter", 40 | "amount": 0.5 41 | }, 42 | "items": { 43 | "items": [ 44 | {"item": "snowball-but-colder", "amount": 5} 45 | ] 46 | } 47 | }, 48 | "requirements": [ 49 | { "item": "titanium", "amount": 265 }, 50 | { "item": "graphite", "amount": 85 }, 51 | { "item": "infiar", "amount": 125 }, 52 | { "item": "surge-alloy", "amount": 80 }, 53 | { "item": "thorium", "amount": 145 }, 54 | { "item": "blast-fabric", "amount": 95} 55 | ], 56 | "category": "crafting", 57 | "research": "separator-MK2", 58 | "idleSound": "respawning", 59 | "idleSoundVolume": 0.5 60 | } 61 | --------------------------------------------------------------------------------