793 lines
19 KiB
JSON
793 lines
19 KiB
JSON
{
|
|
"components": {
|
|
"crude_oil":{
|
|
"produced_with": "oil_extractor",
|
|
"is_source": true
|
|
},
|
|
"iron_ore":{
|
|
"produced_with": "mining_machine",
|
|
"is_source": true
|
|
},
|
|
"fire_ice":{
|
|
"produced_with": "orbital_harvester",
|
|
"is_source": true
|
|
},
|
|
"stone_ore":{
|
|
"produced_with": "mining_machine",
|
|
"is_source": true
|
|
},
|
|
"titanium_ingot":{
|
|
"produced_with": "mining_machine",
|
|
"is_source": true
|
|
},
|
|
"coal_ore":{
|
|
"produced_with": "mining_machine",
|
|
"is_source": true
|
|
},
|
|
"iron_ingot": {
|
|
"requires": {
|
|
"iron_ore": 1
|
|
},
|
|
"produced_with": "smelter",
|
|
"ppm": 60
|
|
},
|
|
"magnet": {
|
|
"requires": {
|
|
"iron_ore": 1
|
|
},
|
|
"produced_with": "smelter",
|
|
"ppm": 40
|
|
},
|
|
"gear": {
|
|
"requires": {
|
|
"iron_ingot": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 60
|
|
},
|
|
"steel": {
|
|
"requires": {
|
|
"iron_ingot": 3
|
|
},
|
|
"produced_with": "smelter",
|
|
"ppm": 20
|
|
},
|
|
"plasma_exciter": {
|
|
"requires": {
|
|
"magnetic_coil": 4,
|
|
"prism": 2
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 30
|
|
},
|
|
"photon_combiner": {
|
|
"recipes": [
|
|
{
|
|
"requires":{
|
|
"prism": 2,
|
|
"circuit_board": 1
|
|
},
|
|
"ppm": 20,
|
|
"produced_with": "assembler"
|
|
},
|
|
{
|
|
"requires":{
|
|
"optical_grating_crystal": 1,
|
|
"circuit_board": 1
|
|
},
|
|
"ppm": 20,
|
|
"produced_with": "assembler",
|
|
"advanced": true
|
|
}
|
|
]},
|
|
"electromagnetic_matrix": {
|
|
"requires": {
|
|
"magnetic_coil": 1,
|
|
"circuit_board": 1
|
|
},
|
|
"produced_with": "matrix_lab",
|
|
"ppm": 20
|
|
},
|
|
"copper_ore":{
|
|
"produced_with": "mining_machine",
|
|
"is_source": true
|
|
},
|
|
"copper_ingot": {
|
|
"requires": {
|
|
"copper_ore": 1
|
|
},
|
|
"produced_with": "smelter",
|
|
"ppm": 60
|
|
},
|
|
"magnetic_coil": {
|
|
"requires": {
|
|
"copper_ingot": 1,
|
|
"magnet": 2
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 60,
|
|
"amount": 2
|
|
},
|
|
"electric_motor": {
|
|
"requires": {
|
|
"magnetic_coil": 1,
|
|
"gear": 1,
|
|
"iron_ingot": 2
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 30
|
|
},
|
|
"electromagnetic_turbine": {
|
|
"requires": {
|
|
"magnetic_coil": 2,
|
|
"electric_motor": 2
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 30
|
|
},
|
|
"super-magnetic_ring": {
|
|
"requires": {
|
|
"electromagnetic_turbine": 2,
|
|
"magnet": 3,
|
|
"energetic_graphite": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 20
|
|
},
|
|
"energy_matrix": {
|
|
"requires": {
|
|
"hydrogen": 2,
|
|
"energetic_graphite": 2
|
|
},
|
|
"produced_with": "matrix_lab",
|
|
"ppm": 10
|
|
},
|
|
"high-purity_silicon": {
|
|
"requires": {
|
|
"silicon_ore": 2
|
|
},
|
|
"produced_with": "smelter",
|
|
"ppm": 30
|
|
},
|
|
"crystal_silicon": {
|
|
"recipes": [
|
|
{
|
|
"requires":{
|
|
"purity_silicon": 1
|
|
},
|
|
"ppm": 30,
|
|
"produced_with": "smelter"
|
|
},
|
|
{
|
|
"requires":{
|
|
"fractal_silicon": 1
|
|
},
|
|
"ppm": 15,
|
|
"produced_with": "smelter"
|
|
}
|
|
]},
|
|
"silicon_ore": {
|
|
"requires": {
|
|
"stone_ore": 10
|
|
},
|
|
"produced_with": "smelter",
|
|
"ppm": 0.6
|
|
},
|
|
"microcrystalline_comonent": {
|
|
"requires": {
|
|
"high-purity_silicon": 12,
|
|
"copper_ingot": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 30
|
|
},
|
|
"structure_matrix": {
|
|
"requires": {
|
|
"titanium_crystal": 1,
|
|
"diamond": 1
|
|
},
|
|
"produced_with": "matrix_lab",
|
|
"ppm": 7.5
|
|
},
|
|
"titanium_ignot": {
|
|
"requires": {
|
|
"titanium_ore": 2
|
|
},
|
|
"produced_with": "smelter",
|
|
"ppm": 30
|
|
},
|
|
"titanium_ore": {
|
|
"produced_with": "mining_machine",
|
|
"is_source": true
|
|
},
|
|
"titanium_alloy": {
|
|
"requires": {
|
|
"titanium_ore": 4,
|
|
"steel": 4,
|
|
"sulfuric_acid": 8
|
|
},
|
|
"produced_with": "smelter",
|
|
"ppm": 5,
|
|
"amount": 4
|
|
},
|
|
"circuit_board": {
|
|
"requires": {
|
|
"iron_ingot": 2,
|
|
"copper_ingot": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 60,
|
|
"amount": 2
|
|
},
|
|
"processor": {
|
|
"requires": {
|
|
"circuit_board": 2,
|
|
"microcrystalline_comonent": 2
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 30
|
|
},
|
|
"stone": {
|
|
"requires": {
|
|
"stone_ore": 1
|
|
},
|
|
"produced_with": "smelter",
|
|
"ppm": 60
|
|
},
|
|
"glass": {
|
|
"requires": {
|
|
"stone_ore": 2
|
|
},
|
|
"produced_with": "smelter",
|
|
"ppm": 30
|
|
},
|
|
"prism": {
|
|
"requires": {
|
|
"glass": 3
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 30,
|
|
"amount": 2
|
|
},
|
|
"energetic_graphite": {
|
|
"recipes": [
|
|
{
|
|
"requires":{
|
|
"coal_ore": 2
|
|
},
|
|
"ppm": 30,
|
|
"produced_with": "smelter"
|
|
},
|
|
{
|
|
"requires":{
|
|
"refined_oil": 1,
|
|
"hydrogen": 2
|
|
},
|
|
"ppm": 15,
|
|
"produced_with": "oil_refinery",
|
|
"recipe_name": "X-Ray Cracking"
|
|
}
|
|
]},
|
|
"diamond": {
|
|
"recipes": [
|
|
{
|
|
"requires":{
|
|
"energetic_graphite": 1
|
|
},
|
|
"ppm": 30,
|
|
"produced_with": "smelter"
|
|
},
|
|
{
|
|
"requires":{
|
|
"kimberlite_ore": 1
|
|
},
|
|
"ppm": 30,
|
|
"produced_with": "smelter",
|
|
"advanced": true
|
|
}
|
|
]},
|
|
"sulfuric_acid": {
|
|
"requires": {
|
|
"water": 4,
|
|
"stone_ore": 8,
|
|
"refined_oil": 6
|
|
},
|
|
"produced_with": "chemical_plant",
|
|
"ppm": 10,
|
|
"amount": 4
|
|
},
|
|
"particle_container": {
|
|
"recipes": [
|
|
{
|
|
"requires":{
|
|
"electromagnetic_turbine": 2,
|
|
"copper_ingot": 2,
|
|
"graphene": 2
|
|
},
|
|
"ppm": 15,
|
|
"produced_with": "assembler"
|
|
},
|
|
{
|
|
"requires":{
|
|
"copper_ingot": 2,
|
|
"unipolar_magnet": 10
|
|
},
|
|
"ppm": 15,
|
|
"produced_with": "assembler",
|
|
"advanced": true
|
|
}
|
|
]},
|
|
"hydrogen": {
|
|
"recipes": [
|
|
{
|
|
"requires":{
|
|
"crude_oil": 2
|
|
},
|
|
"ppm": 15,
|
|
"produced_with": "oil_refinery",
|
|
"recipe_name": "Plasma Refining"
|
|
},
|
|
{
|
|
"requires":{
|
|
"refined_oil": 1,
|
|
"hydrogen": 2
|
|
},
|
|
"ppm": 15,
|
|
"produced_with": "oil_refinery",
|
|
"recipe_name": "X-Ray Cracking",
|
|
"amount": 3
|
|
},
|
|
{
|
|
"requires":{
|
|
"fire_ice": 2
|
|
},
|
|
"ppm": 30,
|
|
"produced_with": "chemical_plant",
|
|
"advanced": true
|
|
}
|
|
]},
|
|
"refined_oil": {
|
|
"requires":{
|
|
"crude_oil": 2
|
|
},
|
|
"ppm": 15,
|
|
"produced_with": "oil_refinery",
|
|
"recipe_name": "Plasma Refining",
|
|
"amount": 2
|
|
},
|
|
"deuterium": {
|
|
"recipes": [
|
|
{
|
|
"requires":{
|
|
"hydrogen": 10
|
|
},
|
|
"ppm": 12,
|
|
"produced_with": "particle_colider"
|
|
},
|
|
{
|
|
"requires":{
|
|
"hydrogen": 1
|
|
},
|
|
"produced_with": "fractionator"
|
|
}
|
|
]},
|
|
"plastic": {
|
|
"requires": {
|
|
"refined_oil": 2,
|
|
"energetic_graphite": 1
|
|
},
|
|
"produced_with": "chemical_plant",
|
|
"ppm": 20
|
|
},
|
|
"organic_crystal": {
|
|
"recipes": [
|
|
{
|
|
"requires":{
|
|
"water": 1,
|
|
"refined_oil": 1,
|
|
"plastic": 2
|
|
},
|
|
"ppm": 10,
|
|
"produced_with": "chemical_plant"
|
|
},
|
|
{
|
|
"requires":{
|
|
"plant_fuel": 30,
|
|
"water": 10,
|
|
"log": 20
|
|
},
|
|
"ppm": 10,
|
|
"produced_with": "chemical_plant",
|
|
"original": true
|
|
}
|
|
]},
|
|
"graphene": {
|
|
"recipes": [
|
|
{
|
|
"requires":{
|
|
"energetic_graphite": 3,
|
|
"sulfuric_acid": 1
|
|
},
|
|
"ppm": 20,
|
|
"amount": 2,
|
|
"produced_with": "chemical_plant"
|
|
},
|
|
{
|
|
"requires":{
|
|
"fire_ice": 2
|
|
},
|
|
"ppm": 30,
|
|
"produced_with": "chemical_plant",
|
|
"advanced": true,
|
|
"amount": 2
|
|
}
|
|
]},
|
|
"titanium_crystal": {
|
|
"requires": {
|
|
"titanium_ingot": 3,
|
|
"organic_crystal": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 15
|
|
},
|
|
"hydrogen_fuel_rod": {
|
|
"requires": {
|
|
"titanium_ingot": 1,
|
|
"hydrogen": 5
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 20
|
|
},
|
|
"thruster": {
|
|
"requires": {
|
|
"steel": 2,
|
|
"copper_ingot": 3
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 15
|
|
},
|
|
"logistics_drone": {
|
|
"requires": {
|
|
"iron_ingot": 5,
|
|
"processor": 2,
|
|
"thruster": 2
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 15
|
|
},
|
|
"solar_sail": {
|
|
"requires": {
|
|
"graphene": 1,
|
|
"photon_combiner": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 15,
|
|
"amount": 2
|
|
},
|
|
"deuteron_fuel_rod": {
|
|
"requires": {
|
|
"deuterium": 10,
|
|
"titanium_alloy": 1,
|
|
"super-magnetic_ring": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 10
|
|
},
|
|
"reinforced_thruster": {
|
|
"requires": {
|
|
"titanium_alloy": 5,
|
|
"electromagnetic_turbine": 5
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 10
|
|
},
|
|
"logistics_vessel": {
|
|
"requires": {
|
|
"titanium_alloy": 10,
|
|
"reinforced_thruster": 5,
|
|
"processor": 10
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 10
|
|
},
|
|
"foundation": {
|
|
"requires": {
|
|
"steel": 1,
|
|
"stone": 3
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 60
|
|
}
|
|
},
|
|
"buildings":{
|
|
"tesla_tower": {
|
|
"requires": {
|
|
"iron_ingot": 2,
|
|
"magnetic_coil": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 60
|
|
},
|
|
"wireless_power_tower": {
|
|
"requires": {
|
|
"tesla_tower": 1,
|
|
"plasma_exciter": 3
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 20
|
|
},
|
|
"wind_turbine": {
|
|
"requires": {
|
|
"iron_ingot": 6,
|
|
"gear": 1,
|
|
"magnetic_coil": 3
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 15
|
|
},
|
|
"thermal_power_station": {
|
|
"requires": {
|
|
"iron_ingot": 10,
|
|
"stone": 4,
|
|
"magnetic_coil": 4,
|
|
"gear": 4
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 12
|
|
},
|
|
"solar_panel": {
|
|
"requires": {
|
|
"copper_ingot": 6,
|
|
"high-purity_silicon": 6,
|
|
"circuit_board": 4
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 12
|
|
},
|
|
"accumulator": {
|
|
"requires": {
|
|
"iron_ingot": 6,
|
|
"super-magnetic_ring": 6,
|
|
"crystal_silicon": 4
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 12
|
|
},
|
|
"ray_receiver": {
|
|
"requires": {
|
|
"steel": 20,
|
|
"super-magnetic_ring": 20,
|
|
"high-purity_silicon": 20,
|
|
"photon_combiner": 10,
|
|
"processor": 5
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 7.5
|
|
},
|
|
"mini_fusion_power_station": {
|
|
"requires": {
|
|
"titanium_alloy": 12,
|
|
"super-magnetic_ring": 10,
|
|
"carbon_nanotubes": 8,
|
|
"processor": 4
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 10
|
|
},
|
|
"converyor_belt_mk1": {
|
|
"requires": {
|
|
"iron_ingot": 2,
|
|
"gear": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 60,
|
|
"amount": 3
|
|
},
|
|
"converyor_belt_mk2": {
|
|
"requires": {
|
|
"converyor_belt_mk1": 3,
|
|
"electromagnetic_turbine": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 60,
|
|
"amount": 3
|
|
},
|
|
"converyor_belt_mk3": {
|
|
"requires": {
|
|
"converyor_belt_mk2": 3,
|
|
"super-magnetic_ring": 1,
|
|
"graphene": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 60,
|
|
"amount": 3
|
|
},
|
|
"splitter": {
|
|
"requires": {
|
|
"iron_ingot": 3,
|
|
"gear": 2,
|
|
"circuit_board": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 30
|
|
},
|
|
"storage_mk1": {
|
|
"requires": {
|
|
"iron_ingot": 4,
|
|
"stone": 4
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 30
|
|
},
|
|
"storage_mk2": {
|
|
"requires": {
|
|
"steel": 8,
|
|
"stone": 8
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 15
|
|
},
|
|
"storage_tank": {
|
|
"requires": {
|
|
"iron_ingot": 8,
|
|
"stone": 4,
|
|
"glass": 4
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 30
|
|
},
|
|
"em-rail_ejector": {
|
|
"requires": {
|
|
"steel": 20,
|
|
"gear": 20,
|
|
"processor": 5,
|
|
"super-magnetic_ring": 10
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 10
|
|
},
|
|
"planetary_logistics_station": {
|
|
"requires": {
|
|
"steel": 40,
|
|
"titanium_ingot": 40,
|
|
"processor": 40,
|
|
"particle_container": 20
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 3
|
|
},
|
|
"sorter_mk1": {
|
|
"requires": {
|
|
"iron_ingot": 1,
|
|
"circuit_board": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 60
|
|
},
|
|
"sorter_mk2": {
|
|
"requires": {
|
|
"sorter_mk1": 2,
|
|
"electric_motor": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 60,
|
|
"amount": 2
|
|
},
|
|
"sorter_mk3": {
|
|
"requires": {
|
|
"sorter_mk2": 2,
|
|
"electromagnetic_turbine": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 60,
|
|
"amount": 2
|
|
},
|
|
"mining_machine": {
|
|
"requires": {
|
|
"iron_ingot": 4,
|
|
"magnetic_coil": 2,
|
|
"gear": 2,
|
|
"circuit_board": 2
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 20
|
|
},
|
|
"water_pump": {
|
|
"requires": {
|
|
"iron_ingot": 8,
|
|
"stone": 4,
|
|
"electric_motor": 4,
|
|
"circuit_board": 2
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 15
|
|
},
|
|
"oil_extractor": {
|
|
"requires": {
|
|
"steel": 12,
|
|
"stone": 12,
|
|
"plasma_exciter": 4,
|
|
"circuit_board": 6
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 7.5
|
|
},
|
|
"oil_refinery": {
|
|
"requires": {
|
|
"steel": 10,
|
|
"stone": 10,
|
|
"plasma_exciter": 6,
|
|
"circuit_board": 6
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 10
|
|
},
|
|
"interstellar_logistics_Station": {
|
|
"requires": {
|
|
"planetary_logistics_station": 1,
|
|
"titanium_alloy": 40,
|
|
"particle_container": 20
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 2
|
|
},
|
|
"assembling_machine_mk1": {
|
|
"requires": {
|
|
"iron_ingot": 4,
|
|
"gear": 8,
|
|
"circuit_board": 4
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 30
|
|
},
|
|
"assembling_machine_mk2": {
|
|
"requires": {
|
|
"assembling_machine_mk1": 1,
|
|
"graphene": 8,
|
|
"processor": 4
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 20
|
|
},
|
|
"smelter": {
|
|
"requires": {
|
|
"iron_ingot": 4,
|
|
"stone": 2,
|
|
"circuit_board": 4,
|
|
"magnetic_coil": 2
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 20
|
|
},
|
|
"fractionator": {
|
|
"requires": {
|
|
"steel": 8,
|
|
"stone": 4,
|
|
"glass": 4,
|
|
"processor": 1
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 20
|
|
},
|
|
"chemical_plant": {
|
|
"requires": {
|
|
"steel": 8,
|
|
"stone": 8,
|
|
"glass": 8,
|
|
"circuit_board": 2
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 12
|
|
},
|
|
"matrix_lab": {
|
|
"requires": {
|
|
"iron_ingot": 8,
|
|
"magnetic_coil": 4,
|
|
"glass": 4,
|
|
"circuit_board": 4
|
|
},
|
|
"produced_with": "assembler",
|
|
"ppm": 20
|
|
}
|
|
}
|
|
} |