Created
June 19, 2020 03:00
-
-
Save annapoulakos/0ee7c650af6be6c91fc5ad16c57ef313 to your computer and use it in GitHub Desktop.
[Satisfactory] Information
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '0.1' | |
machines: | |
smelter: | |
name: Smelter | |
size: 6x9x9 | |
recipes: | |
- input: | |
iron-ore: 30 | |
output: | |
iron-ingot: 30 | |
- input: | |
copper-ore: 30 | |
output: | |
copper-ingot: 30 | |
- input: | |
caterium-ore: 45 | |
output: | |
caterium-ingot: 15 | |
- input: | |
aluminum-scrap: 144 | |
output: | |
aluminum-ingot: 36 | |
constructor: | |
name: Constructor | |
size: 8x10x7 | |
recipes: | |
- input: | |
iron-ingot: 30 | |
output: | |
iron-plate: 20 | |
- input: | |
iron-ingot: 15 | |
output: | |
iron-rod: 15 | |
- input: | |
iron-rod: 10 | |
output: | |
screw: 40 | |
- input: | |
iron-ingot: 12.5 | |
output: | |
screw: 50 | |
- input: | |
copper-ingot: 20 | |
output: | |
copper-sheet: 10 | |
- input: | |
steel-ingot: 60 | |
output: | |
steel-beam: 15 | |
- input: | |
steel-ingot: 30 | |
output: | |
steel-pipe: 20 | |
- input: | |
steel-beam: 5 | |
output: | |
screw: 260 | |
- input: | |
copper-ingot: 15 | |
output: | |
wire: 30 | |
- input: | |
wire: 60 | |
output: | |
cable: 30 | |
- input: | |
caterium-ingot: 12 | |
output: | |
quickwire: 60 | |
- input: | |
caterium-ingot: 15 | |
output: | |
wire: 120 | |
- input: | |
limestone: 45 | |
output: | |
concrete: 15 | |
- input: | |
raw-quartz: 22.5 | |
output: | |
silica: 37.5 | |
- input: | |
raw-quartz: 37.5 | |
output: | |
quartz-crystal: 22.5 | |
- input: | |
wood: 60 | |
output: | |
biomass: 300 | |
- input: | |
leaves: 120 | |
output: | |
biomass: 60 | |
- input: | |
biomass: 120 | |
output: | |
solid-biofuel: 60 | |
- input: | |
alien-organs: 7.5 | |
output: | |
biomass: 1500 | |
- input: | |
alien-carapace: 15 | |
output: | |
biomass: 1500 | |
- input: | |
mycelia: 150 | |
output: | |
biomass: 150 | |
- input: | |
green-power-slug: 7.5 | |
output: | |
power-shard: 7.5 | |
- input: | |
yellow-power-slug: 5 | |
output: | |
power-shard: 10 | |
- input: | |
purple-power-slug: 2.5 | |
output: | |
power-shard: 12.5 | |
- input: | |
iron-rod: 15 | |
output: | |
spiked-rebar: 15 | |
- input: | |
flower-petals: 37.5 | |
output: | |
color-cartridge: 75 | |
- input: | |
plastic: 30 | |
output: | |
empty-canister: 60 | |
- input: | |
wood: 15 | |
output: | |
coal: 150 | |
- input: | |
biomass: 37.5 | |
output: | |
coal: 45 | |
assembler: | |
name: Assembler | |
size: 10x15x8 | |
recipes: | |
- input: | |
iron-ingot: 50 | |
plastic: 10 | |
output: | |
iron-plate: 75 | |
- input: | |
iron-plate: 30 | |
screw: 60 | |
output: | |
reinforced-iron-plate: 5 | |
- input: | |
reinforced-iron-plate: 3 | |
iron-rod: 12 | |
output: | |
modular-frame: 2 | |
- input: | |
steel-beam: 24 | |
concrete: 30 | |
output: | |
encased-industrial-beam: 6 | |
- input: | |
reinforced-iron-plate: 7.5 | |
screw: 140 | |
output: | |
modular-frame: 5 | |
- input: | |
iron-plate: 18.75 | |
wire: 37.5 | |
output: | |
reinforced-iron-plate: 5.6 | |
- input: | |
aluminum-ingot: 60 | |
copper-ingot: 22.5 | |
output: | |
alclad-aluminum-sheet: 30 | |
- input: | |
reinforced-iron-plate: 2 | |
steel-pipe: 10 | |
output: | |
modular-frame: 3 | |
- input: | |
iron-rod: 20 | |
screw: 100 | |
output: | |
rotor: 4 | |
- input: | |
steel-pipe: 15 | |
wire: 40 | |
output: | |
stator: 5 | |
- input: | |
rotor: 10 | |
stator: 10 | |
output: | |
motor: 5 | |
- input: | |
reinforced-iron-plate: 2 | |
rotor: 2 | |
output: | |
smart-plating: 2 | |
- input: | |
modular-frame: 2.5 | |
steel-beam: 30 | |
output: | |
versatile-framework: 5 | |
- input: | |
stator: 2.5 | |
cable: 50 | |
output: | |
automated-wiring: 2.5 | |
- input: | |
coal: 7.5 | |
sulfur: 15 | |
output: | |
black-powder: 7.5 | |
- input: | |
black-powder: 15 | |
steel-pipe: 30 | |
output: | |
nobelisk: 3 | |
- input: | |
mycelia: 15 | |
biomass: 75 | |
output: | |
fabric: 15 | |
- input: | |
raw-quartz: 11.25 | |
limestone: 18.75 | |
output: | |
silica: 26.2 | |
- input: | |
coal: 25 | |
sulfur: 25 | |
output: | |
compacted-coal: 25 | |
- input: | |
copper-sheet: 15 | |
plastic: 30 | |
output: | |
circuit-board: 7.5 | |
- input: | |
copper-sheet: 25 | |
quickwire: 100 | |
output: | |
ai-limiter: 5 | |
- input: | |
plastic: 12.5 | |
quickwire: 37.5 | |
output: | |
circuit-board: 8.8 | |
- input: | |
copper-sheet: 27.5 | |
silica: 27.5 | |
output: | |
circuit-board: 12.5 | |
- input: | |
circuit-board: 7.5 | |
crystal-oscillator: 2.813 | |
output: | |
computer: 2.8 | |
manufacturer: | |
name: Manufacturer | |
size: 18x19x8 | |
recipes: | |
- input: | |
iron-plate: 22.5 | |
iron-rod: 7.5 | |
wire: 112.5 | |
cable: 15 | |
output: | |
beacon: 7.5 | |
- input: | |
steel-beam: 2 | |
steel-pipe: 8 | |
crystal-oscillator: 0.5 | |
output: | |
beacon: 10 | |
- input: | |
modular-frame: 10 | |
steel-pipe: 30 | |
encased-industrial-beam: 10 | |
screw: 200 | |
output: | |
heavy-modular-frame: 2 | |
- input: | |
modular-frame: 7.5 | |
encased-industrial-beam: 9.375 | |
steel-pipe: 33.75 | |
concrete: 20.625 | |
output: | |
heavy-modular-frame: 2.8 | |
- input: | |
modular-frame: 18.75 | |
encased-industrial-beam: 11.25 | |
rubber: 75 | |
screw: 390 | |
output: | |
heavy-modular-frame: 3.8 | |
- input: | |
beacon: 15 | |
steel-pipe: 20 | |
black-powder: 20 | |
rubber: 30 | |
output: | |
rifle-cartridge: 15 | |
- input: | |
coal: 37.5 | |
rubber: 2 | |
fabric: 15 | |
output: | |
gas-filter: 7.5 | |
- input: | |
circuit-board: 25 | |
cable: 22.5 | |
plastic: 45 | |
screw: 130 | |
output: | |
computer: 2.5 | |
- input: | |
quartz-crystal: 18 | |
cable: 14 | |
reinforced-iron-plate: 2.5 | |
output: | |
crystal-oscillator: 1 | |
- input: | |
computer: 3.75 | |
ai-limiter: 3.75 | |
high-speed-connector: 5.625 | |
plastic: 52.5 | |
output: | |
super-computer: 1.9 | |
- input: | |
motor: 2 | |
rubber: 15 | |
smart-plating: 2 | |
output: | |
modular-engine: 1 | |
- input: | |
automated-wiring: 7.5 | |
circuit-board: 5 | |
heavy-modular-frame: 1 | |
computer: 1 | |
output: | |
adaptive-control-unit: 1 | |
- input: | |
stator: 3.75 | |
wire: 75 | |
high-speed-connector: 1.875 | |
output: | |
automated-wiring: 7.5 | |
- input: | |
reinforced-iron-plate: 2.5 | |
rotor: 2.5 | |
plastic: 7.5 | |
output: | |
smart-plating: 5 | |
- input: | |
quickwire: 210 | |
cable: 37.5 | |
circuit-board: 3.75 | |
output: | |
high-speed-connector: 3.8 | |
foundry: | |
name: Foundry | |
size: 9x10x9 | |
recipes: | |
- input: | |
iron-ore: 45 | |
coal: 45 | |
output: | |
steel: 45 | |
- input: | |
iron-ingot: 40 | |
coal: 40 | |
output: | |
steel-ingot: 60 | |
- input: | |
copper-ore: 50 | |
iron-ore: 25 | |
output: | |
copper-ingot: 100 | |
- input: | |
iron-ore: 75 | |
petroluem-coke: 75 | |
output: | |
steel-ingot: 100 | |
- input: | |
aluminum-scrap: 240 | |
silica: 140 | |
output: | |
aluminum-ingot: 80 | |
refinery: | |
name: Refinery | |
size: 12x20x30 | |
recipes: | |
- input: | |
alumina-solution: 240 | |
petroluem-coke: 60 | |
output: | |
aluminum-scrap: 360 | |
water: 60 | |
- input: | |
bauxite: 70 | |
water: 100 | |
output: | |
alumina-solution: 80 | |
silica: 20 | |
- input: | |
crude-oil: 30 | |
output: | |
plastic: 20 | |
heavy-oil-residue: 10 | |
- input: | |
crude-oil: 30 | |
output: | |
rubber: 20 | |
heavy-oil-residue: 20 | |
- input: | |
polymer-resin: 60 | |
water: 20 | |
output: | |
plastic: 20 | |
- input: | |
polymer-resin: 40 | |
water: 40 | |
output: | |
rubber: 20 | |
- input: | |
crude-oil: 60 | |
output: | |
polymer-resin: 130 | |
heavy-oil-residue: 20 | |
- input: | |
crude-oil: 60 | |
output: | |
fuel: 40 | |
polymer-resin: 30 | |
- input: | |
heavy-oil-residue: 60 | |
output: | |
fuel: 40 | |
- input: | |
solid-biofuel: 90 | |
water: 45 | |
output: | |
liquid-biofuel: 60 | |
- input: | |
packaged-fuel: 60 | |
output: | |
fuel: 60 | |
empty-canister: 60 | |
- input: | |
packaged-liquid-biofuel: 60 | |
output: | |
liquid-biofuel: 60 | |
empty-canister: 60 | |
- input: | |
heavy-oil-residue: 37.5 | |
compacted-coal: 30 | |
output: | |
turbo-heavy-fuel: 30 | |
- input: | |
packaged-turbo-fuel: 20 | |
output: | |
turbo-heavy-fuel: 20 | |
empty-canister: 20 | |
items: | |
iron-ore: | |
type: resource | |
iron-ingot: | |
type: ingot | |
copper-ore: | |
type: resource | |
copper-ingot: | |
type: ingot | |
caterium-ore: | |
type: resource | |
aluminum-scrap: | |
type: resource | |
tier: 7 | |
stack-size: 500 | |
aluminum-ingot: | |
type: ingot | |
tier: 7 | |
iron-plate: | |
type: material | |
iron-rod: | |
type: material | |
screw: | |
type: material | |
stack-size: 500 | |
copper-sheet: | |
type: material | |
steel-beam: | |
type: material | |
tier: 3 | |
steel-pipe: | |
type: material | |
tier: 3 | |
wire: | |
type: material | |
stack-size: 500 | |
cable: | |
type: material | |
quickwire: | |
type: material | |
stack-size: 500 | |
limestone: | |
type: resource | |
concrete: | |
type: material | |
silica: | |
type: material | |
raw-quartz: | |
type: resource | |
quartz-crystal: | |
type: material | |
biomass: | |
type: fuel | |
stack-size: 200 | |
leaves: | |
type: resource | |
solid-biofuel: | |
type: fuel | |
stack-size: 200 | |
alien-organs: | |
type: animal | |
alien-carapace: | |
type: animal | |
mycelia: | |
type: resource | |
power-shard: | |
type: consumable | |
green-power-slug: | |
type: resource | |
yellow-power-slug: | |
type: resource | |
purple-power-slug: | |
type: resource | |
spiked-rebar: | |
type: ammunition | |
stack-size: 50 | |
color-cartridge: | |
type: ammunition | |
stack-size: 200 | |
flower-petals: | |
type: resource | |
stack-size: 200 | |
empty-canister: | |
type: material | |
stack-size: 50 | |
plastic: | |
type: material | |
wood: | |
type: resource | |
coal: | |
type: material | |
beacon: | |
type: consumable | |
crystal-oscillator: | |
type: material | |
heavy-modular-frame: | |
type: material | |
stack-size: 50 | |
modular-frame: | |
type: material | |
stack-size: 50 | |
encased-industrial-beam: | |
type: material | |
rubber: | |
type: material | |
rifle-cartridge: | |
type: ammunition | |
black-powder: | |
type: material | |
gas-filter: | |
type: consumable | |
fabric: | |
type: material | |
computer: | |
type: material | |
circuit-board: | |
type: material | |
stack-size: 200 | |
reinforced-iron-plate: | |
type: material | |
super-computer: | |
type: material | |
ai-limiter: | |
name: A.I. Limiter | |
type: material | |
high-speed-connector: | |
name: High-Speed Connector | |
type: material | |
modular-engine: | |
type: space-elevator | |
smart-plating: | |
type: space-elevator | |
adaptive-control-unit: | |
type: space-elevator | |
automated-wiring: | |
type: space-elevator | |
stator: | |
type: material | |
rotor: | |
type: material | |
alclad-aluminum-sheet: | |
type: material | |
motor: | |
type: material | |
versatile-framework: | |
type: space-elevator | |
sulfur: | |
type: resource | |
nobelisk: | |
type: consumable | |
compacted-coal: | |
type: material | |
alumina-solution: | |
type: material | |
liquid: true | |
bauxite: | |
type: resource | |
petroluem-coke: | |
type: material | |
water: | |
type: resource | |
liquid: true | |
steel-ingot: | |
type: material | |
crude-oil: | |
type: resource | |
liquid: true | |
heavy-oil-residue: | |
type: material | |
liquid: true | |
polymer-resin: | |
type: material | |
liquid-biofuel: | |
type: fuel | |
liquid: true | |
packaged-fuel: | |
type: material | |
packaged-liquid-biofuel: | |
type: material | |
turbo-heavy-fuel: | |
type: fuel | |
liquid: true | |
packaged-turbo-fuel: | |
type: material | |
packaged-water: | |
type: material | |
packaged-oil: | |
type: material | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment