25310 lines
451 KiB
Org Mode
25310 lines
451 KiB
Org Mode
#+title: AngelBob recipes
|
|
|
|
* Notes :noexport:
|
|
|
|
This file was generated using the following Lua script, with all of Angel's and Bob's mods enabled in Factorio:
|
|
#+begin_src lua
|
|
/c
|
|
local recipes = {}
|
|
for name, recipe in pairs(game.recipe_prototypes) do
|
|
local ingredients = {}
|
|
for _, ingredient in pairs(recipe.ingredients) do
|
|
ingredients[#ingredients+1] = ingredient.name .. "," .. ingredient.amount
|
|
end
|
|
local products = {}
|
|
for _, product in pairs(recipe.products) do
|
|
local amount = product.amount or product.amount_min .. "-" .. product.amount_max
|
|
products[#products+1] = product.name .. "," .. amount
|
|
end
|
|
recipes[#recipes+1] = "\n* " .. recipe.subgroup.name .. "\n** " .. name .. "\n*** products" .. "\n- " .. table.concat(products, "\n- ") .. "\n*** ingredients" .. "\n- " .. table.concat(ingredients, "\n- ")
|
|
end
|
|
game.write_file("recipes.org", table.concat(recipes, "\n"), false)
|
|
#+end_src
|
|
|
|
The purpose of the file is to give an overview of the data structures used in the mods.
|
|
|
|
|
|
* angels-alloys
|
|
** angels-solder-mixture
|
|
*** products
|
|
- angels-solder-mixture,2
|
|
*** ingredients
|
|
- lead-plate,2
|
|
- tin-plate,2
|
|
|
|
* angels-alloys
|
|
** lithium-chloride
|
|
*** products
|
|
- solid-lithium,1
|
|
*** ingredients
|
|
- lithia-water,25
|
|
|
|
* angels-alloys
|
|
** lithium
|
|
*** products
|
|
- lithium,1
|
|
*** ingredients
|
|
- solid-lithium,1
|
|
|
|
* angels-alloys
|
|
** lithium-cobalt-oxide
|
|
*** products
|
|
- lithium-cobalt-oxide,2
|
|
*** ingredients
|
|
- cobalt-oxide,1
|
|
- lithium,1
|
|
|
|
* angels-alloys
|
|
** lithium-water-electrolysis
|
|
*** products
|
|
- lithium-perchlorate,1
|
|
- solid-salt,1
|
|
- gas-hydrogen,20
|
|
*** ingredients
|
|
- solid-lithium,1
|
|
- solid-sodium-perchlorate,1
|
|
|
|
* angels-alloys-casting
|
|
** angels-bronze-smelting-1
|
|
*** products
|
|
- liquid-molten-bronze,240
|
|
*** ingredients
|
|
- ingot-copper,18
|
|
- ingot-tin,6
|
|
|
|
* angels-alloys-casting
|
|
** angels-bronze-smelting-2
|
|
*** products
|
|
- liquid-molten-bronze,360
|
|
*** ingredients
|
|
- ingot-copper,18
|
|
- ingot-nickel,6
|
|
- ingot-tin,12
|
|
|
|
* angels-alloys-casting
|
|
** angels-bronze-smelting-3
|
|
*** products
|
|
- liquid-molten-bronze,360
|
|
*** ingredients
|
|
- ingot-copper,18
|
|
- ingot-tin,12
|
|
- ingot-zinc,6
|
|
|
|
* angels-alloys-casting
|
|
** angels-plate-bronze
|
|
*** products
|
|
- bronze-alloy,4
|
|
*** ingredients
|
|
- liquid-molten-bronze,40
|
|
|
|
* angels-alloys-casting
|
|
** bronze-alloy
|
|
*** products
|
|
- bronze-alloy,5
|
|
*** ingredients
|
|
- copper-plate,3
|
|
- tin-plate,2
|
|
|
|
* angels-alloys-casting
|
|
** angels-brass-smelting-1
|
|
*** products
|
|
- liquid-molten-brass,240
|
|
*** ingredients
|
|
- ingot-copper,18
|
|
- ingot-zinc,6
|
|
|
|
* angels-alloys-casting
|
|
** angels-brass-smelting-2
|
|
*** products
|
|
- liquid-molten-brass,360
|
|
*** ingredients
|
|
- ingot-copper,18
|
|
- ingot-tin,6
|
|
- ingot-zinc,12
|
|
|
|
* angels-alloys-casting
|
|
** angels-brass-smelting-3
|
|
*** products
|
|
- liquid-molten-brass,360
|
|
*** ingredients
|
|
- ingot-copper,18
|
|
- ingot-lead,6
|
|
- ingot-zinc,12
|
|
|
|
* angels-alloys-casting
|
|
** angels-plate-brass
|
|
*** products
|
|
- brass-alloy,4
|
|
*** ingredients
|
|
- liquid-molten-brass,40
|
|
|
|
* angels-alloys-casting
|
|
** brass-alloy
|
|
*** products
|
|
- brass-alloy,5
|
|
*** ingredients
|
|
- copper-plate,3
|
|
- zinc-plate,2
|
|
|
|
* angels-alloys-casting
|
|
** angels-gunmetal-smelting-1
|
|
*** products
|
|
- liquid-molten-gunmetal,360
|
|
*** ingredients
|
|
- ingot-copper,18
|
|
- ingot-tin,6
|
|
- ingot-zinc,12
|
|
|
|
* angels-alloys-casting
|
|
** angels-plate-gunmetal
|
|
*** products
|
|
- gunmetal-alloy,4
|
|
*** ingredients
|
|
- liquid-molten-gunmetal,40
|
|
|
|
* angels-alloys-casting
|
|
** gunmetal-alloy
|
|
*** products
|
|
- gunmetal-alloy,10
|
|
*** ingredients
|
|
- copper-plate,8
|
|
- tin-plate,1
|
|
- zinc-plate,1
|
|
|
|
* angels-alloys-casting
|
|
** angels-invar-smelting-1
|
|
*** products
|
|
- liquid-molten-invar,360
|
|
*** ingredients
|
|
- ingot-steel,24
|
|
- ingot-nickel,12
|
|
|
|
* angels-alloys-casting
|
|
** angels-plate-invar
|
|
*** products
|
|
- invar-alloy,4
|
|
*** ingredients
|
|
- liquid-molten-invar,40
|
|
|
|
* angels-alloys-casting
|
|
** invar-alloy
|
|
*** products
|
|
- invar-alloy,5
|
|
*** ingredients
|
|
- iron-plate,3
|
|
- nickel-plate,2
|
|
|
|
* angels-alloys-casting
|
|
** angels-cobalt-steel-smelting-1
|
|
*** products
|
|
- liquid-molten-cobalt-steel,360
|
|
*** ingredients
|
|
- ingot-cobalt,12
|
|
- ingot-steel,24
|
|
|
|
* angels-alloys-casting
|
|
** angels-plate-cobalt-steel
|
|
*** products
|
|
- cobalt-steel-alloy,4
|
|
*** ingredients
|
|
- liquid-molten-cobalt-steel,40
|
|
|
|
* angels-alloys-casting
|
|
** cobalt-steel-alloy
|
|
*** products
|
|
- cobalt-steel-alloy,10
|
|
*** ingredients
|
|
- cobalt-plate,1
|
|
- iron-plate,14
|
|
|
|
* angels-alloys-casting
|
|
** angels-nitinol-smelting-1
|
|
*** products
|
|
- liquid-molten-nitinol,360
|
|
*** ingredients
|
|
- ingot-nickel,12
|
|
- ingot-titanium,24
|
|
|
|
* angels-alloys-casting
|
|
** angels-plate-nitinol
|
|
*** products
|
|
- nitinol-alloy,4
|
|
*** ingredients
|
|
- liquid-molten-nitinol,40
|
|
|
|
* angels-alloys-casting
|
|
** nitinol-alloy
|
|
*** products
|
|
- nitinol-alloy,5
|
|
*** ingredients
|
|
- nickel-plate,3
|
|
- titanium-plate,2
|
|
|
|
* angels-aluminium
|
|
** bauxite-ore-processing
|
|
*** products
|
|
- processed-aluminium,2
|
|
*** ingredients
|
|
- bauxite-ore,4
|
|
|
|
* angels-aluminium
|
|
** aluminium-processed-processing
|
|
*** products
|
|
- pellet-aluminium,4
|
|
*** ingredients
|
|
- processed-aluminium,3
|
|
|
|
* angels-aluminium
|
|
** pellet-aluminium-smelting
|
|
*** products
|
|
- solid-sodium-aluminate,18
|
|
*** ingredients
|
|
- pellet-aluminium,6
|
|
- solid-coke,3
|
|
- solid-sodium-carbonate,3
|
|
|
|
* angels-aluminium
|
|
** bauxite-ore-smelting
|
|
*** products
|
|
- solid-aluminium-hydroxide,12
|
|
*** ingredients
|
|
- bauxite-ore,12
|
|
- solid-sodium-hydroxide,3
|
|
|
|
* angels-aluminium
|
|
** processed-aluminium-smelting
|
|
*** products
|
|
- solid-aluminium-hydroxide,12
|
|
*** ingredients
|
|
- processed-aluminium,4
|
|
- solid-sodium-hydroxide,3
|
|
|
|
* angels-aluminium
|
|
** solid-aluminium-hydroxide-smelting
|
|
*** products
|
|
- alumina,24
|
|
*** ingredients
|
|
- solid-aluminium-hydroxide,24
|
|
|
|
* angels-aluminium
|
|
** solid-sodium-aluminate-smelting
|
|
*** products
|
|
- alumina,24
|
|
- solid-sodium-carbonate,2
|
|
*** ingredients
|
|
- solid-sodium-aluminate,24
|
|
- solid-sodium-hydroxide,3
|
|
- gas-carbon-dioxide,60
|
|
|
|
* angels-aluminium
|
|
** solid-aluminium-oxide-smelting
|
|
*** products
|
|
- ingot-aluminium,24
|
|
*** ingredients
|
|
- alumina,24
|
|
- solid-carbon,3
|
|
|
|
* angels-aluminium
|
|
** powder-aluminium
|
|
*** products
|
|
- powder-aluminium,1
|
|
*** ingredients
|
|
- ingot-aluminium,1
|
|
|
|
* angels-aluminium-casting
|
|
** molten-aluminium-smelting-1
|
|
*** products
|
|
- liquid-molten-aluminium,120
|
|
*** ingredients
|
|
- ingot-aluminium,12
|
|
|
|
* angels-aluminium-casting
|
|
** molten-aluminium-smelting-2
|
|
*** products
|
|
- liquid-molten-aluminium,240
|
|
*** ingredients
|
|
- ingot-aluminium,12
|
|
- ingot-manganese,12
|
|
|
|
* angels-aluminium-casting
|
|
** molten-aluminium-smelting-3
|
|
*** products
|
|
- liquid-molten-aluminium,360
|
|
*** ingredients
|
|
- ingot-aluminium,12
|
|
- ingot-copper,12
|
|
- ingot-silicon,12
|
|
|
|
* angels-aluminium-casting
|
|
** roll-aluminium-casting
|
|
*** products
|
|
- angels-roll-aluminium,2
|
|
*** ingredients
|
|
- liquid-molten-aluminium,80
|
|
- water,40
|
|
|
|
* angels-aluminium-casting
|
|
** roll-aluminium-casting-fast
|
|
*** products
|
|
- angels-roll-aluminium,4
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-aluminium,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-aluminium-casting
|
|
** angels-plate-aluminium
|
|
*** products
|
|
- aluminium-plate,4
|
|
*** ingredients
|
|
- liquid-molten-aluminium,40
|
|
|
|
* angels-aluminium-casting
|
|
** angels-roll-aluminium-converting
|
|
*** products
|
|
- aluminium-plate,4
|
|
*** ingredients
|
|
- angels-roll-aluminium,1
|
|
|
|
* angels-artillery
|
|
** artillery-wagon
|
|
*** products
|
|
- artillery-wagon,1
|
|
*** ingredients
|
|
- invar-alloy,40
|
|
- engine-unit,64
|
|
- iron-gear-wheel,10
|
|
- advanced-circuit,20
|
|
- pipe,16
|
|
|
|
* angels-artillery
|
|
** bob-artillery-wagon-2
|
|
*** products
|
|
- bob-artillery-wagon-2,1
|
|
*** ingredients
|
|
- titanium-plate,40
|
|
- titanium-gear-wheel,12
|
|
- titanium-bearing,8
|
|
- processing-unit,20
|
|
- artillery-wagon,1
|
|
- titanium-pipe,16
|
|
|
|
* angels-artillery
|
|
** bob-artillery-wagon-3
|
|
*** products
|
|
- bob-artillery-wagon-3,1
|
|
*** ingredients
|
|
- silicon-nitride,10
|
|
- tungsten-carbide,10
|
|
- nitinol-alloy,20
|
|
- nitinol-gear-wheel,12
|
|
- nitinol-bearing,8
|
|
- advanced-processing-unit,20
|
|
- bob-artillery-wagon-2,1
|
|
- nitinol-pipe,16
|
|
|
|
* angels-artillery-a
|
|
** artillery-targeting-remote
|
|
*** products
|
|
- artillery-targeting-remote,1
|
|
*** ingredients
|
|
- processing-unit,1
|
|
- radar,1
|
|
|
|
* angels-artillery-a
|
|
** artillery-turret
|
|
*** products
|
|
- artillery-turret,1
|
|
*** ingredients
|
|
- concrete,60
|
|
- steel-plate,60
|
|
- iron-gear-wheel,40
|
|
- advanced-circuit,20
|
|
|
|
* angels-artillery-a
|
|
** bob-artillery-turret-2
|
|
*** products
|
|
- bob-artillery-turret-2,1
|
|
*** ingredients
|
|
- silicon-nitride,60
|
|
- titanium-plate,60
|
|
- titanium-gear-wheel,40
|
|
- processing-unit,20
|
|
- artillery-turret,1
|
|
|
|
* angels-artillery-a
|
|
** bob-artillery-turret-3
|
|
*** products
|
|
- bob-artillery-turret-3,1
|
|
*** ingredients
|
|
- tungsten-carbide,60
|
|
- nitinol-alloy,60
|
|
- nitinol-gear-wheel,40
|
|
- advanced-processing-unit,20
|
|
- bob-artillery-turret-2,1
|
|
|
|
* angels-artillery-a
|
|
** radar
|
|
*** products
|
|
- radar,1
|
|
*** ingredients
|
|
- iron-plate,10
|
|
- iron-gear-wheel,5
|
|
- basic-circuit-board,5
|
|
|
|
* angels-artillery-a
|
|
** radar-2
|
|
*** products
|
|
- radar-2,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- steel-gear-wheel,5
|
|
- electronic-circuit,5
|
|
- radar,1
|
|
|
|
* angels-artillery-a
|
|
** radar-3
|
|
*** products
|
|
- radar-3,1
|
|
*** ingredients
|
|
- aluminium-plate,10
|
|
- brass-gear-wheel,5
|
|
- steel-bearing,5
|
|
- advanced-circuit,5
|
|
- radar-2,1
|
|
|
|
* angels-artillery-a
|
|
** radar-4
|
|
*** products
|
|
- radar-4,1
|
|
*** ingredients
|
|
- titanium-plate,10
|
|
- titanium-gear-wheel,5
|
|
- titanium-bearing,5
|
|
- processing-unit,5
|
|
- radar-3,1
|
|
|
|
* angels-artillery-a
|
|
** radar-5
|
|
*** products
|
|
- radar-5,1
|
|
*** ingredients
|
|
- nitinol-alloy,10
|
|
- nitinol-gear-wheel,5
|
|
- nitinol-bearing,5
|
|
- advanced-processing-unit,5
|
|
- radar-4,1
|
|
|
|
* angels-artillery-b
|
|
** artillery-shell
|
|
*** products
|
|
- artillery-shell,1
|
|
*** ingredients
|
|
- explosives,8
|
|
- explosive-cannon-shell,3
|
|
|
|
* angels-artillery-b
|
|
** distractor-artillery-shell
|
|
*** products
|
|
- distractor-artillery-shell,1
|
|
*** ingredients
|
|
- steel-plate,6
|
|
- plastic-bar,6
|
|
- explosives,3
|
|
- distractor-robot,15
|
|
|
|
* angels-artillery-b
|
|
** poison-artillery-shell
|
|
*** products
|
|
- poison-artillery-shell,1
|
|
*** ingredients
|
|
- steel-plate,6
|
|
- plastic-bar,6
|
|
- explosives,3
|
|
- alien-poison,150
|
|
|
|
* angels-artillery-b
|
|
** fire-artillery-shell
|
|
*** products
|
|
- fire-artillery-shell,1
|
|
*** ingredients
|
|
- steel-plate,6
|
|
- plastic-bar,6
|
|
- explosives,3
|
|
- alien-fire,150
|
|
|
|
* angels-artillery-b
|
|
** explosive-artillery-shell
|
|
*** products
|
|
- explosive-artillery-shell,1
|
|
*** ingredients
|
|
- steel-plate,6
|
|
- plastic-bar,6
|
|
- explosives,3
|
|
- alien-explosive,180
|
|
|
|
* angels-artillery-b
|
|
** atomic-artillery-shell
|
|
*** products
|
|
- atomic-artillery-shell,1
|
|
*** ingredients
|
|
- steel-plate,6
|
|
- plastic-bar,6
|
|
- explosives,15
|
|
- plutonium-239,30
|
|
|
|
* angels-basic-intermediate
|
|
** iron-stick
|
|
*** products
|
|
- iron-stick,2
|
|
*** ingredients
|
|
- iron-plate,1
|
|
|
|
* angels-basic-intermediate
|
|
** engine-unit
|
|
*** products
|
|
- engine-unit,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- iron-gear-wheel,1
|
|
- pipe,2
|
|
|
|
* angels-basic-intermediate
|
|
** electric-engine-unit
|
|
*** products
|
|
- electric-engine-unit,1
|
|
*** ingredients
|
|
- engine-unit,1
|
|
- electronic-circuit,2
|
|
- lubricant,15
|
|
|
|
* angels-basic-intermediate
|
|
** battery
|
|
*** products
|
|
- battery,1
|
|
*** ingredients
|
|
- lead-plate,2
|
|
- plastic-bar,1
|
|
- liquid-sulfuric-acid,20
|
|
|
|
* angels-basic-intermediate
|
|
** lithium-ion-battery
|
|
*** products
|
|
- lithium-ion-battery,1
|
|
*** ingredients
|
|
- lithium-cobalt-oxide,1
|
|
- lithium-perchlorate,2
|
|
- solid-carbon,1
|
|
- plastic-bar,1
|
|
|
|
* angels-basic-intermediate
|
|
** silver-zinc-battery
|
|
*** products
|
|
- silver-zinc-battery,1
|
|
*** ingredients
|
|
- silver-oxide,1
|
|
- zinc-plate,1
|
|
- solid-sodium-hydroxide,2
|
|
- plastic-bar,1
|
|
|
|
* angels-basic-intermediate
|
|
** rocket-control-unit
|
|
*** products
|
|
- rocket-control-unit,1
|
|
*** ingredients
|
|
- solder,5
|
|
- multi-layer-circuit-board,2
|
|
- basic-electronic-components,4
|
|
- electronic-components,6
|
|
- intergrated-electronics,4
|
|
- processing-electronics,8
|
|
|
|
* angels-basic-intermediate
|
|
** low-density-structure
|
|
*** products
|
|
- low-density-structure,1
|
|
*** ingredients
|
|
- aluminium-plate,20
|
|
- titanium-plate,2
|
|
- plastic-bar,5
|
|
|
|
* angels-basic-intermediate
|
|
** heat-shield-tile
|
|
*** products
|
|
- heat-shield-tile,1
|
|
*** ingredients
|
|
- silicon-nitride,10
|
|
- tungsten-carbide,5
|
|
|
|
* angels-basic-intermediate
|
|
** rtg
|
|
*** products
|
|
- rtg,1
|
|
*** ingredients
|
|
- aluminium-plate,5
|
|
- lead-plate,1
|
|
- sodium-cobaltate,2
|
|
- plutonium-239,1
|
|
|
|
* angels-basic-intermediate
|
|
** satellite
|
|
*** products
|
|
- satellite,1
|
|
*** ingredients
|
|
- rocket-fuel,50
|
|
- silver-zinc-battery,50
|
|
- rocket-control-unit,100
|
|
- low-density-structure,100
|
|
- rtg,10
|
|
- radar-5,5
|
|
* angels-big-power-poles
|
|
** big-electric-pole
|
|
*** products
|
|
- big-electric-pole,1
|
|
*** ingredients
|
|
- copper-plate,5
|
|
- steel-plate,5
|
|
- iron-stick,8
|
|
|
|
* angels-big-power-poles
|
|
** big-electric-pole-2
|
|
*** products
|
|
- big-electric-pole-2,1
|
|
*** ingredients
|
|
- tinned-copper-cable,5
|
|
- brass-alloy,5
|
|
- big-electric-pole,1
|
|
|
|
* angels-big-power-poles
|
|
** big-electric-pole-3
|
|
*** products
|
|
- big-electric-pole-3,1
|
|
*** ingredients
|
|
- titanium-plate,5
|
|
- insulated-cable,5
|
|
- big-electric-pole-2,1
|
|
|
|
* angels-big-power-poles
|
|
** big-electric-pole-4
|
|
*** products
|
|
- big-electric-pole-4,1
|
|
*** ingredients
|
|
- gilded-copper-cable,5
|
|
- nitinol-alloy,5
|
|
- big-electric-pole-3,1
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-algae-green
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- algae-green,4
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-algae-brown
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- algae-brown,3
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-algae-red
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- algae-red,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-algae-blue
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- algae-blue,1
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-wood
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- wood,1
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-cellulose-fiber
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- cellulose-fiber,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-temperate-garden
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- temperate-garden,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-swamp-garden
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- swamp-garden,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-desert-garden
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- desert-garden,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-temperate-1-seed
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- temperate-1-seed,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-temperate-2-seed
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- temperate-2-seed,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-temperate-3-seed
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- temperate-3-seed,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-temperate-4-seed
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- temperate-4-seed,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-temperate-5-seed
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- temperate-5-seed,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-temperate-3-seed-dormant
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- temperate-3-seed-dormant,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-temperate-4-seed-dormant
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- temperate-4-seed-dormant,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-temperate-5-seed-dormant
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- temperate-5-seed-dormant,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-temperate-1
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- temperate-1,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-temperate-2
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- temperate-2,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-temperate-3
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- temperate-3,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-temperate-4
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- temperate-4,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-temperate-5
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- temperate-5,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-swamp-1-seed
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- swamp-1-seed,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-swamp-2-seed
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- swamp-2-seed,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-swamp-3-seed
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- swamp-3-seed,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-swamp-4-seed
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- swamp-4-seed,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-swamp-5-seed
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- swamp-5-seed,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-swamp-3-seed-dormant
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- swamp-3-seed-dormant,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-swamp-4-seed-dormant
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- swamp-4-seed-dormant,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-swamp-5-seed-dormant
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- swamp-5-seed-dormant,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-swamp-1
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- swamp-1,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-swamp-2
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- swamp-2,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-swamp-3
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- swamp-3,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-swamp-4
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- swamp-4,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-swamp-5
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- swamp-5,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-desert-1-seed
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- desert-1-seed,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-desert-2-seed
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- desert-2-seed,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-desert-3-seed
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- desert-3-seed,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-desert-4-seed
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- desert-4-seed,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-desert-5-seed
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- desert-5-seed,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-desert-3-seed-dormant
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- desert-3-seed-dormant,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-desert-4-seed-dormant
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- desert-4-seed-dormant,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-desert-5-seed-dormant
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- desert-5-seed-dormant,20
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-desert-1
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- desert-1,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-desert-2
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- desert-2,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-desert-3
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- desert-3,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-desert-4
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- desert-4,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-desert-5
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- desert-5,2
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-bio-puffer-egg-shell
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- bio-puffer-egg-shell,10
|
|
|
|
* angels-bio-void
|
|
** angels-bio-void-alien-bacteria
|
|
*** products
|
|
- solid-compost,1
|
|
*** ingredients
|
|
- alien-bacteria,1
|
|
|
|
* angels-blast-furnace
|
|
** blast-furnace
|
|
*** products
|
|
- blast-furnace,1
|
|
*** ingredients
|
|
- stone-brick,50
|
|
- iron-plate,12
|
|
- basic-circuit-board,3
|
|
- pipe,15
|
|
|
|
* angels-blast-furnace
|
|
** blast-furnace-2
|
|
*** products
|
|
- blast-furnace-2,1
|
|
*** ingredients
|
|
- clay-brick,50
|
|
- blast-furnace,1
|
|
- steel-plate,12
|
|
- electronic-circuit,3
|
|
- steel-pipe,15
|
|
|
|
* angels-blast-furnace
|
|
** blast-furnace-3
|
|
*** products
|
|
- blast-furnace-3,1
|
|
*** ingredients
|
|
- blast-furnace-2,1
|
|
- aluminium-plate,16
|
|
- concrete-brick,50
|
|
- advanced-circuit,3
|
|
- brass-pipe,15
|
|
|
|
* angels-blast-furnace
|
|
** blast-furnace-4
|
|
*** products
|
|
- blast-furnace-4,1
|
|
*** ingredients
|
|
- blast-furnace-3,1
|
|
- reinforced-concrete-brick,50
|
|
- titanium-plate,16
|
|
- processing-unit,3
|
|
- titanium-pipe,15
|
|
|
|
* angels-board
|
|
** wooden-board
|
|
*** products
|
|
- wooden-board,2
|
|
*** ingredients
|
|
- wood,1
|
|
|
|
* angels-board
|
|
** phenolic-board
|
|
*** products
|
|
- phenolic-board,2
|
|
*** ingredients
|
|
- resin,1
|
|
- wood,1
|
|
|
|
* angels-board
|
|
** fibreglass-board
|
|
*** products
|
|
- fibreglass-board,2
|
|
*** ingredients
|
|
- glass,1
|
|
- plastic-bar,1
|
|
|
|
* angels-capsules-a
|
|
** land-mine
|
|
*** products
|
|
- land-mine,4
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- explosives,2
|
|
|
|
* angels-capsules-a
|
|
** poison-mine
|
|
*** products
|
|
- poison-mine,4
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- poison-capsule,4
|
|
|
|
* angels-capsules-a
|
|
** slowdown-mine
|
|
*** products
|
|
- slowdown-mine,4
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- slowdown-capsule,4
|
|
|
|
* angels-capsules-a
|
|
** distractor-mine
|
|
*** products
|
|
- distractor-mine,3
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- distractor-capsule,1
|
|
|
|
* angels-capsules-a
|
|
** grenade
|
|
*** products
|
|
- grenade,1
|
|
*** ingredients
|
|
- iron-plate,5
|
|
- coal,10
|
|
|
|
* angels-capsules-a
|
|
** cluster-grenade
|
|
*** products
|
|
- cluster-grenade,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- explosives,5
|
|
- grenade,7
|
|
|
|
* angels-capsules-a
|
|
** poison-capsule
|
|
*** products
|
|
- poison-capsule,1
|
|
*** ingredients
|
|
- steel-plate,3
|
|
- coal,10
|
|
- electronic-circuit,3
|
|
|
|
* angels-capsules-a
|
|
** slowdown-capsule
|
|
*** products
|
|
- slowdown-capsule,1
|
|
*** ingredients
|
|
- steel-plate,2
|
|
- coal,5
|
|
- electronic-circuit,2
|
|
|
|
* angels-capsules-a
|
|
** fire-capsule
|
|
*** products
|
|
- fire-capsule,1
|
|
*** ingredients
|
|
- steel-plate,3
|
|
- electronic-circuit,3
|
|
- liquid-fuel,100
|
|
|
|
* angels-cargo-bots
|
|
** angels-construction-robot
|
|
*** products
|
|
- angels-construction-robot,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- engine-unit,1
|
|
- iron-gear-wheel,5
|
|
- electronic-circuit,2
|
|
|
|
* angels-cargo-bots
|
|
** cargo-robot
|
|
*** products
|
|
- cargo-robot,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- engine-unit,1
|
|
- iron-gear-wheel,5
|
|
- electronic-circuit,2
|
|
|
|
* angels-cargo-bots
|
|
** cargo-robot-2
|
|
*** products
|
|
- cargo-robot-2,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- electric-engine-unit,5
|
|
- iron-gear-wheel,5
|
|
- advanced-circuit,5
|
|
- cargo-robot,1
|
|
|
|
* angels-cargo-bots
|
|
** bob-construction-robot-5
|
|
*** products
|
|
- bob-construction-robot-5,1
|
|
*** ingredients
|
|
- rtg,1
|
|
- bob-construction-robot-4,1
|
|
|
|
* angels-cargo-bots
|
|
** bob-logistic-robot-5
|
|
*** products
|
|
- bob-logistic-robot-5,1
|
|
*** ingredients
|
|
- rtg,1
|
|
- bob-logistic-robot-4,1
|
|
|
|
* angels-cargo-expander
|
|
** angels-relay-station
|
|
*** products
|
|
- angels-relay-station,1
|
|
*** ingredients
|
|
- iron-plate,5
|
|
- electronic-circuit,2
|
|
|
|
* angels-cargo-expander
|
|
** angels-relay-station-2
|
|
*** products
|
|
- angels-relay-station-2,1
|
|
*** ingredients
|
|
- iron-plate,5
|
|
- steel-plate,5
|
|
- advanced-circuit,2
|
|
- angels-relay-station,4
|
|
|
|
* angels-cargo-expander
|
|
** angels-relay-station-3
|
|
*** products
|
|
- angels-relay-station-3,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- low-density-structure,5
|
|
- processing-unit,2
|
|
- angels-relay-station-2,4
|
|
|
|
* angels-cargo-expander
|
|
** angels-zone-expander
|
|
*** products
|
|
- angels-zone-expander,1
|
|
*** ingredients
|
|
- iron-plate,5
|
|
- electronic-circuit,2
|
|
|
|
* angels-cargo-expander
|
|
** angels-zone-expander-2
|
|
*** products
|
|
- angels-zone-expander-2,1
|
|
*** ingredients
|
|
- iron-plate,5
|
|
- steel-plate,5
|
|
- advanced-circuit,2
|
|
- angels-zone-expander,4
|
|
|
|
* angels-cargo-expander
|
|
** angels-zone-expander-3
|
|
*** products
|
|
- angels-zone-expander-3,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- low-density-structure,5
|
|
- processing-unit,2
|
|
- angels-zone-expander-2,4
|
|
|
|
* angels-cargo-expander
|
|
** angels-construction-zone-expander
|
|
*** products
|
|
- angels-construction-zone-expander,1
|
|
*** ingredients
|
|
- iron-plate,5
|
|
- electronic-circuit,2
|
|
|
|
* angels-cargo-expander
|
|
** angels-construction-zone-expander-2
|
|
*** products
|
|
- angels-construction-zone-expander-2,1
|
|
*** ingredients
|
|
- iron-plate,5
|
|
- steel-plate,5
|
|
- advanced-circuit,2
|
|
- angels-construction-zone-expander,4
|
|
|
|
* angels-cargo-expander
|
|
** angels-construction-zone-expander-3
|
|
*** products
|
|
- angels-construction-zone-expander-3,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- low-density-structure,5
|
|
- processing-unit,2
|
|
- angels-construction-zone-expander-2,4
|
|
|
|
* angels-cargo-ports
|
|
** cargo-roboport
|
|
*** products
|
|
- cargo-roboport,1
|
|
*** ingredients
|
|
- stone-brick,40
|
|
- steel-plate,60
|
|
- iron-gear-wheel,60
|
|
- electronic-circuit,60
|
|
|
|
* angels-cargo-ports
|
|
** cargo-box
|
|
*** products
|
|
- cargo-box,1
|
|
*** ingredients
|
|
- stone-brick,40
|
|
- steel-plate,60
|
|
- iron-gear-wheel,60
|
|
- electronic-circuit,60
|
|
|
|
* angels-cargo-ports
|
|
** cargo-hub
|
|
*** products
|
|
- cargo-hub,1
|
|
*** ingredients
|
|
- stone-brick,40
|
|
- steel-plate,60
|
|
- iron-gear-wheel,60
|
|
- electronic-circuit,60
|
|
|
|
* angels-cargo-ports
|
|
** angels-charging-station
|
|
*** products
|
|
- angels-charging-station,1
|
|
*** ingredients
|
|
- iron-plate,5
|
|
- steel-plate,5
|
|
- processing-unit,2
|
|
- angels-relay-station-2,2
|
|
|
|
* angels-casting-machine
|
|
** casting-machine
|
|
*** products
|
|
- casting-machine,1
|
|
*** ingredients
|
|
- stone-brick,5
|
|
- iron-plate,9
|
|
- iron-gear-wheel,3
|
|
- basic-circuit-board,1
|
|
- pipe,6
|
|
|
|
* angels-casting-machine
|
|
** casting-machine-2
|
|
*** products
|
|
- casting-machine-2,1
|
|
*** ingredients
|
|
- clay-brick,5
|
|
- steel-plate,9
|
|
- casting-machine,1
|
|
- steel-gear-wheel,3
|
|
- electronic-circuit,1
|
|
- steel-pipe,6
|
|
|
|
* angels-casting-machine
|
|
** casting-machine-3
|
|
*** products
|
|
- casting-machine-3,1
|
|
*** ingredients
|
|
- aluminium-plate,12
|
|
- concrete-brick,5
|
|
- casting-machine-2,1
|
|
- brass-gear-wheel,3
|
|
- advanced-circuit,1
|
|
- brass-pipe,6
|
|
|
|
* angels-casting-machine
|
|
** casting-machine-4
|
|
*** products
|
|
- casting-machine-4,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,5
|
|
- titanium-plate,12
|
|
- casting-machine-3,1
|
|
- titanium-gear-wheel,3
|
|
- processing-unit,1
|
|
- titanium-pipe,6
|
|
|
|
* angels-chemical-furnace
|
|
** angels-chemical-furnace
|
|
*** products
|
|
- angels-chemical-furnace,1
|
|
*** ingredients
|
|
- clay-brick,25
|
|
- steel-plate,6
|
|
- electronic-circuit,5
|
|
- steel-pipe,30
|
|
|
|
* angels-chemical-furnace
|
|
** angels-chemical-furnace-2
|
|
*** products
|
|
- angels-chemical-furnace-2,1
|
|
*** ingredients
|
|
- angels-chemical-furnace,1
|
|
- aluminium-plate,8
|
|
- concrete-brick,25
|
|
- advanced-circuit,5
|
|
- brass-pipe,30
|
|
|
|
* angels-chemical-furnace
|
|
** angels-chemical-furnace-3
|
|
*** products
|
|
- angels-chemical-furnace-3,1
|
|
*** ingredients
|
|
- angels-chemical-furnace-2,1
|
|
- reinforced-concrete-brick,25
|
|
- titanium-plate,8
|
|
- processing-unit,5
|
|
- titanium-pipe,30
|
|
|
|
* angels-chemical-furnace
|
|
** angels-chemical-furnace-4
|
|
*** products
|
|
- angels-chemical-furnace-4,1
|
|
*** ingredients
|
|
- angels-chemical-furnace-3,1
|
|
- reinforced-concrete-brick,25
|
|
- tungsten-plate,8
|
|
- advanced-processing-unit,5
|
|
- tungsten-pipe,30
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-chlorauric-acid
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-chlorauric-acid,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-hexafluorosilicic-acid
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-hexafluorosilicic-acid,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-hexachloroplatinic-acid
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-hexachloroplatinic-acid,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-trichlorosilane
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-trichlorosilane,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-silane
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-silane,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-titanium-tetrachloride
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-titanium-tetrachloride,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-tungstic-acid
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-tungstic-acid,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-tungsten-hexafluoride
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-tungsten-hexafluoride,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-compressed-air
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-compressed-air,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-oxygen
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-oxygen,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-hydrogen-peroxide
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-hydrogen-peroxide,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-carbon-monoxide
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-carbon-monoxide,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-carbon-dioxide
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-carbon-dioxide,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-hydrogen
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-hydrogen,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-chlorine
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-chlorine,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-hydrogen-chloride
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-hydrogen-chloride,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-hydrochloric-acid
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-hydrochloric-acid,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-allylchlorid
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-allylchlorid,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-epichlorhydrin
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-epichlorhydrin,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-chlor-methane
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-chlor-methane,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-perchloric-acid
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-perchloric-acid,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-phosgene
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-phosgene,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-ferric-chloride-solution
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-ferric-chloride-solution,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-cupric-chloride-solution
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-cupric-chloride-solution,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-nitrogen
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-nitrogen,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-ammonia
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-ammonia,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-nitrogen-monoxide
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-nitrogen-monoxide,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-nitrogen-dioxide
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-nitrogen-dioxide,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-dinitrogen-tetroxide
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-dinitrogen-tetroxide,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-ammonium-chloride
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-ammonium-chloride,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-urea
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-urea,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-melamine
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-melamine,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-nitric-acid
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-nitric-acid,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-monochloramine
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-monochloramine,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-hydrazine
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-hydrazine,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-methylamine
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-methylamine,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-dimethylamine
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-dimethylamine,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-dimethylhydrazine
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-dimethylhydrazine,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-hydrogen-sulfide
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-hydrogen-sulfide,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-sulfur-dioxide
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-sulfur-dioxide,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-sulfuric-acid
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-sulfuric-acid,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-acid
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-acid,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-hydrogen-fluoride
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-hydrogen-fluoride,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-hydrofluoric-acid
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-hydrofluoric-acid,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-natural-1
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-natural-1,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-raw-1
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-raw-1,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-ngl
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-ngl,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-multi-phase-oil
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-multi-phase-oil,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-condensates
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-condensates,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-residual
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-residual,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-methane
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-methane,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-ethane
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-ethane,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-butane
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-butane,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-propene
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-propene,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-methanol
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-methanol,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-ethylene
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-ethylene,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-benzene
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-benzene,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-fuel-oil
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-fuel-oil,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-naphtha
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-naphtha,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-mineral-oil
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-mineral-oil,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-synthesis
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-synthesis,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-toluene
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-toluene,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-butadiene
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-butadiene,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-phenol
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-phenol,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-ethylbenzene
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-ethylbenzene,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-styrene
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-styrene,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-formaldehyde
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-formaldehyde,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-polyethylene
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-polyethylene,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-glycerol
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-glycerol,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-liquid-bisphenol-a
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-bisphenol-a,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-acetone
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-acetone,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-gas-ethanol
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- gas-ethanol,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-alien-spores
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- alien-spores,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-crude-oil
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- crude-oil,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-ferric-chloride-solution
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- liquid-ferric-chloride-solution,100
|
|
|
|
* angels-chemical-void
|
|
** angels-chemical-void-lubricant
|
|
*** products
|
|
- chemical-void,1
|
|
*** ingredients
|
|
- lubricant,100
|
|
|
|
* angels-chests-big
|
|
** angels-big-chest
|
|
*** products
|
|
- angels-big-chest,1
|
|
*** ingredients
|
|
- iron-plate,10
|
|
- iron-chest,1
|
|
|
|
* angels-chests-big
|
|
** angels-logistic-chest-active-provider
|
|
*** products
|
|
- angels-logistic-chest-active-provider,1
|
|
*** ingredients
|
|
- iron-plate,10
|
|
- advanced-circuit,5
|
|
- angels-big-chest,1
|
|
|
|
* angels-chests-big
|
|
** angels-logistic-chest-passive-provider
|
|
*** products
|
|
- angels-logistic-chest-passive-provider,1
|
|
*** ingredients
|
|
- iron-plate,10
|
|
- electronic-circuit,5
|
|
- angels-big-chest,1
|
|
|
|
* angels-chests-big
|
|
** angels-logistic-chest-storage
|
|
*** products
|
|
- angels-logistic-chest-storage,1
|
|
*** ingredients
|
|
- iron-plate,10
|
|
- electronic-circuit,5
|
|
- angels-big-chest,1
|
|
|
|
* angels-chests-big
|
|
** angels-logistic-chest-buffer
|
|
*** products
|
|
- angels-logistic-chest-buffer,1
|
|
*** ingredients
|
|
- iron-plate,10
|
|
- advanced-circuit,5
|
|
- angels-big-chest,1
|
|
|
|
* angels-chests-big
|
|
** angels-logistic-chest-requester
|
|
*** products
|
|
- angels-logistic-chest-requester,1
|
|
*** ingredients
|
|
- iron-plate,10
|
|
- electronic-circuit,5
|
|
- angels-big-chest,1
|
|
|
|
* angels-chests-small-a
|
|
** wooden-chest
|
|
*** products
|
|
- wooden-chest,1
|
|
*** ingredients
|
|
- wood,2
|
|
|
|
* angels-chests-small-a
|
|
** iron-chest
|
|
*** products
|
|
- iron-chest,1
|
|
*** ingredients
|
|
- iron-plate,8
|
|
|
|
* angels-chests-small-a
|
|
** repair-pack
|
|
*** products
|
|
- repair-pack,1
|
|
*** ingredients
|
|
- iron-gear-wheel,2
|
|
- basic-circuit-board,2
|
|
|
|
* angels-chests-small-a
|
|
** repair-pack-2
|
|
*** products
|
|
- repair-pack-2,1
|
|
*** ingredients
|
|
- steel-gear-wheel,2
|
|
- electronic-circuit,2
|
|
|
|
* angels-chests-small-a
|
|
** repair-pack-3
|
|
*** products
|
|
- repair-pack-3,1
|
|
*** ingredients
|
|
- invar-alloy,2
|
|
- brass-gear-wheel,2
|
|
- advanced-circuit,2
|
|
|
|
* angels-chests-small-a
|
|
** repair-pack-4
|
|
*** products
|
|
- repair-pack-4,1
|
|
*** ingredients
|
|
- titanium-plate,2
|
|
- titanium-gear-wheel,2
|
|
- titanium-bearing,1
|
|
- processing-unit,2
|
|
|
|
* angels-chests-small-a
|
|
** repair-pack-5
|
|
*** products
|
|
- repair-pack-5,1
|
|
*** ingredients
|
|
- tungsten-carbide,2
|
|
- nitinol-gear-wheel,2
|
|
- nitinol-bearing,1
|
|
- advanced-processing-unit,2
|
|
|
|
* angels-chests-small-b
|
|
** steel-chest
|
|
*** products
|
|
- steel-chest,1
|
|
*** ingredients
|
|
- steel-plate,8
|
|
|
|
* angels-chests-small-b
|
|
** logistic-chest-active-provider
|
|
*** products
|
|
- logistic-chest-active-provider,1
|
|
*** ingredients
|
|
- electronic-circuit,3
|
|
- advanced-circuit,1
|
|
- steel-chest,1
|
|
|
|
* angels-chests-small-b
|
|
** logistic-chest-passive-provider
|
|
*** products
|
|
- logistic-chest-passive-provider,1
|
|
*** ingredients
|
|
- electronic-circuit,3
|
|
- advanced-circuit,1
|
|
- steel-chest,1
|
|
|
|
* angels-chests-small-b
|
|
** logistic-chest-storage
|
|
*** products
|
|
- logistic-chest-storage,1
|
|
*** ingredients
|
|
- electronic-circuit,3
|
|
- advanced-circuit,1
|
|
- steel-chest,1
|
|
|
|
* angels-chests-small-b
|
|
** logistic-chest-buffer
|
|
*** products
|
|
- logistic-chest-buffer,1
|
|
*** ingredients
|
|
- electronic-circuit,3
|
|
- advanced-circuit,1
|
|
- steel-chest,1
|
|
|
|
* angels-chests-small-b
|
|
** logistic-chest-requester
|
|
*** products
|
|
- logistic-chest-requester,1
|
|
*** ingredients
|
|
- electronic-circuit,3
|
|
- advanced-circuit,1
|
|
- steel-chest,1
|
|
|
|
* angels-chests-small-c
|
|
** brass-chest
|
|
*** products
|
|
- brass-chest,1
|
|
*** ingredients
|
|
- brass-alloy,8
|
|
|
|
* angels-chests-small-c
|
|
** logistic-chest-active-provider-2
|
|
*** products
|
|
- logistic-chest-active-provider-2,1
|
|
*** ingredients
|
|
- advanced-circuit,3
|
|
- processing-unit,1
|
|
- brass-chest,1
|
|
|
|
* angels-chests-small-c
|
|
** logistic-chest-passive-provider-2
|
|
*** products
|
|
- logistic-chest-passive-provider-2,1
|
|
*** ingredients
|
|
- advanced-circuit,3
|
|
- processing-unit,1
|
|
- brass-chest,1
|
|
|
|
* angels-chests-small-c
|
|
** logistic-chest-storage-2
|
|
*** products
|
|
- logistic-chest-storage-2,1
|
|
*** ingredients
|
|
- advanced-circuit,3
|
|
- processing-unit,1
|
|
- brass-chest,1
|
|
|
|
* angels-chests-small-c
|
|
** logistic-chest-buffer-2
|
|
*** products
|
|
- logistic-chest-buffer-2,1
|
|
*** ingredients
|
|
- advanced-circuit,3
|
|
- processing-unit,1
|
|
- brass-chest,1
|
|
|
|
* angels-chests-small-c
|
|
** logistic-chest-requester-2
|
|
*** products
|
|
- logistic-chest-requester-2,1
|
|
*** ingredients
|
|
- advanced-circuit,3
|
|
- processing-unit,1
|
|
- brass-chest,1
|
|
|
|
* angels-chests-small-d
|
|
** titanium-chest
|
|
*** products
|
|
- titanium-chest,1
|
|
*** ingredients
|
|
- titanium-plate,8
|
|
|
|
* angels-chests-small-d
|
|
** logistic-chest-active-provider-3
|
|
*** products
|
|
- logistic-chest-active-provider-3,1
|
|
*** ingredients
|
|
- processing-unit,3
|
|
- advanced-processing-unit,1
|
|
- titanium-chest,1
|
|
|
|
* angels-chests-small-d
|
|
** logistic-chest-passive-provider-3
|
|
*** products
|
|
- logistic-chest-passive-provider-3,1
|
|
*** ingredients
|
|
- processing-unit,3
|
|
- advanced-processing-unit,1
|
|
- titanium-chest,1
|
|
|
|
* angels-chests-small-d
|
|
** logistic-chest-storage-3
|
|
*** products
|
|
- logistic-chest-storage-3,1
|
|
*** ingredients
|
|
- processing-unit,3
|
|
- advanced-processing-unit,1
|
|
- titanium-chest,1
|
|
|
|
* angels-chests-small-d
|
|
** logistic-chest-buffer-3
|
|
*** products
|
|
- logistic-chest-buffer-3,1
|
|
*** ingredients
|
|
- processing-unit,3
|
|
- advanced-processing-unit,1
|
|
- titanium-chest,1
|
|
|
|
* angels-chests-small-d
|
|
** logistic-chest-requester-3
|
|
*** products
|
|
- logistic-chest-requester-3,1
|
|
*** ingredients
|
|
- processing-unit,3
|
|
- advanced-processing-unit,1
|
|
- titanium-chest,1
|
|
|
|
* angels-chrome
|
|
** chrome-ore-processing
|
|
*** products
|
|
- processed-chrome,2
|
|
*** ingredients
|
|
- chrome-ore,4
|
|
|
|
* angels-chrome
|
|
** chrome-processed-processing
|
|
*** products
|
|
- pellet-chrome,4
|
|
*** ingredients
|
|
- processed-chrome,3
|
|
|
|
* angels-chrome
|
|
** pellet-chrome-smelting
|
|
*** products
|
|
- solid-chromate,24
|
|
*** ingredients
|
|
- pellet-chrome,8
|
|
- solid-sodium-carbonate,7
|
|
- gas-oxygen,60
|
|
|
|
* angels-chrome
|
|
** solid-chromate-smelting
|
|
*** products
|
|
- solid-dichromate,12
|
|
- solid-sodium-sulfate,1
|
|
- water-purified,40
|
|
*** ingredients
|
|
- solid-chromate,12
|
|
- liquid-sulfuric-acid,40
|
|
|
|
* angels-chrome
|
|
** solid-dichromate-smelting
|
|
*** products
|
|
- solid-chrome-oxide,24
|
|
- solid-sodium-carbonate,3
|
|
- gas-carbon-monoxide,30
|
|
*** ingredients
|
|
- solid-dichromate,24
|
|
- solid-carbon,3
|
|
|
|
* angels-chrome
|
|
** chrome-ore-smelting
|
|
*** products
|
|
- ingot-chrome,24
|
|
- gas-carbon-monoxide,60
|
|
*** ingredients
|
|
- chrome-ore,24
|
|
- solid-carbon,3
|
|
|
|
* angels-chrome
|
|
** processed-chrome-smelting
|
|
*** products
|
|
- ingot-chrome,24
|
|
- gas-carbon-monoxide,60
|
|
*** ingredients
|
|
- processed-chrome,8
|
|
- solid-carbon,3
|
|
|
|
* angels-chrome
|
|
** solid-chrome-oxide-smelting
|
|
*** products
|
|
- ingot-chrome,24
|
|
- solid-chrome-oxide,6
|
|
*** ingredients
|
|
- solid-chrome-oxide,24
|
|
- ingot-chrome,6
|
|
|
|
* angels-chrome
|
|
** powder-chrome
|
|
*** products
|
|
- powder-chrome,1
|
|
*** ingredients
|
|
- ingot-chrome,1
|
|
|
|
* angels-chrome-casting
|
|
** molten-chrome-smelting
|
|
*** products
|
|
- liquid-molten-chrome,120
|
|
*** ingredients
|
|
- ingot-chrome,12
|
|
|
|
* angels-chrome-casting
|
|
** roll-chrome-casting
|
|
*** products
|
|
- angels-roll-chrome,2
|
|
*** ingredients
|
|
- liquid-molten-chrome,80
|
|
- water,40
|
|
|
|
* angels-chrome-casting
|
|
** roll-chrome-casting-fast
|
|
*** products
|
|
- angels-roll-chrome,4
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-chrome,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-chrome-casting
|
|
** angels-plate-chrome
|
|
*** products
|
|
- angels-plate-chrome,4
|
|
*** ingredients
|
|
- liquid-molten-chrome,40
|
|
|
|
* angels-chrome-casting
|
|
** angels-roll-chrome-converting
|
|
*** products
|
|
- angels-plate-chrome,4
|
|
*** ingredients
|
|
- angels-roll-chrome,1
|
|
|
|
* angels-circuit-board
|
|
** basic-circuit-board
|
|
*** products
|
|
- basic-circuit-board,1
|
|
*** ingredients
|
|
- copper-cable,3
|
|
- wooden-board,1
|
|
|
|
* angels-circuit-board
|
|
** circuit-board
|
|
*** products
|
|
- circuit-board,1
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- tin-plate,1
|
|
- phenolic-board,1
|
|
- liquid-ferric-chloride-solution,5
|
|
|
|
* angels-circuit-board
|
|
** superior-circuit-board
|
|
*** products
|
|
- superior-circuit-board,1
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- silver-plate,1
|
|
- fibreglass-board,1
|
|
- liquid-ferric-chloride-solution,5
|
|
|
|
* angels-circuit-board
|
|
** multi-layer-circuit-board
|
|
*** products
|
|
- multi-layer-circuit-board,1
|
|
*** ingredients
|
|
- copper-plate,2
|
|
- gold-plate,2
|
|
- fibreglass-board,1
|
|
- liquid-ferric-chloride-solution,10
|
|
|
|
* angels-circuit-components
|
|
** basic-electronic-components
|
|
*** products
|
|
- basic-electronic-components,5
|
|
*** ingredients
|
|
- tinned-copper-cable,1
|
|
- solid-carbon,1
|
|
|
|
* angels-circuit-components
|
|
** electronic-components
|
|
*** products
|
|
- electronic-components,5
|
|
*** ingredients
|
|
- silicon-wafer,2
|
|
- angels-wire-silver,1
|
|
- plastic-bar,1
|
|
|
|
* angels-circuit-components
|
|
** intergrated-electronics
|
|
*** products
|
|
- intergrated-electronics,5
|
|
*** ingredients
|
|
- silicon-wafer,4
|
|
- plastic-bar,1
|
|
- insulated-cable,1
|
|
- liquid-sulfuric-acid,5
|
|
|
|
* angels-circuit-components
|
|
** processing-electronics
|
|
*** products
|
|
- processing-electronics,5
|
|
*** ingredients
|
|
- gilded-copper-cable,2
|
|
- silicon-wafer,6
|
|
- silicon-nitride,1
|
|
- liquid-sulfuric-acid,5
|
|
|
|
* angels-cobalt
|
|
** cobalt-ore-processing
|
|
*** products
|
|
- processed-cobalt,2
|
|
*** ingredients
|
|
- cobalt-ore,4
|
|
|
|
* angels-cobalt
|
|
** cobalt-processed-processing
|
|
*** products
|
|
- pellet-cobalt,4
|
|
*** ingredients
|
|
- processed-cobalt,3
|
|
|
|
* angels-cobalt
|
|
** pellet-cobalt-smelting
|
|
*** products
|
|
- solid-cobalt-hydroxide,6
|
|
*** ingredients
|
|
- pellet-cobalt,2
|
|
- liquid-sulfuric-acid,20
|
|
|
|
* angels-cobalt
|
|
** cobalt-ore-processing-alt
|
|
*** products
|
|
- cobalt-oxide,8
|
|
*** ingredients
|
|
- cobalt-ore,8
|
|
- solid-limestone,3
|
|
|
|
* angels-cobalt
|
|
** processed-cobalt-smelting
|
|
*** products
|
|
- cobalt-oxide,24
|
|
*** ingredients
|
|
- processed-cobalt,8
|
|
- solid-limestone,6
|
|
|
|
* angels-cobalt
|
|
** solid-cobalt-hydroxide-smelting
|
|
*** products
|
|
- cobalt-oxide,24
|
|
*** ingredients
|
|
- solid-cobalt-hydroxide,24
|
|
- solid-calcium-chloride,6
|
|
|
|
* angels-cobalt
|
|
** cobalt-ore-smelting
|
|
*** products
|
|
- ingot-cobalt,24
|
|
*** ingredients
|
|
- cobalt-ore,24
|
|
- solid-carbon,6
|
|
|
|
* angels-cobalt
|
|
** solid-cobalt-oxide-smelting
|
|
*** products
|
|
- ingot-cobalt,24
|
|
*** ingredients
|
|
- cobalt-oxide,24
|
|
- solid-carbon,6
|
|
|
|
* angels-cobalt
|
|
** powder-cobalt
|
|
*** products
|
|
- powder-cobalt,1
|
|
*** ingredients
|
|
- ingot-cobalt,1
|
|
|
|
* angels-cobalt-casting
|
|
** molten-cobalt-smelting
|
|
*** products
|
|
- liquid-molten-cobalt,120
|
|
*** ingredients
|
|
- ingot-cobalt,12
|
|
|
|
* angels-cobalt-casting
|
|
** roll-cobalt-casting
|
|
*** products
|
|
- angels-roll-cobalt,2
|
|
*** ingredients
|
|
- liquid-molten-cobalt,80
|
|
- water,40
|
|
|
|
* angels-cobalt-casting
|
|
** roll-cobalt-casting-fast
|
|
*** products
|
|
- angels-roll-cobalt,4
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-cobalt,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-cobalt-casting
|
|
** angels-plate-cobalt
|
|
*** products
|
|
- angels-plate-cobalt,4
|
|
*** ingredients
|
|
- liquid-molten-cobalt,40
|
|
|
|
* angels-cobalt-casting
|
|
** angels-roll-cobalt-converting
|
|
*** products
|
|
- angels-plate-cobalt,4
|
|
*** ingredients
|
|
- angels-roll-cobalt,1
|
|
|
|
* angels-converter
|
|
** converter-other-sulfuric-acid
|
|
*** products
|
|
- sulfuric-acid,50
|
|
*** ingredients
|
|
- liquid-sulfuric-acid,50
|
|
|
|
* angels-converter
|
|
** converter-other-sulfur-dioxide
|
|
*** products
|
|
- sulfur-dioxide,50
|
|
*** ingredients
|
|
- gas-sulfur-dioxide,50
|
|
|
|
* angels-converter
|
|
** converter-other-nitric-acid
|
|
*** products
|
|
- nitric-acid,50
|
|
*** ingredients
|
|
- liquid-nitric-acid,50
|
|
|
|
* angels-converter
|
|
** converter-other-nitrogen-dioxide
|
|
*** products
|
|
- nitrogen-dioxide,50
|
|
*** ingredients
|
|
- gas-nitrogen-dioxide,50
|
|
|
|
* angels-converter
|
|
** converter-other-liquid-air
|
|
*** products
|
|
- liquid-air,50
|
|
*** ingredients
|
|
- gas-compressed-air,50
|
|
|
|
* angels-converter
|
|
** converter-other-ferric-chloride-solution
|
|
*** products
|
|
- ferric-chloride-solution,50
|
|
*** ingredients
|
|
- liquid-ferric-chloride-solution,50
|
|
|
|
* angels-converter
|
|
** converter-other-hydrogen-sulfide
|
|
*** products
|
|
- hydrogen-sulfide,50
|
|
*** ingredients
|
|
- gas-hydrogen-sulfide,50
|
|
|
|
* angels-converter
|
|
** converter-other-ammonia
|
|
*** products
|
|
- ammonia,50
|
|
*** ingredients
|
|
- gas-ammonia,50
|
|
|
|
* angels-converter
|
|
** converter-other-nitric-oxide
|
|
*** products
|
|
- nitric-oxide,50
|
|
*** ingredients
|
|
- gas-nitrogen-monoxide,50
|
|
|
|
* angels-converter
|
|
** converter-other-dinitrogen-tetroxide
|
|
*** products
|
|
- dinitrogen-tetroxide,50
|
|
*** ingredients
|
|
- gas-dinitrogen-tetroxide,50
|
|
|
|
* angels-converter
|
|
** converter-other-hydrazine
|
|
*** products
|
|
- hydrazine,50
|
|
*** ingredients
|
|
- gas-hydrazine,50
|
|
|
|
* angels-converter
|
|
** converter-other-heavy-oil
|
|
*** products
|
|
- heavy-oil,50
|
|
*** ingredients
|
|
- liquid-naphtha,50
|
|
|
|
* angels-converter
|
|
** converter-other-tungstic-acid
|
|
*** products
|
|
- tungstic-acid,50
|
|
*** ingredients
|
|
- liquid-tungstic-acid,50
|
|
|
|
* angels-converter
|
|
** converter-other-light-oil
|
|
*** products
|
|
- light-oil,50
|
|
*** ingredients
|
|
- liquid-fuel-oil,50
|
|
|
|
* angels-converter
|
|
** converter-other-petroleum-gas
|
|
*** products
|
|
- petroleum-gas,50
|
|
*** ingredients
|
|
- gas-methane,50
|
|
|
|
* angels-converter
|
|
** converter-other-chlorine
|
|
*** products
|
|
- chlorine,50
|
|
*** ingredients
|
|
- gas-chlorine,50
|
|
|
|
* angels-converter
|
|
** converter-other-oxygen
|
|
*** products
|
|
- oxygen,50
|
|
*** ingredients
|
|
- gas-oxygen,50
|
|
|
|
* angels-converter
|
|
** converter-other-hydrogen
|
|
*** products
|
|
- hydrogen,50
|
|
*** ingredients
|
|
- gas-hydrogen,50
|
|
|
|
* angels-converter
|
|
** converter-other-hydrogen-chloride
|
|
*** products
|
|
- hydrogen-chloride,50
|
|
*** ingredients
|
|
- gas-hydrogen-chloride,50
|
|
|
|
* angels-converter
|
|
** converter-other-nitrogen
|
|
*** products
|
|
- nitrogen,50
|
|
*** ingredients
|
|
- gas-nitrogen,50
|
|
|
|
* angels-converter
|
|
** converter-angels-liquid-sulfuric-acid
|
|
*** products
|
|
- liquid-sulfuric-acid,50
|
|
*** ingredients
|
|
- sulfuric-acid,50
|
|
|
|
* angels-converter
|
|
** converter-angels-gas-sulfur-dioxide
|
|
*** products
|
|
- gas-sulfur-dioxide,50
|
|
*** ingredients
|
|
- sulfur-dioxide,50
|
|
|
|
* angels-converter
|
|
** converter-angels-liquid-nitric-acid
|
|
*** products
|
|
- liquid-nitric-acid,50
|
|
*** ingredients
|
|
- nitric-acid,50
|
|
|
|
* angels-converter
|
|
** converter-angels-gas-nitrogen-dioxide
|
|
*** products
|
|
- gas-nitrogen-dioxide,50
|
|
*** ingredients
|
|
- nitrogen-dioxide,50
|
|
|
|
* angels-converter
|
|
** converter-angels-gas-compressed-air
|
|
*** products
|
|
- gas-compressed-air,50
|
|
*** ingredients
|
|
- liquid-air,50
|
|
|
|
* angels-converter
|
|
** converter-angels-liquid-ferric-chloride-solution
|
|
*** products
|
|
- liquid-ferric-chloride-solution,50
|
|
*** ingredients
|
|
- ferric-chloride-solution,50
|
|
|
|
* angels-converter
|
|
** converter-angels-gas-hydrogen-sulfide
|
|
*** products
|
|
- gas-hydrogen-sulfide,50
|
|
*** ingredients
|
|
- hydrogen-sulfide,50
|
|
|
|
* angels-converter
|
|
** converter-angels-gas-ammonia
|
|
*** products
|
|
- gas-ammonia,50
|
|
*** ingredients
|
|
- ammonia,50
|
|
|
|
* angels-converter
|
|
** converter-angels-gas-nitrogen-monoxide
|
|
*** products
|
|
- gas-nitrogen-monoxide,50
|
|
*** ingredients
|
|
- nitric-oxide,50
|
|
|
|
* angels-converter
|
|
** converter-angels-gas-dinitrogen-tetroxide
|
|
*** products
|
|
- gas-dinitrogen-tetroxide,50
|
|
*** ingredients
|
|
- dinitrogen-tetroxide,50
|
|
|
|
* angels-converter
|
|
** converter-angels-gas-hydrazine
|
|
*** products
|
|
- gas-hydrazine,50
|
|
*** ingredients
|
|
- hydrazine,50
|
|
|
|
* angels-converter
|
|
** converter-angels-liquid-naphtha
|
|
*** products
|
|
- liquid-naphtha,50
|
|
*** ingredients
|
|
- heavy-oil,50
|
|
|
|
* angels-converter
|
|
** converter-angels-liquid-tungstic-acid
|
|
*** products
|
|
- liquid-tungstic-acid,50
|
|
*** ingredients
|
|
- tungstic-acid,50
|
|
|
|
* angels-converter
|
|
** converter-angels-liquid-fuel-oil
|
|
*** products
|
|
- liquid-fuel-oil,50
|
|
*** ingredients
|
|
- light-oil,50
|
|
|
|
* angels-converter
|
|
** converter-angels-gas-methane
|
|
*** products
|
|
- gas-methane,50
|
|
*** ingredients
|
|
- petroleum-gas,50
|
|
|
|
* angels-converter
|
|
** converter-angels-gas-chlorine
|
|
*** products
|
|
- gas-chlorine,50
|
|
*** ingredients
|
|
- chlorine,50
|
|
|
|
* angels-converter
|
|
** converter-angels-gas-oxygen
|
|
*** products
|
|
- gas-oxygen,50
|
|
*** ingredients
|
|
- oxygen,50
|
|
|
|
* angels-converter
|
|
** converter-angels-gas-hydrogen
|
|
*** products
|
|
- gas-hydrogen,50
|
|
*** ingredients
|
|
- hydrogen,50
|
|
|
|
* angels-converter
|
|
** converter-angels-gas-hydrogen-chloride
|
|
*** products
|
|
- gas-hydrogen-chloride,50
|
|
*** ingredients
|
|
- hydrogen-chloride,50
|
|
|
|
* angels-converter
|
|
** converter-angels-gas-nitrogen
|
|
*** products
|
|
- gas-nitrogen,50
|
|
*** ingredients
|
|
- nitrogen,50
|
|
|
|
* angels-copper
|
|
** copper-ore-processing
|
|
*** products
|
|
- processed-copper,2
|
|
*** ingredients
|
|
- copper-ore,4
|
|
|
|
* angels-copper
|
|
** copper-processed-processing
|
|
*** products
|
|
- pellet-copper,4
|
|
*** ingredients
|
|
- processed-copper,3
|
|
|
|
* angels-copper
|
|
** pellet-copper-smelting
|
|
*** products
|
|
- anode-copper,24
|
|
*** ingredients
|
|
- pellet-copper,8
|
|
- gas-oxygen,60
|
|
|
|
* angels-copper
|
|
** copper-ore-smelting
|
|
*** products
|
|
- ingot-copper,24
|
|
*** ingredients
|
|
- copper-ore,24
|
|
|
|
* angels-copper
|
|
** processed-copper-smelting
|
|
*** products
|
|
- ingot-copper,24
|
|
*** ingredients
|
|
- processed-copper,8
|
|
- gas-oxygen,60
|
|
|
|
* angels-copper
|
|
** anode-copper-smelting
|
|
*** products
|
|
- ingot-copper,12
|
|
*** ingredients
|
|
- anode-copper,12
|
|
- liquid-sulfuric-acid,30
|
|
|
|
* angels-copper
|
|
** powder-copper
|
|
*** products
|
|
- powder-copper,1
|
|
*** ingredients
|
|
- ingot-copper,1
|
|
|
|
* angels-copper-casting
|
|
** molten-copper-smelting
|
|
*** products
|
|
- liquid-molten-copper,120
|
|
*** ingredients
|
|
- ingot-copper,12
|
|
|
|
* angels-copper-casting
|
|
** roll-copper-casting
|
|
*** products
|
|
- angels-roll-copper,2
|
|
*** ingredients
|
|
- liquid-molten-copper,80
|
|
- water,40
|
|
|
|
* angels-copper-casting
|
|
** roll-copper-casting-fast
|
|
*** products
|
|
- angels-roll-copper,4
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-copper,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-copper-casting
|
|
** angels-wire-coil-copper-casting
|
|
*** products
|
|
- angels-wire-coil-copper,4
|
|
*** ingredients
|
|
- liquid-molten-copper,80
|
|
- water,40
|
|
|
|
* angels-copper-casting
|
|
** angels-wire-coil-copper-casting-fast
|
|
*** products
|
|
- angels-wire-coil-copper,8
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-copper,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-copper-casting
|
|
** angelsore3-crushed-smelting
|
|
*** products
|
|
- copper-plate,2
|
|
*** ingredients
|
|
- angels-ore3-crushed,3
|
|
|
|
* angels-copper-casting
|
|
** angels-copper-pebbles-smelting
|
|
*** products
|
|
- copper-plate,2
|
|
*** ingredients
|
|
- angels-copper-pebbles,4
|
|
|
|
* angels-copper-casting
|
|
** angels-copper-nugget-smelting
|
|
*** products
|
|
- copper-plate,3
|
|
*** ingredients
|
|
- angels-copper-nugget,2
|
|
|
|
* angels-copper-casting
|
|
** copper-plate
|
|
*** products
|
|
- copper-plate,3
|
|
*** ingredients
|
|
- copper-ore,4
|
|
|
|
* angels-copper-casting
|
|
** angels-plate-copper
|
|
*** products
|
|
- copper-plate,4
|
|
*** ingredients
|
|
- liquid-molten-copper,40
|
|
|
|
* angels-copper-casting
|
|
** angels-roll-copper-converting
|
|
*** products
|
|
- copper-plate,4
|
|
*** ingredients
|
|
- angels-roll-copper,1
|
|
|
|
* angels-copper-casting
|
|
** copper-cable
|
|
*** products
|
|
- copper-cable,2
|
|
*** ingredients
|
|
- copper-plate,1
|
|
|
|
* angels-copper-casting
|
|
** angels-wire-coil-copper-converting
|
|
*** products
|
|
- copper-cable,16
|
|
*** ingredients
|
|
- angels-wire-coil-copper,4
|
|
|
|
* angels-electric-a
|
|
** laser-rifle
|
|
*** products
|
|
- laser-rifle,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- steel-gear-wheel,5
|
|
- advanced-circuit,5
|
|
- rifle,1
|
|
|
|
* angels-electric-a
|
|
** laser-turret
|
|
*** products
|
|
- laser-turret,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- battery,12
|
|
- electronic-circuit,20
|
|
|
|
* angels-electric-a
|
|
** bob-laser-turret-2
|
|
*** products
|
|
- bob-laser-turret-2,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- advanced-circuit,20
|
|
- laser-turret,1
|
|
- sapphire-5,1
|
|
|
|
* angels-electric-a
|
|
** bob-laser-turret-3
|
|
*** products
|
|
- bob-laser-turret-3,1
|
|
*** ingredients
|
|
- invar-alloy,20
|
|
- lithium-ion-battery,12
|
|
- bob-laser-turret-2,1
|
|
- emerald-5,1
|
|
|
|
* angels-electric-a
|
|
** bob-laser-turret-4
|
|
*** products
|
|
- bob-laser-turret-4,1
|
|
*** ingredients
|
|
- titanium-plate,20
|
|
- lithium-ion-battery,12
|
|
- processing-unit,20
|
|
- bob-laser-turret-3,1
|
|
- topaz-5,1
|
|
|
|
* angels-electric-a
|
|
** bob-laser-turret-5
|
|
*** products
|
|
- bob-laser-turret-5,1
|
|
*** ingredients
|
|
- nitinol-alloy,20
|
|
- silver-zinc-battery,12
|
|
- advanced-processing-unit,20
|
|
- bob-laser-turret-4,1
|
|
- diamond-5,1
|
|
|
|
* angels-electric-a
|
|
** angels-gathering-turret
|
|
*** products
|
|
- angels-gathering-turret,1
|
|
*** ingredients
|
|
- steel-plate,30
|
|
- engine-unit,5
|
|
- iron-gear-wheel,15
|
|
- pipe,10
|
|
|
|
* angels-electric-b
|
|
** bob-plasma-turret-1
|
|
*** products
|
|
- bob-plasma-turret-1,1
|
|
*** ingredients
|
|
- steel-plate,60
|
|
- alien-artifact,20
|
|
- battery,48
|
|
- electronic-circuit,80
|
|
- laser-rifle,1
|
|
|
|
* angels-electric-b
|
|
** bob-plasma-turret-2
|
|
*** products
|
|
- bob-plasma-turret-2,1
|
|
*** ingredients
|
|
- steel-plate,80
|
|
- alien-artifact,30
|
|
- battery,48
|
|
- advanced-circuit,80
|
|
- bob-plasma-turret-1,1
|
|
|
|
* angels-electric-b
|
|
** bob-plasma-turret-3
|
|
*** products
|
|
- bob-plasma-turret-3,1
|
|
*** ingredients
|
|
- invar-alloy,80
|
|
- alien-artifact-orange,10
|
|
- alien-artifact-blue,10
|
|
- lithium-ion-battery,48
|
|
- advanced-circuit,80
|
|
- bob-plasma-turret-2,1
|
|
|
|
* angels-electric-b
|
|
** bob-plasma-turret-4
|
|
*** products
|
|
- bob-plasma-turret-4,1
|
|
*** ingredients
|
|
- titanium-plate,80
|
|
- alien-artifact-yellow,10
|
|
- alien-artifact-purple,10
|
|
- lithium-ion-battery,48
|
|
- processing-unit,80
|
|
- bob-plasma-turret-3,1
|
|
|
|
* angels-electric-b
|
|
** bob-plasma-turret-5
|
|
*** products
|
|
- bob-plasma-turret-5,1
|
|
*** ingredients
|
|
- nitinol-alloy,80
|
|
- alien-artifact-red,10
|
|
- alien-artifact-green,10
|
|
- silver-zinc-battery,48
|
|
- advanced-processing-unit,80
|
|
- bob-plasma-turret-4,1
|
|
|
|
* angels-electric-c
|
|
** laser-rifle-battery
|
|
*** products
|
|
- laser-rifle-battery,1
|
|
*** ingredients
|
|
- glass,1
|
|
- battery,4
|
|
- laser-rifle-battery-case,1
|
|
|
|
* angels-electric-c
|
|
** laser-rifle-battery-ruby
|
|
*** products
|
|
- laser-rifle-battery-ruby,1
|
|
*** ingredients
|
|
- battery,4
|
|
- laser-rifle-battery-case,1
|
|
- ruby-5,1
|
|
|
|
* angels-electric-c
|
|
** laser-rifle-battery-sapphire
|
|
*** products
|
|
- laser-rifle-battery-sapphire,1
|
|
*** ingredients
|
|
- battery,4
|
|
- laser-rifle-battery-case,1
|
|
- sapphire-5,1
|
|
|
|
* angels-electric-c
|
|
** laser-rifle-battery-emerald
|
|
*** products
|
|
- laser-rifle-battery-emerald,1
|
|
*** ingredients
|
|
- lithium-ion-battery,4
|
|
- laser-rifle-battery-case,1
|
|
- emerald-5,1
|
|
|
|
* angels-electric-c
|
|
** laser-rifle-battery-amethyst
|
|
*** products
|
|
- laser-rifle-battery-amethyst,1
|
|
*** ingredients
|
|
- lithium-ion-battery,4
|
|
- laser-rifle-battery-case,1
|
|
- amethyst-5,1
|
|
|
|
* angels-electric-c
|
|
** laser-rifle-battery-topaz
|
|
*** products
|
|
- laser-rifle-battery-topaz,1
|
|
*** ingredients
|
|
- silver-zinc-battery,4
|
|
- laser-rifle-battery-case,1
|
|
- topaz-5,1
|
|
|
|
* angels-electric-c
|
|
** laser-rifle-battery-diamond
|
|
*** products
|
|
- laser-rifle-battery-diamond,1
|
|
*** ingredients
|
|
- silver-zinc-battery,4
|
|
- laser-rifle-battery-case,1
|
|
- diamond-5,1
|
|
|
|
* angels-electric-c
|
|
** laser-rifle-battery-case
|
|
*** products
|
|
- laser-rifle-battery-case,2
|
|
*** ingredients
|
|
- plastic-bar,1
|
|
|
|
* angels-exploration-tank-a
|
|
** tank
|
|
*** products
|
|
- tank,1
|
|
*** ingredients
|
|
- steel-plate,50
|
|
- engine-unit,32
|
|
- iron-gear-wheel,15
|
|
- advanced-circuit,10
|
|
|
|
* angels-exploration-tank-a
|
|
** bob-tank-2
|
|
*** products
|
|
- bob-tank-2,1
|
|
*** ingredients
|
|
- titanium-plate,50
|
|
- titanium-gear-wheel,15
|
|
- titanium-bearing,15
|
|
- processing-unit,5
|
|
- tank,1
|
|
|
|
* angels-exploration-tank-a
|
|
** bob-tank-3
|
|
*** products
|
|
- bob-tank-3,1
|
|
*** ingredients
|
|
- silicon-nitride,40
|
|
- tungsten-carbide,40
|
|
- nitinol-gear-wheel,15
|
|
- nitinol-bearing,15
|
|
- advanced-processing-unit,5
|
|
- bob-tank-2,1
|
|
|
|
* angels-exploration-tank-a
|
|
** cannon-shell
|
|
*** products
|
|
- cannon-shell,1
|
|
*** ingredients
|
|
- steel-plate,2
|
|
- plastic-bar,2
|
|
- explosives,1
|
|
|
|
* angels-exploration-tank-a
|
|
** explosive-cannon-shell
|
|
*** products
|
|
- explosive-cannon-shell,1
|
|
*** ingredients
|
|
- steel-plate,2
|
|
- plastic-bar,2
|
|
- explosives,2
|
|
|
|
* angels-exploration-tank-a
|
|
** uranium-cannon-shell
|
|
*** products
|
|
- uranium-cannon-shell,1
|
|
*** ingredients
|
|
- uranium-238,1
|
|
- cannon-shell,1
|
|
|
|
* angels-exploration-tank-a
|
|
** explosive-uranium-cannon-shell
|
|
*** products
|
|
- explosive-uranium-cannon-shell,1
|
|
*** ingredients
|
|
- uranium-238,1
|
|
- explosive-cannon-shell,1
|
|
|
|
* angels-exploration-tank-a
|
|
** scatter-cannon-shell
|
|
*** products
|
|
- scatter-cannon-shell,1
|
|
*** ingredients
|
|
- steel-plate,2
|
|
- plastic-bar,2
|
|
- explosives,1
|
|
- shot,5
|
|
|
|
* angels-exploration-tank-b
|
|
** angels-heavy-tank
|
|
*** products
|
|
- angels-heavy-tank,1
|
|
*** ingredients
|
|
- steel-plate,50
|
|
- engine-unit,20
|
|
- advanced-circuit,10
|
|
|
|
* angels-exploration-tank-b
|
|
** heavy-cannon-shell
|
|
*** products
|
|
- heavy-cannon-shell,1
|
|
*** ingredients
|
|
- cannon-shell,3
|
|
|
|
* angels-exploration-tank-b
|
|
** heavy-explosive-cannon-shell
|
|
*** products
|
|
- heavy-explosive-cannon-shell,1
|
|
*** ingredients
|
|
- explosive-cannon-shell,3
|
|
|
|
* angels-exploration-tank-b
|
|
** heavy-uranium-cannon-shell
|
|
*** products
|
|
- heavy-uranium-cannon-shell,1
|
|
*** ingredients
|
|
- uranium-cannon-shell,3
|
|
|
|
* angels-exploration-tank-b
|
|
** heavy-explosive-uranium-cannon-shell
|
|
*** products
|
|
- heavy-explosive-uranium-cannon-shell,1
|
|
*** ingredients
|
|
- explosive-uranium-cannon-shell,3
|
|
|
|
* angels-exploration-troups
|
|
** defender-capsule
|
|
*** products
|
|
- defender-capsule,1
|
|
*** ingredients
|
|
- defender-robot,1
|
|
|
|
* angels-exploration-troups
|
|
** distractor-capsule
|
|
*** products
|
|
- distractor-capsule,1
|
|
*** ingredients
|
|
- distractor-robot,3
|
|
|
|
* angels-exploration-troups
|
|
** destroyer-capsule
|
|
*** products
|
|
- destroyer-capsule,1
|
|
*** ingredients
|
|
- destroyer-robot,5
|
|
|
|
* angels-exploration-troups
|
|
** bob-laser-robot-capsule
|
|
*** products
|
|
- bob-laser-robot-capsule,1
|
|
*** ingredients
|
|
- bob-laser-robot,5
|
|
|
|
* angels-exploration-troups
|
|
** bob-robot-gun-drone
|
|
*** products
|
|
- bob-robot-gun-drone,1
|
|
*** ingredients
|
|
- robot-brain-combat,1
|
|
- gun-turret,1
|
|
- robot-drone-frame,1
|
|
|
|
* angels-exploration-troups
|
|
** bob-robot-laser-drone
|
|
*** products
|
|
- bob-robot-laser-drone,1
|
|
*** ingredients
|
|
- robot-brain-combat,1
|
|
- laser-turret,1
|
|
- robot-drone-frame,1
|
|
|
|
* angels-exploration-troups
|
|
** bob-robot-flamethrower-drone
|
|
*** products
|
|
- bob-robot-flamethrower-drone,1
|
|
*** ingredients
|
|
- robot-brain-combat,1
|
|
- flamethrower-turret,1
|
|
- robot-drone-frame,1
|
|
|
|
* angels-exploration-troups
|
|
** bob-robot-plasma-drone
|
|
*** products
|
|
- bob-robot-plasma-drone,1
|
|
*** ingredients
|
|
- robot-brain-combat,1
|
|
- bob-plasma-turret-1,1
|
|
- robot-drone-frame-large,1
|
|
|
|
* angels-exploration-troups
|
|
** robot-drone-frame
|
|
*** products
|
|
- robot-drone-frame,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- electric-engine-unit,2
|
|
- battery,6
|
|
- steel-gear-wheel,10
|
|
- steel-bearing,10
|
|
- electronic-circuit,10
|
|
|
|
* angels-exploration-troups
|
|
** robot-drone-frame-large
|
|
*** products
|
|
- robot-drone-frame-large,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- electric-engine-unit,2
|
|
- battery,12
|
|
- steel-gear-wheel,10
|
|
- steel-bearing,10
|
|
- electronic-circuit,10
|
|
|
|
* angels-exploration-walls
|
|
** wall-0
|
|
*** products
|
|
- wall-0,1
|
|
*** ingredients
|
|
- stone,5
|
|
- wood,1
|
|
|
|
* angels-exploration-walls
|
|
** stone-wall
|
|
*** products
|
|
- stone-wall,1
|
|
*** ingredients
|
|
- stone-brick,5
|
|
|
|
* angels-exploration-walls
|
|
** gate
|
|
*** products
|
|
- gate,1
|
|
*** ingredients
|
|
- steel-plate,2
|
|
- electronic-circuit,2
|
|
- stone-wall,1
|
|
|
|
* angels-exploration-walls
|
|
** reinforced-wall
|
|
*** products
|
|
- reinforced-wall,1
|
|
*** ingredients
|
|
- stone-brick,3
|
|
- steel-plate,3
|
|
|
|
* angels-exploration-walls
|
|
** reinforced-gate
|
|
*** products
|
|
- reinforced-gate,1
|
|
*** ingredients
|
|
- steel-plate,2
|
|
- electronic-circuit,2
|
|
- reinforced-wall,1
|
|
|
|
* angels-explosion-a
|
|
** rocket-launcher
|
|
*** products
|
|
- rocket-launcher,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- electronic-circuit,5
|
|
- shotgun,2
|
|
|
|
* angels-explosion-a
|
|
** angels-rocket-turret
|
|
*** products
|
|
- angels-rocket-turret,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- electronic-circuit,10
|
|
- rocket-launcher,4
|
|
|
|
* angels-explosion-a
|
|
** rocket
|
|
*** products
|
|
- rocket,1
|
|
*** ingredients
|
|
- rocket-booster,1
|
|
- explosives,1
|
|
- electronic-circuit,1
|
|
|
|
* angels-explosion-a
|
|
** explosive-rocket
|
|
*** products
|
|
- explosive-rocket,1
|
|
*** ingredients
|
|
- explosives,2
|
|
- rocket,1
|
|
|
|
* angels-explosion-a
|
|
** atomic-bomb
|
|
*** products
|
|
- atomic-bomb,1
|
|
*** ingredients
|
|
- rocket-booster,1
|
|
- explosives,10
|
|
- rocket-control-unit,10
|
|
- uranium-235,15
|
|
|
|
* angels-explosion-a
|
|
** angels-atomic-bomb
|
|
*** products
|
|
- atomic-bomb,1
|
|
*** ingredients
|
|
- rocket-booster,1
|
|
- explosives,10
|
|
- rocket-control-unit,10
|
|
- plutonium-239,30
|
|
|
|
* angels-explosion-a
|
|
** angels-atomic-bomb-2
|
|
*** products
|
|
- atomic-bomb,2
|
|
*** ingredients
|
|
- rocket-booster,1
|
|
- explosives,20
|
|
- rocket-control-unit,20
|
|
- angels-muon-fusion-catalyst,1
|
|
- gas-deuterium,3600
|
|
|
|
* angels-explosion-ba
|
|
** rocket-warhead
|
|
*** products
|
|
- rocket-warhead,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- explosives,1
|
|
|
|
* angels-explosion-ba
|
|
** piercing-rocket-warhead
|
|
*** products
|
|
- piercing-rocket-warhead,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- alien-blue-alloy,2
|
|
|
|
* angels-explosion-ba
|
|
** explosive-rocket-warhead
|
|
*** products
|
|
- explosive-rocket-warhead,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- alien-explosive,20
|
|
|
|
* angels-explosion-ba
|
|
** flame-rocket-warhead
|
|
*** products
|
|
- flame-rocket-warhead,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- alien-fire,20
|
|
|
|
* angels-explosion-ba
|
|
** acid-rocket-warhead
|
|
*** products
|
|
- acid-rocket-warhead,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- alien-acid,20
|
|
|
|
* angels-explosion-ba
|
|
** poison-rocket-warhead
|
|
*** products
|
|
- poison-rocket-warhead,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- alien-poison,20
|
|
|
|
* angels-explosion-ba
|
|
** electric-rocket-warhead
|
|
*** products
|
|
- electric-rocket-warhead,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- alien-orange-alloy,2
|
|
|
|
* angels-explosion-ba
|
|
** plasma-rocket-warhead
|
|
*** products
|
|
- plasma-rocket-warhead,6
|
|
*** ingredients
|
|
- steel-plate,6
|
|
- alien-artifact-red,1
|
|
- alien-artifact-yellow,1
|
|
- alien-artifact-orange,1
|
|
- alien-artifact-blue,1
|
|
- alien-artifact-purple,1
|
|
- alien-artifact-green,1
|
|
- gas-deuterium,10
|
|
|
|
* angels-explosion-ba
|
|
** rocket-engine
|
|
*** products
|
|
- rocket-engine,1
|
|
*** ingredients
|
|
- tungsten-plate,1
|
|
- tungsten-gear-wheel,1
|
|
|
|
* angels-explosion-bb
|
|
** bob-rocket
|
|
*** products
|
|
- bob-rocket,1
|
|
*** ingredients
|
|
- rocket-warhead,1
|
|
- rocket-body,1
|
|
|
|
* angels-explosion-bb
|
|
** bob-piercing-rocket
|
|
*** products
|
|
- bob-piercing-rocket,1
|
|
*** ingredients
|
|
- piercing-rocket-warhead,1
|
|
- rocket-body,1
|
|
|
|
* angels-explosion-bb
|
|
** bob-explosive-rocket
|
|
*** products
|
|
- bob-explosive-rocket,1
|
|
*** ingredients
|
|
- explosive-rocket-warhead,1
|
|
- rocket-body,1
|
|
|
|
* angels-explosion-bb
|
|
** bob-flame-rocket
|
|
*** products
|
|
- bob-flame-rocket,1
|
|
*** ingredients
|
|
- flame-rocket-warhead,1
|
|
- rocket-body,1
|
|
|
|
* angels-explosion-bb
|
|
** bob-acid-rocket
|
|
*** products
|
|
- bob-acid-rocket,1
|
|
*** ingredients
|
|
- acid-rocket-warhead,1
|
|
- rocket-body,1
|
|
|
|
* angels-explosion-bb
|
|
** bob-poison-rocket
|
|
*** products
|
|
- bob-poison-rocket,1
|
|
*** ingredients
|
|
- poison-rocket-warhead,1
|
|
- rocket-body,1
|
|
|
|
* angels-explosion-bb
|
|
** bob-electric-rocket
|
|
*** products
|
|
- bob-electric-rocket,1
|
|
*** ingredients
|
|
- electric-rocket-warhead,1
|
|
- rocket-body,1
|
|
|
|
* angels-explosion-bb
|
|
** bob-plasma-rocket
|
|
*** products
|
|
- bob-plasma-rocket,1
|
|
*** ingredients
|
|
- plasma-rocket-warhead,1
|
|
- rocket-body,1
|
|
|
|
* angels-explosion-bb
|
|
** rocket-body
|
|
*** products
|
|
- rocket-body,1
|
|
*** ingredients
|
|
- aluminium-plate,1
|
|
- processing-unit,1
|
|
- rocket-engine,1
|
|
- liquid-fuel,10
|
|
|
|
* angels-fire
|
|
** flamethrower
|
|
*** products
|
|
- flamethrower,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- iron-gear-wheel,5
|
|
- submachine-gun,1
|
|
|
|
* angels-fire
|
|
** bio-gun
|
|
*** products
|
|
- bio-gun,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- iron-gear-wheel,5
|
|
- submachine-gun,1
|
|
|
|
* angels-fire
|
|
** flamethrower-turret
|
|
*** products
|
|
- flamethrower-turret,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- engine-unit,5
|
|
- flamethrower,1
|
|
- pipe,10
|
|
|
|
* angels-fire
|
|
** angels-bio-turret
|
|
*** products
|
|
- angels-bio-turret,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- engine-unit,5
|
|
- bio-gun,1
|
|
- pipe,10
|
|
|
|
* angels-fire
|
|
** flamethrower-ammo
|
|
*** products
|
|
- flamethrower-ammo,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- liquid-fuel-oil,50
|
|
- liquid-naphtha,50
|
|
|
|
* angels-fire
|
|
** bio-ammo
|
|
*** products
|
|
- bio-ammo,1
|
|
*** ingredients
|
|
- copper-plate,10
|
|
- sulfur,5
|
|
- crude-oil,60
|
|
|
|
* angels-fluid-control
|
|
** bob-valve
|
|
*** products
|
|
- bob-valve,1
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- pipe,1
|
|
|
|
* angels-fluid-control
|
|
** valve-inspector
|
|
*** products
|
|
- valve-inspector,1
|
|
*** ingredients
|
|
- basic-circuit-board,1
|
|
- pipe,3
|
|
|
|
* angels-fluid-control
|
|
** bob-overflow-valve
|
|
*** products
|
|
- bob-overflow-valve,1
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- pipe,1
|
|
|
|
* angels-fluid-control
|
|
** valve-return
|
|
*** products
|
|
- valve-return,1
|
|
*** ingredients
|
|
- basic-circuit-board,1
|
|
- pipe,3
|
|
|
|
* angels-fluid-control
|
|
** bob-topup-valve
|
|
*** products
|
|
- bob-topup-valve,1
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- pipe,1
|
|
|
|
* angels-fluid-control
|
|
** valve-overflow
|
|
*** products
|
|
- valve-overflow,1
|
|
*** ingredients
|
|
- basic-circuit-board,1
|
|
- pipe,3
|
|
|
|
* angels-fluid-control
|
|
** valve-underflow
|
|
*** products
|
|
- valve-underflow,1
|
|
*** ingredients
|
|
- basic-circuit-board,1
|
|
- pipe,3
|
|
|
|
* angels-fluid-control
|
|
** valve-converter
|
|
*** products
|
|
- valve-converter,1
|
|
*** ingredients
|
|
- basic-circuit-board,1
|
|
- pipe,3
|
|
|
|
* angels-fluid-control
|
|
** pump
|
|
*** products
|
|
- pump,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- engine-unit,1
|
|
- copper-pipe,1
|
|
|
|
* angels-fluid-control
|
|
** bob-pump-2
|
|
*** products
|
|
- bob-pump-2,1
|
|
*** ingredients
|
|
- aluminium-plate,1
|
|
- pump,1
|
|
- bronze-pipe,1
|
|
|
|
* angels-fluid-control
|
|
** bob-pump-3
|
|
*** products
|
|
- bob-pump-3,1
|
|
*** ingredients
|
|
- titanium-plate,1
|
|
- bob-pump-2,1
|
|
- brass-pipe,1
|
|
|
|
* angels-fluid-control
|
|
** bob-pump-4
|
|
*** products
|
|
- bob-pump-4,1
|
|
*** ingredients
|
|
- nitinol-alloy,1
|
|
- bob-pump-3,1
|
|
- copper-tungsten-pipe,1
|
|
|
|
* angels-fluid-control
|
|
** barreling-pump
|
|
*** products
|
|
- barreling-pump,1
|
|
*** ingredients
|
|
- steel-plate,6
|
|
- steel-gear-wheel,9
|
|
- electronic-circuit,2
|
|
- steel-pipe,6
|
|
|
|
* angels-fluid-control
|
|
** empty-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
|
|
* angels-fluid-control
|
|
** empty-canister
|
|
*** products
|
|
- empty-canister,5
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- plastic-bar,1
|
|
- empty-barrel,5
|
|
|
|
* angels-fluid-control
|
|
** gas-canister
|
|
*** products
|
|
- gas-canister,5
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- empty-canister,5
|
|
|
|
* angels-fluid-control-angels-fluid-converter-water-enrichment
|
|
** fill-heavy-water-barrel
|
|
*** products
|
|
- heavy-water-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-water-heavy,50
|
|
|
|
* angels-fluid-control-angels-fluid-converter-water-enrichment
|
|
** empty-heavy-water-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-water-heavy,50
|
|
*** ingredients
|
|
- heavy-water-barrel,1
|
|
|
|
* angels-fluid-control-angels-fluid-converter-water-treatment-fluid
|
|
** fill-pure-water-barrel
|
|
*** products
|
|
- pure-water-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- water-purified,50
|
|
|
|
* angels-fluid-control-angels-fluid-converter-water-treatment-fluid
|
|
** empty-pure-water-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- water-purified,50
|
|
*** ingredients
|
|
- pure-water-barrel,1
|
|
|
|
* angels-fluid-control-angels-gold
|
|
** fill-liquid-chlorauric-acid-barrel
|
|
*** products
|
|
- liquid-chlorauric-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-chlorauric-acid,50
|
|
|
|
* angels-fluid-control-angels-gold
|
|
** empty-liquid-chlorauric-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-chlorauric-acid,50
|
|
*** ingredients
|
|
- liquid-chlorauric-acid-barrel,1
|
|
|
|
* angels-fluid-control-angels-lead
|
|
** fill-liquid-hexafluorosilicic-acid-barrel
|
|
*** products
|
|
- liquid-hexafluorosilicic-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-hexafluorosilicic-acid,50
|
|
|
|
* angels-fluid-control-angels-lead
|
|
** empty-liquid-hexafluorosilicic-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-hexafluorosilicic-acid,50
|
|
*** ingredients
|
|
- liquid-hexafluorosilicic-acid-barrel,1
|
|
|
|
* angels-fluid-control-angels-platinum
|
|
** fill-liquid-hexachloroplatinic-acid-barrel
|
|
*** products
|
|
- liquid-hexachloroplatinic-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-hexachloroplatinic-acid,50
|
|
|
|
* angels-fluid-control-angels-platinum
|
|
** empty-liquid-hexachloroplatinic-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-hexachloroplatinic-acid,50
|
|
*** ingredients
|
|
- liquid-hexachloroplatinic-acid-barrel,1
|
|
|
|
* angels-fluid-control-angels-silicon
|
|
** fill-liquid-trichlorosilane-barrel
|
|
*** products
|
|
- liquid-trichlorosilane-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-trichlorosilane,50
|
|
|
|
* angels-fluid-control-angels-silicon
|
|
** empty-liquid-trichlorosilane-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-trichlorosilane,50
|
|
*** ingredients
|
|
- liquid-trichlorosilane-barrel,1
|
|
|
|
* angels-fluid-control-angels-silicon
|
|
** fill-gas-silane-barrel
|
|
*** products
|
|
- gas-silane-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-silane,50
|
|
|
|
* angels-fluid-control-angels-silicon
|
|
** empty-gas-silane-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-silane,50
|
|
*** ingredients
|
|
- gas-silane-barrel,1
|
|
|
|
* angels-fluid-control-angels-titanium
|
|
** fill-liquid-titanium-tetrachloride-barrel
|
|
*** products
|
|
- liquid-titanium-tetrachloride-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-titanium-tetrachloride,50
|
|
|
|
* angels-fluid-control-angels-titanium
|
|
** empty-liquid-titanium-tetrachloride-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-titanium-tetrachloride,50
|
|
*** ingredients
|
|
- liquid-titanium-tetrachloride-barrel,1
|
|
|
|
* angels-fluid-control-angels-tungsten
|
|
** fill-liquid-tungstic-acid-barrel
|
|
*** products
|
|
- liquid-tungstic-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-tungstic-acid,50
|
|
|
|
* angels-fluid-control-angels-tungsten
|
|
** empty-liquid-tungstic-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-tungstic-acid,50
|
|
*** ingredients
|
|
- liquid-tungstic-acid-barrel,1
|
|
|
|
* angels-fluid-control-angels-tungsten
|
|
** fill-gas-tungsten-hexafluoride-barrel
|
|
*** products
|
|
- gas-tungsten-hexafluoride-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-tungsten-hexafluoride,50
|
|
|
|
* angels-fluid-control-angels-tungsten
|
|
** empty-gas-tungsten-hexafluoride-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-tungsten-hexafluoride,50
|
|
*** ingredients
|
|
- gas-tungsten-hexafluoride-barrel,1
|
|
|
|
* angels-fluid-control-bio-fish
|
|
** fill-liquid-fish-atmosphere-barrel
|
|
*** products
|
|
- liquid-fish-atmosphere-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-fish-atmosphere,50
|
|
|
|
* angels-fluid-control-bio-fish
|
|
** empty-liquid-fish-atmosphere-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-fish-atmosphere,50
|
|
*** ingredients
|
|
- liquid-fish-atmosphere-barrel,1
|
|
|
|
* angels-fluid-control-bio-fish
|
|
** fill-liquid-polluted-fish-atmosphere-barrel
|
|
*** products
|
|
- liquid-polluted-fish-atmosphere-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-polluted-fish-atmosphere,50
|
|
|
|
* angels-fluid-control-bio-fish
|
|
** empty-liquid-polluted-fish-atmosphere-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-polluted-fish-atmosphere,50
|
|
*** ingredients
|
|
- liquid-polluted-fish-atmosphere-barrel,1
|
|
|
|
* angels-fluid-control-bio-fish
|
|
** fill-liquid-raw-fish-oil-barrel
|
|
*** products
|
|
- liquid-raw-fish-oil-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-raw-fish-oil,50
|
|
|
|
* angels-fluid-control-bio-fish
|
|
** empty-liquid-raw-fish-oil-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-raw-fish-oil,50
|
|
*** ingredients
|
|
- liquid-raw-fish-oil-barrel,1
|
|
|
|
* angels-fluid-control-bio-fish
|
|
** fill-liquid-fish-oil-barrel
|
|
*** products
|
|
- liquid-fish-oil-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-fish-oil,50
|
|
|
|
* angels-fluid-control-bio-fish
|
|
** empty-liquid-fish-oil-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-fish-oil,50
|
|
*** ingredients
|
|
- liquid-fish-oil-barrel,1
|
|
|
|
* angels-fluid-control-bio-liquor
|
|
** fill-liquid-pulping-liquor-barrel
|
|
*** products
|
|
- liquid-pulping-liquor-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-pulping-liquor,50
|
|
|
|
* angels-fluid-control-bio-liquor
|
|
** empty-liquid-pulping-liquor-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-pulping-liquor,50
|
|
*** ingredients
|
|
- liquid-pulping-liquor-barrel,1
|
|
|
|
* angels-fluid-control-bio-liquor
|
|
** fill-liquid-brown-liquor-barrel
|
|
*** products
|
|
- liquid-brown-liquor-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-brown-liquor,50
|
|
|
|
* angels-fluid-control-bio-liquor
|
|
** empty-liquid-brown-liquor-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-brown-liquor,50
|
|
*** ingredients
|
|
- liquid-brown-liquor-barrel,1
|
|
|
|
* angels-fluid-control-bio-liquor
|
|
** fill-liquid-white-liquor-barrel
|
|
*** products
|
|
- liquid-white-liquor-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-white-liquor,50
|
|
|
|
* angels-fluid-control-bio-liquor
|
|
** empty-liquid-white-liquor-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-white-liquor,50
|
|
*** ingredients
|
|
- liquid-white-liquor-barrel,1
|
|
|
|
* angels-fluid-control-bio-liquor
|
|
** fill-liquid-black-liquor-barrel
|
|
*** products
|
|
- liquid-black-liquor-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-black-liquor,50
|
|
|
|
* angels-fluid-control-bio-liquor
|
|
** empty-liquid-black-liquor-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-black-liquor,50
|
|
*** ingredients
|
|
- liquid-black-liquor-barrel,1
|
|
|
|
* angels-fluid-control-bio-liquor
|
|
** fill-liquid-green-liquor-barrel
|
|
*** products
|
|
- liquid-green-liquor-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-green-liquor,50
|
|
|
|
* angels-fluid-control-bio-liquor
|
|
** empty-liquid-green-liquor-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-green-liquor,50
|
|
*** ingredients
|
|
- liquid-green-liquor-barrel,1
|
|
|
|
* angels-fluid-control-bio-plastic
|
|
** fill-liquid-cellulose-acetate-mixture-barrel
|
|
*** products
|
|
- liquid-cellulose-acetate-mixture-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-cellulose-acetate-mixture,50
|
|
|
|
* angels-fluid-control-bio-plastic
|
|
** empty-liquid-cellulose-acetate-mixture-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-cellulose-acetate-mixture,50
|
|
*** ingredients
|
|
- liquid-cellulose-acetate-mixture-barrel,1
|
|
|
|
* angels-fluid-control-bio-plastic
|
|
** fill-liquid-cellulose-acetate-barrel
|
|
*** products
|
|
- liquid-cellulose-acetate-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-cellulose-acetate,50
|
|
|
|
* angels-fluid-control-bio-plastic
|
|
** empty-liquid-cellulose-acetate-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-cellulose-acetate,50
|
|
*** ingredients
|
|
- liquid-cellulose-acetate-barrel,1
|
|
|
|
* angels-fluid-control-bio-plastic
|
|
** fill-liquid-propionic-acid-barrel
|
|
*** products
|
|
- liquid-propionic-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-propionic-acid,50
|
|
|
|
* angels-fluid-control-bio-plastic
|
|
** empty-liquid-propionic-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-propionic-acid,50
|
|
*** ingredients
|
|
- liquid-propionic-acid-barrel,1
|
|
|
|
* angels-fluid-control-bio-processing-alien-intermediate
|
|
** fill-alien-spores-barrel
|
|
*** products
|
|
- alien-spores-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- alien-spores,50
|
|
|
|
* angels-fluid-control-bio-processing-alien-intermediate
|
|
** empty-alien-spores-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- alien-spores,50
|
|
*** ingredients
|
|
- alien-spores-barrel,1
|
|
|
|
* angels-fluid-control-bio-processing-alien-intermediate
|
|
** fill-alien-goo-barrel
|
|
*** products
|
|
- alien-goo-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- alien-goo,50
|
|
|
|
* angels-fluid-control-bio-processing-alien-intermediate
|
|
** empty-alien-goo-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- alien-goo,50
|
|
*** ingredients
|
|
- alien-goo-barrel,1
|
|
|
|
* angels-fluid-control-bio-processor-fermentation
|
|
** fill-liquid-fermentation-raw-barrel
|
|
*** products
|
|
- liquid-fermentation-raw-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-fermentation-raw,50
|
|
|
|
* angels-fluid-control-bio-processor-fermentation
|
|
** empty-liquid-fermentation-raw-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-fermentation-raw,50
|
|
*** ingredients
|
|
- liquid-fermentation-raw-barrel,1
|
|
|
|
* angels-fluid-control-bio-processor-fermentation
|
|
** fill-liquid-acetic-acid-barrel
|
|
*** products
|
|
- liquid-acetic-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-acetic-acid,50
|
|
|
|
* angels-fluid-control-bio-processor-fermentation
|
|
** empty-liquid-acetic-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-acetic-acid,50
|
|
*** ingredients
|
|
- liquid-acetic-acid-barrel,1
|
|
|
|
* angels-fluid-control-bio-processor-fermentation
|
|
** fill-liquid-acetic-anhydride-barrel
|
|
*** products
|
|
- liquid-acetic-anhydride-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-acetic-anhydride,50
|
|
|
|
* angels-fluid-control-bio-processor-fermentation
|
|
** empty-liquid-acetic-anhydride-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-acetic-anhydride,50
|
|
*** ingredients
|
|
- liquid-acetic-anhydride-barrel,1
|
|
|
|
* angels-fluid-control-bio-processor-fermentation
|
|
** fill-gas-ethanol-barrel
|
|
*** products
|
|
- gas-ethanol-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-ethanol,50
|
|
|
|
* angels-fluid-control-bio-processor-fermentation
|
|
** empty-gas-ethanol-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-ethanol,50
|
|
*** ingredients
|
|
- gas-ethanol-barrel,1
|
|
|
|
* angels-fluid-control-bio-processor-nutrient
|
|
** fill-liquid-nutrient-pulp-barrel
|
|
*** products
|
|
- liquid-nutrient-pulp-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-nutrient-pulp,50
|
|
|
|
* angels-fluid-control-bio-processor-nutrient
|
|
** empty-liquid-nutrient-pulp-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-nutrient-pulp,50
|
|
*** ingredients
|
|
- liquid-nutrient-pulp-barrel,1
|
|
|
|
* angels-fluid-control-bio-processor-press-vegetables
|
|
** fill-liquid-raw-vegetable-oil-barrel
|
|
*** products
|
|
- liquid-raw-vegetable-oil-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-raw-vegetable-oil,50
|
|
|
|
* angels-fluid-control-bio-processor-press-vegetables
|
|
** empty-liquid-raw-vegetable-oil-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-raw-vegetable-oil,50
|
|
*** ingredients
|
|
- liquid-raw-vegetable-oil-barrel,1
|
|
|
|
* angels-fluid-control-bio-processor-press-vegetables
|
|
** fill-liquid-vegetable-oil-barrel
|
|
*** products
|
|
- liquid-vegetable-oil-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-vegetable-oil,50
|
|
|
|
* angels-fluid-control-bio-processor-press-vegetables
|
|
** empty-liquid-vegetable-oil-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-vegetable-oil,50
|
|
*** ingredients
|
|
- liquid-vegetable-oil-barrel,1
|
|
|
|
* angels-fluid-control-bio-puffer-1
|
|
** fill-gas-puffer-atmosphere-barrel
|
|
*** products
|
|
- gas-puffer-atmosphere-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-puffer-atmosphere,50
|
|
|
|
* angels-fluid-control-bio-puffer-1
|
|
** empty-gas-puffer-atmosphere-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-puffer-atmosphere,50
|
|
*** ingredients
|
|
- gas-puffer-atmosphere-barrel,1
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** fill-ferric-chloride-solution-barrel
|
|
*** products
|
|
- ferric-chloride-solution-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-ferric-chloride-solution,50
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** empty-ferric-chloride-solution-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-ferric-chloride-solution,50
|
|
*** ingredients
|
|
- ferric-chloride-solution-barrel,1
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** fill-sulfuric-acid-barrel
|
|
*** products
|
|
- sulfuric-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-sulfuric-acid,50
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** empty-sulfuric-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-sulfuric-acid,50
|
|
*** ingredients
|
|
- sulfuric-acid-barrel,1
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** fill-sulfuric-nitric-acid-barrel
|
|
*** products
|
|
- sulfuric-nitric-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- sulfuric-nitric-acid,50
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** empty-sulfuric-nitric-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- sulfuric-nitric-acid,50
|
|
*** ingredients
|
|
- sulfuric-nitric-acid-barrel,1
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** fill-tungstic-acid-barrel
|
|
*** products
|
|
- tungstic-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-tungstic-acid,50
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** empty-tungstic-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-tungstic-acid,50
|
|
*** ingredients
|
|
- tungstic-acid-barrel,1
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** fill-liquid-fuel-barrel
|
|
*** products
|
|
- liquid-fuel-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-fuel,50
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** empty-liquid-fuel-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-fuel,50
|
|
*** ingredients
|
|
- liquid-fuel-barrel,1
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** fill-alien-acid-barrel
|
|
*** products
|
|
- alien-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- alien-acid,50
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** empty-alien-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- alien-acid,50
|
|
*** ingredients
|
|
- alien-acid-barrel,1
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** fill-alien-explosive-barrel
|
|
*** products
|
|
- alien-explosive-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- alien-explosive,50
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** empty-alien-explosive-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- alien-explosive,50
|
|
*** ingredients
|
|
- alien-explosive-barrel,1
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** fill-alien-poison-barrel
|
|
*** products
|
|
- alien-poison-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- alien-poison,50
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** empty-alien-poison-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- alien-poison,50
|
|
*** ingredients
|
|
- alien-poison-barrel,1
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** fill-alien-fire-barrel
|
|
*** products
|
|
- alien-fire-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- alien-fire,50
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** empty-alien-fire-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- alien-fire,50
|
|
*** ingredients
|
|
- alien-fire-barrel,1
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** fill-nitric-acid-barrel
|
|
*** products
|
|
- nitric-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-nitric-acid,50
|
|
|
|
* angels-fluid-control-bob-canister
|
|
** empty-nitric-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-nitric-acid,50
|
|
*** ingredients
|
|
- nitric-acid-barrel,1
|
|
|
|
* angels-fluid-control-bob-fluid
|
|
** fill-ammoniated-brine-barrel
|
|
*** products
|
|
- ammoniated-brine-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- ammoniated-brine,50
|
|
|
|
* angels-fluid-control-bob-fluid
|
|
** fill-brine-barrel
|
|
*** products
|
|
- brine-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- water-saline,50
|
|
|
|
* angels-fluid-control-bob-fluid
|
|
** empty-ammoniated-brine-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- ammoniated-brine,50
|
|
*** ingredients
|
|
- ammoniated-brine-barrel,1
|
|
|
|
* angels-fluid-control-bob-fluid
|
|
** empty-brine-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- water-saline,50
|
|
*** ingredients
|
|
- brine-barrel,1
|
|
|
|
* angels-fluid-control-bob-fluid
|
|
** fill-dinitrogen-tetroxide-barrel
|
|
*** products
|
|
- dinitrogen-tetroxide-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- gas-dinitrogen-tetroxide,50
|
|
|
|
* angels-fluid-control-bob-fluid
|
|
** empty-dinitrogen-tetroxide-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- gas-dinitrogen-tetroxide,50
|
|
*** ingredients
|
|
- dinitrogen-tetroxide-barrel,1
|
|
|
|
* angels-fluid-control-bob-fluid
|
|
** fill-glycerol-barrel
|
|
*** products
|
|
- glycerol-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-glycerol,50
|
|
|
|
* angels-fluid-control-bob-fluid
|
|
** empty-glycerol-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-glycerol,50
|
|
*** ingredients
|
|
- glycerol-barrel,1
|
|
|
|
* angels-fluid-control-bob-fluid
|
|
** fill-hydrazine-barrel
|
|
*** products
|
|
- hydrazine-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- gas-hydrazine,50
|
|
|
|
* angels-fluid-control-bob-fluid
|
|
** empty-hydrazine-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- gas-hydrazine,50
|
|
*** ingredients
|
|
- hydrazine-barrel,1
|
|
|
|
* angels-fluid-control-bob-fluid
|
|
** fill-hydrogen-peroxide-barrel
|
|
*** products
|
|
- hydrogen-peroxide-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- gas-hydrogen-peroxide,50
|
|
|
|
* angels-fluid-control-bob-fluid
|
|
** empty-hydrogen-peroxide-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- gas-hydrogen-peroxide,50
|
|
*** ingredients
|
|
- hydrogen-peroxide-barrel,1
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** fill-chlorine-barrel
|
|
*** products
|
|
- chlorine-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-chlorine,50
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** fill-nitrogen-barrel
|
|
*** products
|
|
- nitrogen-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-nitrogen,50
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** empty-chlorine-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-chlorine,50
|
|
*** ingredients
|
|
- chlorine-barrel,1
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** empty-nitrogen-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-nitrogen,50
|
|
*** ingredients
|
|
- nitrogen-barrel,1
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** fill-petroleum-gas-barrel
|
|
*** products
|
|
- petroleum-gas-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-methane,50
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** empty-petroleum-gas-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-methane,50
|
|
*** ingredients
|
|
- petroleum-gas-barrel,1
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** fill-sour-gas-barrel
|
|
*** products
|
|
- sour-gas-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- sour-gas,50
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** empty-sour-gas-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- sour-gas,50
|
|
*** ingredients
|
|
- sour-gas-barrel,1
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** fill-ammonia-barrel
|
|
*** products
|
|
- ammonia-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-ammonia,50
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** empty-ammonia-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-ammonia,50
|
|
*** ingredients
|
|
- ammonia-barrel,1
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** fill-carbon-dioxide-barrel
|
|
*** products
|
|
- carbon-dioxide-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-carbon-dioxide,50
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** empty-carbon-dioxide-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-carbon-dioxide,50
|
|
*** ingredients
|
|
- carbon-dioxide-barrel,1
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** fill-nitric-oxide-barrel
|
|
*** products
|
|
- nitric-oxide-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-nitrogen-monoxide,50
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** empty-nitric-oxide-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-nitrogen-monoxide,50
|
|
*** ingredients
|
|
- nitric-oxide-barrel,1
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** fill-hydrogen-sulfide-barrel
|
|
*** products
|
|
- hydrogen-sulfide-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-hydrogen-sulfide,50
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** empty-hydrogen-sulfide-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-hydrogen-sulfide,50
|
|
*** ingredients
|
|
- hydrogen-sulfide-barrel,1
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** fill-hydrogen-chloride-barrel
|
|
*** products
|
|
- hydrogen-chloride-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-hydrogen-chloride,50
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** fill-sulfur-dioxide-barrel
|
|
*** products
|
|
- sulfur-dioxide-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-sulfur-dioxide,50
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** empty-hydrogen-chloride-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-hydrogen-chloride,50
|
|
*** ingredients
|
|
- hydrogen-chloride-barrel,1
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** empty-sulfur-dioxide-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-sulfur-dioxide,50
|
|
*** ingredients
|
|
- sulfur-dioxide-barrel,1
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** fill-nitrogen-dioxide-barrel
|
|
*** products
|
|
- nitrogen-dioxide-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-nitrogen-dioxide,50
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** fill-oxygen-barrel
|
|
*** products
|
|
- oxygen-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-oxygen,50
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** empty-nitrogen-dioxide-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-nitrogen-dioxide,50
|
|
*** ingredients
|
|
- nitrogen-dioxide-barrel,1
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** empty-oxygen-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-oxygen,50
|
|
*** ingredients
|
|
- oxygen-barrel,1
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** fill-hydrogen-barrel
|
|
*** products
|
|
- hydrogen-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-hydrogen,50
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** empty-hydrogen-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-hydrogen,50
|
|
*** ingredients
|
|
- hydrogen-barrel,1
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** fill-deuterium-barrel
|
|
*** products
|
|
- deuterium-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-deuterium,50
|
|
|
|
* angels-fluid-control-bob-gas-bottle
|
|
** empty-deuterium-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-deuterium,50
|
|
*** ingredients
|
|
- deuterium-barrel,1
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** fill-angels-ore8-sludge-barrel
|
|
*** products
|
|
- angels-ore8-sludge-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- angels-ore8-sludge,50
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** empty-angels-ore8-sludge-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- angels-ore8-sludge,50
|
|
*** ingredients
|
|
- angels-ore8-sludge-barrel,1
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** fill-angels-ore8-solution-barrel
|
|
*** products
|
|
- angels-ore8-solution-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- angels-ore8-solution,50
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** empty-angels-ore8-solution-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- angels-ore8-solution,50
|
|
*** ingredients
|
|
- angels-ore8-solution-barrel,1
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** fill-angels-ore8-anode-sludge-barrel
|
|
*** products
|
|
- angels-ore8-anode-sludge-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- angels-ore8-anode-sludge,50
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** empty-angels-ore8-anode-sludge-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- angels-ore8-anode-sludge,50
|
|
*** ingredients
|
|
- angels-ore8-anode-sludge-barrel,1
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** fill-angels-ore8-slime-barrel
|
|
*** products
|
|
- angels-ore8-slime-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- angels-ore8-slime,50
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** empty-angels-ore8-slime-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- angels-ore8-slime,50
|
|
*** ingredients
|
|
- angels-ore8-slime-barrel,1
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** fill-liquid-ferric-chloride-solution-barrel
|
|
*** products
|
|
- liquid-ferric-chloride-solution-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-ferric-chloride-solution,50
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** empty-liquid-ferric-chloride-solution-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-ferric-chloride-solution,50
|
|
*** ingredients
|
|
- liquid-ferric-chloride-solution-barrel,1
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** fill-angels-ore9-sludge-barrel
|
|
*** products
|
|
- angels-ore9-sludge-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- angels-ore9-sludge,50
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** empty-angels-ore9-sludge-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- angels-ore9-sludge,50
|
|
*** ingredients
|
|
- angels-ore9-sludge-barrel,1
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** fill-angels-ore9-solution-barrel
|
|
*** products
|
|
- angels-ore9-solution-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- angels-ore9-solution,50
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** empty-angels-ore9-solution-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- angels-ore9-solution,50
|
|
*** ingredients
|
|
- angels-ore9-solution-barrel,1
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** fill-angels-ore9-anode-sludge-barrel
|
|
*** products
|
|
- angels-ore9-anode-sludge-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- angels-ore9-anode-sludge,50
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** empty-angels-ore9-anode-sludge-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- angels-ore9-anode-sludge,50
|
|
*** ingredients
|
|
- angels-ore9-anode-sludge-barrel,1
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** fill-angels-ore9-slime-barrel
|
|
*** products
|
|
- angels-ore9-slime-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- angels-ore9-slime,50
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** empty-angels-ore9-slime-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- angels-ore9-slime,50
|
|
*** ingredients
|
|
- angels-ore9-slime-barrel,1
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** fill-liquid-cupric-chloride-solution-barrel
|
|
*** products
|
|
- liquid-cupric-chloride-solution-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-cupric-chloride-solution,50
|
|
|
|
* angels-fluid-control-ore-processing-fluid
|
|
** empty-liquid-cupric-chloride-solution-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-cupric-chloride-solution,50
|
|
*** ingredients
|
|
- liquid-cupric-chloride-solution-barrel,1
|
|
|
|
* angels-fluid-control-ore-sorting-fluid
|
|
** fill-thermal-water-barrel
|
|
*** products
|
|
- thermal-water-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- thermal-water,50
|
|
|
|
* angels-fluid-control-ore-sorting-fluid
|
|
** empty-thermal-water-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- thermal-water,50
|
|
*** ingredients
|
|
- thermal-water-barrel,1
|
|
|
|
* angels-fluid-control-ore-sorting-fluid
|
|
** fill-slag-slurry-barrel
|
|
*** products
|
|
- slag-slurry-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- slag-slurry,50
|
|
|
|
* angels-fluid-control-ore-sorting-fluid
|
|
** empty-slag-slurry-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- slag-slurry,50
|
|
*** ingredients
|
|
- slag-slurry-barrel,1
|
|
|
|
* angels-fluid-control-ore-sorting-fluid
|
|
** fill-mineral-sludge-barrel
|
|
*** products
|
|
- mineral-sludge-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- mineral-sludge,50
|
|
|
|
* angels-fluid-control-ore-sorting-fluid
|
|
** empty-mineral-sludge-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- mineral-sludge,50
|
|
*** ingredients
|
|
- mineral-sludge-barrel,1
|
|
|
|
* angels-fluid-control-ore-sorting-fluid
|
|
** fill-crystal-slurry-barrel
|
|
*** products
|
|
- crystal-slurry-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- crystal-slurry,50
|
|
|
|
* angels-fluid-control-ore-sorting-fluid
|
|
** empty-crystal-slurry-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- crystal-slurry,50
|
|
*** ingredients
|
|
- crystal-slurry-barrel,1
|
|
|
|
* angels-fluid-control-ore-sorting-fluid
|
|
** fill-crystal-seedling-barrel
|
|
*** products
|
|
- crystal-seedling-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- crystal-seedling,50
|
|
|
|
* angels-fluid-control-ore-sorting-fluid
|
|
** empty-crystal-seedling-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- crystal-seedling,50
|
|
*** ingredients
|
|
- crystal-seedling-barrel,1
|
|
|
|
* angels-fluid-control-ore-sorting-fluid
|
|
** fill-crystal-matrix-barrel
|
|
*** products
|
|
- crystal-matrix-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- crystal-matrix,50
|
|
|
|
* angels-fluid-control-ore-sorting-fluid
|
|
** empty-crystal-matrix-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- crystal-matrix,50
|
|
*** ingredients
|
|
- crystal-matrix-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-basic-fluids
|
|
** fill-gas-compressed-air-barrel
|
|
*** products
|
|
- gas-compressed-air-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-compressed-air,50
|
|
|
|
* angels-fluid-control-petrochem-basic-fluids
|
|
** empty-gas-compressed-air-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-compressed-air,50
|
|
*** ingredients
|
|
- gas-compressed-air-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-basic-fluids
|
|
** fill-gas-oxygen-barrel
|
|
*** products
|
|
- gas-oxygen-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-oxygen,50
|
|
|
|
* angels-fluid-control-petrochem-basic-fluids
|
|
** empty-gas-oxygen-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-oxygen,50
|
|
*** ingredients
|
|
- gas-oxygen-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-basic-fluids
|
|
** fill-gas-hydrogen-peroxide-barrel
|
|
*** products
|
|
- gas-hydrogen-peroxide-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-hydrogen-peroxide,50
|
|
|
|
* angels-fluid-control-petrochem-basic-fluids
|
|
** empty-gas-hydrogen-peroxide-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-hydrogen-peroxide,50
|
|
*** ingredients
|
|
- gas-hydrogen-peroxide-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-basic-fluids
|
|
** fill-gas-carbon-monoxide-barrel
|
|
*** products
|
|
- gas-carbon-monoxide-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-carbon-monoxide,50
|
|
|
|
* angels-fluid-control-petrochem-basic-fluids
|
|
** empty-gas-carbon-monoxide-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-carbon-monoxide,50
|
|
*** ingredients
|
|
- gas-carbon-monoxide-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-basic-fluids
|
|
** fill-gas-carbon-dioxide-barrel
|
|
*** products
|
|
- gas-carbon-dioxide-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-carbon-dioxide,50
|
|
|
|
* angels-fluid-control-petrochem-basic-fluids
|
|
** empty-gas-carbon-dioxide-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-carbon-dioxide,50
|
|
*** ingredients
|
|
- gas-carbon-dioxide-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-basic-fluids
|
|
** fill-gas-hydrogen-barrel
|
|
*** products
|
|
- gas-hydrogen-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-hydrogen,50
|
|
|
|
* angels-fluid-control-petrochem-basic-fluids
|
|
** empty-gas-hydrogen-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-hydrogen,50
|
|
*** ingredients
|
|
- gas-hydrogen-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-basic-fluids
|
|
** fill-gas-deuterium-barrel
|
|
*** products
|
|
- gas-deuterium-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-deuterium,50
|
|
|
|
* angels-fluid-control-petrochem-basic-fluids
|
|
** empty-gas-deuterium-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-deuterium,50
|
|
*** ingredients
|
|
- gas-deuterium-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-gas-methane-barrel
|
|
*** products
|
|
- gas-methane-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-methane,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-gas-methane-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-methane,50
|
|
*** ingredients
|
|
- gas-methane-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-gas-ethane-barrel
|
|
*** products
|
|
- gas-ethane-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-ethane,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-gas-ethane-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-ethane,50
|
|
*** ingredients
|
|
- gas-ethane-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-gas-butane-barrel
|
|
*** products
|
|
- gas-butane-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-butane,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-gas-butane-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-butane,50
|
|
*** ingredients
|
|
- gas-butane-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-gas-propene-barrel
|
|
*** products
|
|
- gas-propene-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-propene,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-gas-propene-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-propene,50
|
|
*** ingredients
|
|
- gas-propene-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-gas-methanol-barrel
|
|
*** products
|
|
- gas-methanol-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-methanol,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-gas-methanol-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-methanol,50
|
|
*** ingredients
|
|
- gas-methanol-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-gas-ethylene-barrel
|
|
*** products
|
|
- gas-ethylene-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-ethylene,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-gas-ethylene-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-ethylene,50
|
|
*** ingredients
|
|
- gas-ethylene-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-gas-benzene-barrel
|
|
*** products
|
|
- gas-benzene-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-benzene,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-gas-benzene-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-benzene,50
|
|
*** ingredients
|
|
- gas-benzene-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-liquid-fuel-oil-barrel
|
|
*** products
|
|
- liquid-fuel-oil-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-fuel-oil,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-liquid-fuel-oil-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-fuel-oil,50
|
|
*** ingredients
|
|
- liquid-fuel-oil-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-liquid-naphtha-barrel
|
|
*** products
|
|
- liquid-naphtha-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-naphtha,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-liquid-naphtha-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-naphtha,50
|
|
*** ingredients
|
|
- liquid-naphtha-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-liquid-mineral-oil-barrel
|
|
*** products
|
|
- liquid-mineral-oil-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-mineral-oil,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-liquid-mineral-oil-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-mineral-oil,50
|
|
*** ingredients
|
|
- liquid-mineral-oil-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-lubricant-barrel
|
|
*** products
|
|
- lubricant-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- lubricant,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-lubricant-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- lubricant,50
|
|
*** ingredients
|
|
- lubricant-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-gas-synthesis-barrel
|
|
*** products
|
|
- gas-synthesis-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-synthesis,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-gas-synthesis-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-synthesis,50
|
|
*** ingredients
|
|
- gas-synthesis-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-liquid-toluene-barrel
|
|
*** products
|
|
- liquid-toluene-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-toluene,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-liquid-toluene-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-toluene,50
|
|
*** ingredients
|
|
- liquid-toluene-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-gas-butadiene-barrel
|
|
*** products
|
|
- gas-butadiene-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-butadiene,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-gas-butadiene-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-butadiene,50
|
|
*** ingredients
|
|
- gas-butadiene-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-liquid-phenol-barrel
|
|
*** products
|
|
- liquid-phenol-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-phenol,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-liquid-phenol-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-phenol,50
|
|
*** ingredients
|
|
- liquid-phenol-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-liquid-ethylbenzene-barrel
|
|
*** products
|
|
- liquid-ethylbenzene-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-ethylbenzene,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-liquid-ethylbenzene-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-ethylbenzene,50
|
|
*** ingredients
|
|
- liquid-ethylbenzene-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-liquid-styrene-barrel
|
|
*** products
|
|
- liquid-styrene-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-styrene,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-liquid-styrene-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-styrene,50
|
|
*** ingredients
|
|
- liquid-styrene-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-gas-formaldehyde-barrel
|
|
*** products
|
|
- gas-formaldehyde-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-formaldehyde,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-liquid-polyethylene-barrel
|
|
*** products
|
|
- liquid-polyethylene-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-polyethylene,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-gas-formaldehyde-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-formaldehyde,50
|
|
*** ingredients
|
|
- gas-formaldehyde-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-liquid-polyethylene-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-polyethylene,50
|
|
*** ingredients
|
|
- liquid-polyethylene-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-liquid-glycerol-barrel
|
|
*** products
|
|
- liquid-glycerol-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-glycerol,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-liquid-glycerol-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-glycerol,50
|
|
*** ingredients
|
|
- liquid-glycerol-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-liquid-bisphenol-a-barrel
|
|
*** products
|
|
- liquid-bisphenol-a-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-bisphenol-a,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-liquid-bisphenol-a-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-bisphenol-a,50
|
|
*** ingredients
|
|
- liquid-bisphenol-a-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-gas-acetone-barrel
|
|
*** products
|
|
- gas-acetone-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-acetone,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-gas-acetone-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-acetone,50
|
|
*** ingredients
|
|
- gas-acetone-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-gas-ethylene-oxide-barrel
|
|
*** products
|
|
- gas-ethylene-oxide-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-ethylene-oxide,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-gas-ethylene-oxide-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-ethylene-oxide,50
|
|
*** ingredients
|
|
- gas-ethylene-oxide-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** fill-liquid-ethylene-carbonate-barrel
|
|
*** products
|
|
- liquid-ethylene-carbonate-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-ethylene-carbonate,50
|
|
|
|
* angels-fluid-control-petrochem-carbon-fluids
|
|
** empty-liquid-ethylene-carbonate-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-ethylene-carbonate,50
|
|
*** ingredients
|
|
- liquid-ethylene-carbonate-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** fill-gas-chlorine-barrel
|
|
*** products
|
|
- gas-chlorine-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-chlorine,50
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** empty-gas-chlorine-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-chlorine,50
|
|
*** ingredients
|
|
- gas-chlorine-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** fill-gas-hydrogen-chloride-barrel
|
|
*** products
|
|
- gas-hydrogen-chloride-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-hydrogen-chloride,50
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** empty-gas-hydrogen-chloride-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-hydrogen-chloride,50
|
|
*** ingredients
|
|
- gas-hydrogen-chloride-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** fill-liquid-hydrochloric-acid-barrel
|
|
*** products
|
|
- liquid-hydrochloric-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-hydrochloric-acid,50
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** empty-liquid-hydrochloric-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-hydrochloric-acid,50
|
|
*** ingredients
|
|
- liquid-hydrochloric-acid-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** fill-gas-allylchlorid-barrel
|
|
*** products
|
|
- gas-allylchlorid-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-allylchlorid,50
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** empty-gas-allylchlorid-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-allylchlorid,50
|
|
*** ingredients
|
|
- gas-allylchlorid-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** fill-gas-epichlorhydrin-barrel
|
|
*** products
|
|
- gas-epichlorhydrin-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-epichlorhydrin,50
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** empty-gas-epichlorhydrin-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-epichlorhydrin,50
|
|
*** ingredients
|
|
- gas-epichlorhydrin-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** fill-gas-chlor-methane-barrel
|
|
*** products
|
|
- gas-chlor-methane-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-chlor-methane,50
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** empty-gas-chlor-methane-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-chlor-methane,50
|
|
*** ingredients
|
|
- gas-chlor-methane-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** fill-liquid-perchloric-acid-barrel
|
|
*** products
|
|
- liquid-perchloric-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-perchloric-acid,50
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** empty-liquid-perchloric-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-perchloric-acid,50
|
|
*** ingredients
|
|
- liquid-perchloric-acid-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** fill-gas-phosgene-barrel
|
|
*** products
|
|
- gas-phosgene-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-phosgene,50
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** empty-gas-phosgene-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-phosgene,50
|
|
*** ingredients
|
|
- gas-phosgene-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** fill-liquid-aqueous-sodium-hydroxide-barrel
|
|
*** products
|
|
- liquid-aqueous-sodium-hydroxide-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-aqueous-sodium-hydroxide,50
|
|
|
|
* angels-fluid-control-petrochem-chlorine-fluids
|
|
** empty-liquid-aqueous-sodium-hydroxide-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-aqueous-sodium-hydroxide,50
|
|
*** ingredients
|
|
- liquid-aqueous-sodium-hydroxide-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** fill-gas-nitrogen-barrel
|
|
*** products
|
|
- gas-nitrogen-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-nitrogen,50
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** empty-gas-nitrogen-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-nitrogen,50
|
|
*** ingredients
|
|
- gas-nitrogen-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** fill-gas-ammonia-barrel
|
|
*** products
|
|
- gas-ammonia-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-ammonia,50
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** empty-gas-ammonia-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-ammonia,50
|
|
*** ingredients
|
|
- gas-ammonia-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** fill-gas-nitrogen-monoxide-barrel
|
|
*** products
|
|
- gas-nitrogen-monoxide-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-nitrogen-monoxide,50
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** empty-gas-nitrogen-monoxide-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-nitrogen-monoxide,50
|
|
*** ingredients
|
|
- gas-nitrogen-monoxide-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** fill-gas-nitrogen-dioxide-barrel
|
|
*** products
|
|
- gas-nitrogen-dioxide-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-nitrogen-dioxide,50
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** empty-gas-nitrogen-dioxide-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-nitrogen-dioxide,50
|
|
*** ingredients
|
|
- gas-nitrogen-dioxide-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** fill-gas-dinitrogen-tetroxide-barrel
|
|
*** products
|
|
- gas-dinitrogen-tetroxide-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-dinitrogen-tetroxide,50
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** empty-gas-dinitrogen-tetroxide-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-dinitrogen-tetroxide,50
|
|
*** ingredients
|
|
- gas-dinitrogen-tetroxide-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** fill-gas-ammonium-chloride-barrel
|
|
*** products
|
|
- gas-ammonium-chloride-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-ammonium-chloride,50
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** empty-gas-ammonium-chloride-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-ammonium-chloride,50
|
|
*** ingredients
|
|
- gas-ammonium-chloride-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** fill-gas-urea-barrel
|
|
*** products
|
|
- gas-urea-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-urea,50
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** empty-gas-urea-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-urea,50
|
|
*** ingredients
|
|
- gas-urea-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** fill-gas-melamine-barrel
|
|
*** products
|
|
- gas-melamine-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-melamine,50
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** empty-gas-melamine-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-melamine,50
|
|
*** ingredients
|
|
- gas-melamine-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** fill-liquid-nitric-acid-barrel
|
|
*** products
|
|
- liquid-nitric-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-nitric-acid,50
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** empty-liquid-nitric-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-nitric-acid,50
|
|
*** ingredients
|
|
- liquid-nitric-acid-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** fill-gas-monochloramine-barrel
|
|
*** products
|
|
- gas-monochloramine-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-monochloramine,50
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** empty-gas-monochloramine-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-monochloramine,50
|
|
*** ingredients
|
|
- gas-monochloramine-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** fill-gas-hydrazine-barrel
|
|
*** products
|
|
- gas-hydrazine-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-hydrazine,50
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** empty-gas-hydrazine-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-hydrazine,50
|
|
*** ingredients
|
|
- gas-hydrazine-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** fill-gas-methylamine-barrel
|
|
*** products
|
|
- gas-methylamine-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-methylamine,50
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** empty-gas-methylamine-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-methylamine,50
|
|
*** ingredients
|
|
- gas-methylamine-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** fill-gas-dimethylamine-barrel
|
|
*** products
|
|
- gas-dimethylamine-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-dimethylamine,50
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** empty-gas-dimethylamine-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-dimethylamine,50
|
|
*** ingredients
|
|
- gas-dimethylamine-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** fill-gas-dimethylhydrazine-barrel
|
|
*** products
|
|
- gas-dimethylhydrazine-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-dimethylhydrazine,50
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** empty-gas-dimethylhydrazine-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-dimethylhydrazine,50
|
|
*** ingredients
|
|
- gas-dimethylhydrazine-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** fill-nitroglycerin-barrel
|
|
*** products
|
|
- nitroglycerin-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- nitroglycerin,50
|
|
|
|
* angels-fluid-control-petrochem-nitrogen-fluids
|
|
** empty-nitroglycerin-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- nitroglycerin,50
|
|
*** ingredients
|
|
- nitroglycerin-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-raw-fluids
|
|
** fill-gas-natural-1-barrel
|
|
*** products
|
|
- gas-natural-1-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-natural-1,50
|
|
|
|
* angels-fluid-control-petrochem-raw-fluids
|
|
** empty-gas-natural-1-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-natural-1,50
|
|
*** ingredients
|
|
- gas-natural-1-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-raw-fluids
|
|
** fill-gas-raw-1-barrel
|
|
*** products
|
|
- gas-raw-1-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-raw-1,50
|
|
|
|
* angels-fluid-control-petrochem-raw-fluids
|
|
** empty-gas-raw-1-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-raw-1,50
|
|
*** ingredients
|
|
- gas-raw-1-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-raw-fluids
|
|
** fill-liquid-ngl-barrel
|
|
*** products
|
|
- liquid-ngl-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-ngl,50
|
|
|
|
* angels-fluid-control-petrochem-raw-fluids
|
|
** empty-liquid-ngl-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-ngl,50
|
|
*** ingredients
|
|
- liquid-ngl-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-raw-fluids
|
|
** fill-liquid-multi-phase-oil-barrel
|
|
*** products
|
|
- liquid-multi-phase-oil-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-multi-phase-oil,50
|
|
|
|
* angels-fluid-control-petrochem-raw-fluids
|
|
** empty-liquid-multi-phase-oil-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-multi-phase-oil,50
|
|
*** ingredients
|
|
- liquid-multi-phase-oil-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-raw-fluids
|
|
** fill-crude-oil-barrel
|
|
*** products
|
|
- crude-oil-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- crude-oil,50
|
|
|
|
* angels-fluid-control-petrochem-raw-fluids
|
|
** empty-crude-oil-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- crude-oil,50
|
|
*** ingredients
|
|
- crude-oil-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-raw-fluids
|
|
** fill-liquid-condensates-barrel
|
|
*** products
|
|
- liquid-condensates-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-condensates,50
|
|
|
|
* angels-fluid-control-petrochem-raw-fluids
|
|
** empty-liquid-condensates-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-condensates,50
|
|
*** ingredients
|
|
- liquid-condensates-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-raw-fluids
|
|
** fill-gas-residual-barrel
|
|
*** products
|
|
- gas-residual-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-residual,50
|
|
|
|
* angels-fluid-control-petrochem-raw-fluids
|
|
** empty-gas-residual-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-residual,50
|
|
*** ingredients
|
|
- gas-residual-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-solids-fluids
|
|
** fill-liquid-plastic-barrel
|
|
*** products
|
|
- liquid-plastic-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-plastic,50
|
|
|
|
* angels-fluid-control-petrochem-solids-fluids
|
|
** empty-liquid-plastic-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-plastic,50
|
|
*** ingredients
|
|
- liquid-plastic-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-solids-fluids
|
|
** fill-liquid-resin-barrel
|
|
*** products
|
|
- liquid-resin-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-resin,50
|
|
|
|
* angels-fluid-control-petrochem-solids-fluids
|
|
** empty-liquid-resin-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-resin,50
|
|
*** ingredients
|
|
- liquid-resin-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-solids-fluids
|
|
** fill-liquid-rubber-barrel
|
|
*** products
|
|
- liquid-rubber-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-rubber,50
|
|
|
|
* angels-fluid-control-petrochem-solids-fluids
|
|
** empty-liquid-rubber-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-rubber,50
|
|
*** ingredients
|
|
- liquid-rubber-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-sulfer-fluids
|
|
** fill-gas-hydrogen-sulfide-barrel
|
|
*** products
|
|
- gas-hydrogen-sulfide-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-hydrogen-sulfide,50
|
|
|
|
* angels-fluid-control-petrochem-sulfer-fluids
|
|
** empty-gas-hydrogen-sulfide-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-hydrogen-sulfide,50
|
|
*** ingredients
|
|
- gas-hydrogen-sulfide-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-sulfer-fluids
|
|
** fill-gas-sulfur-dioxide-barrel
|
|
*** products
|
|
- gas-sulfur-dioxide-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-sulfur-dioxide,50
|
|
|
|
* angels-fluid-control-petrochem-sulfer-fluids
|
|
** empty-gas-sulfur-dioxide-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-sulfur-dioxide,50
|
|
*** ingredients
|
|
- gas-sulfur-dioxide-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-sulfer-fluids
|
|
** fill-liquid-sulfuric-acid-barrel
|
|
*** products
|
|
- liquid-sulfuric-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-sulfuric-acid,50
|
|
|
|
* angels-fluid-control-petrochem-sulfer-fluids
|
|
** empty-liquid-sulfuric-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-sulfuric-acid,50
|
|
*** ingredients
|
|
- liquid-sulfuric-acid-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-sulfer-fluids
|
|
** fill-gas-acid-barrel
|
|
*** products
|
|
- gas-acid-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-acid,50
|
|
|
|
* angels-fluid-control-petrochem-sulfer-fluids
|
|
** empty-gas-acid-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-acid,50
|
|
*** ingredients
|
|
- gas-acid-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-sulfer-fluids
|
|
** fill-gas-hydrogen-fluoride-barrel
|
|
*** products
|
|
- gas-hydrogen-fluoride-barrel,1
|
|
*** ingredients
|
|
- gas-canister,1
|
|
- gas-hydrogen-fluoride,50
|
|
|
|
* angels-fluid-control-petrochem-sulfer-fluids
|
|
** empty-gas-hydrogen-fluoride-barrel
|
|
*** products
|
|
- gas-canister,1
|
|
- gas-hydrogen-fluoride,50
|
|
*** ingredients
|
|
- gas-hydrogen-fluoride-barrel,1
|
|
|
|
* angels-fluid-control-petrochem-sulfer-fluids
|
|
** fill-liquid-hydrofluoric-acid-barrel
|
|
*** products
|
|
- liquid-hydrofluoric-acid-barrel,1
|
|
*** ingredients
|
|
- empty-canister,1
|
|
- liquid-hydrofluoric-acid,50
|
|
|
|
* angels-fluid-control-petrochem-sulfer-fluids
|
|
** empty-liquid-hydrofluoric-acid-barrel
|
|
*** products
|
|
- empty-canister,1
|
|
- liquid-hydrofluoric-acid,50
|
|
*** ingredients
|
|
- liquid-hydrofluoric-acid-barrel,1
|
|
|
|
* angels-fluid-control-vanilla
|
|
** fill-heavy-oil-barrel
|
|
*** products
|
|
- heavy-oil-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-naphtha,50
|
|
|
|
* angels-fluid-control-vanilla
|
|
** empty-heavy-oil-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-naphtha,50
|
|
*** ingredients
|
|
- heavy-oil-barrel,1
|
|
|
|
* angels-fluid-control-vanilla
|
|
** fill-light-oil-barrel
|
|
*** products
|
|
- light-oil-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-fuel-oil,50
|
|
|
|
* angels-fluid-control-vanilla
|
|
** empty-light-oil-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-fuel-oil,50
|
|
*** ingredients
|
|
- light-oil-barrel,1
|
|
|
|
* angels-fluid-control-water-cleaning-fluid
|
|
** fill-water-yellow-waste-barrel
|
|
*** products
|
|
- water-yellow-waste-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- water-yellow-waste,50
|
|
|
|
* angels-fluid-control-water-cleaning-fluid
|
|
** empty-water-yellow-waste-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- water-yellow-waste,50
|
|
*** ingredients
|
|
- water-yellow-waste-barrel,1
|
|
|
|
* angels-fluid-control-water-cleaning-fluid
|
|
** fill-water-greenyellow-waste-barrel
|
|
*** products
|
|
- water-greenyellow-waste-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- water-greenyellow-waste,50
|
|
|
|
* angels-fluid-control-water-cleaning-fluid
|
|
** empty-water-greenyellow-waste-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- water-greenyellow-waste,50
|
|
*** ingredients
|
|
- water-greenyellow-waste-barrel,1
|
|
|
|
* angels-fluid-control-water-cleaning-fluid
|
|
** fill-water-green-waste-barrel
|
|
*** products
|
|
- water-green-waste-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- water-green-waste,50
|
|
|
|
* angels-fluid-control-water-cleaning-fluid
|
|
** empty-water-green-waste-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- water-green-waste,50
|
|
*** ingredients
|
|
- water-green-waste-barrel,1
|
|
|
|
* angels-fluid-control-water-cleaning-fluid
|
|
** fill-water-red-waste-barrel
|
|
*** products
|
|
- water-red-waste-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- water-red-waste,50
|
|
|
|
* angels-fluid-control-water-cleaning-fluid
|
|
** empty-water-red-waste-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- water-red-waste,50
|
|
*** ingredients
|
|
- water-red-waste-barrel,1
|
|
|
|
* angels-fluid-control-water-enrichment
|
|
** fill-liquid-water-semiheavy-1-barrel
|
|
*** products
|
|
- liquid-water-semiheavy-1-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-water-semiheavy-1,50
|
|
|
|
* angels-fluid-control-water-enrichment
|
|
** empty-liquid-water-semiheavy-1-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-water-semiheavy-1,50
|
|
*** ingredients
|
|
- liquid-water-semiheavy-1-barrel,1
|
|
|
|
* angels-fluid-control-water-enrichment
|
|
** fill-liquid-water-semiheavy-2-barrel
|
|
*** products
|
|
- liquid-water-semiheavy-2-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-water-semiheavy-2,50
|
|
|
|
* angels-fluid-control-water-enrichment
|
|
** empty-liquid-water-semiheavy-2-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-water-semiheavy-2,50
|
|
*** ingredients
|
|
- liquid-water-semiheavy-2-barrel,1
|
|
|
|
* angels-fluid-control-water-enrichment
|
|
** fill-liquid-water-semiheavy-3-barrel
|
|
*** products
|
|
- liquid-water-semiheavy-3-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-water-semiheavy-3,50
|
|
|
|
* angels-fluid-control-water-enrichment
|
|
** empty-liquid-water-semiheavy-3-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-water-semiheavy-3,50
|
|
*** ingredients
|
|
- liquid-water-semiheavy-3-barrel,1
|
|
|
|
* angels-fluid-control-water-enrichment
|
|
** fill-liquid-water-heavy-barrel
|
|
*** products
|
|
- liquid-water-heavy-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-water-heavy,50
|
|
|
|
* angels-fluid-control-water-enrichment
|
|
** empty-liquid-water-heavy-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-water-heavy,50
|
|
*** ingredients
|
|
- liquid-water-heavy-barrel,1
|
|
|
|
* angels-fluid-control-water-treatment-fluid
|
|
** fill-water-barrel
|
|
*** products
|
|
- water-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- water,50
|
|
|
|
* angels-fluid-control-water-treatment-fluid
|
|
** empty-water-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- water,50
|
|
*** ingredients
|
|
- water-barrel,1
|
|
|
|
* angels-fluid-control-water-treatment-fluid
|
|
** fill-water-purified-barrel
|
|
*** products
|
|
- water-purified-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- water-purified,50
|
|
|
|
* angels-fluid-control-water-treatment-fluid
|
|
** empty-water-purified-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- water-purified,50
|
|
*** ingredients
|
|
- water-purified-barrel,1
|
|
|
|
* angels-fluid-control-water-treatment-fluid
|
|
** fill-water-saline-barrel
|
|
*** products
|
|
- water-saline-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- water-saline,50
|
|
|
|
* angels-fluid-control-water-treatment-fluid
|
|
** empty-water-saline-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- water-saline,50
|
|
*** ingredients
|
|
- water-saline-barrel,1
|
|
|
|
* angels-fluid-control-water-treatment-fluid
|
|
** fill-water-mineralized-barrel
|
|
*** products
|
|
- water-mineralized-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- water-mineralized,50
|
|
|
|
* angels-fluid-control-water-treatment-fluid
|
|
** empty-water-mineralized-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- water-mineralized,50
|
|
*** ingredients
|
|
- water-mineralized-barrel,1
|
|
|
|
* angels-fluid-control-water-treatment-fluid
|
|
** fill-lithia-water-barrel
|
|
*** products
|
|
- lithia-water-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- lithia-water,50
|
|
|
|
* angels-fluid-control-water-treatment-fluid
|
|
** empty-lithia-water-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- lithia-water,50
|
|
*** ingredients
|
|
- lithia-water-barrel,1
|
|
|
|
* angels-fluid-control-water-treatment-fluid
|
|
** fill-liquid-coolant-barrel
|
|
*** products
|
|
- liquid-coolant-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- liquid-coolant,50
|
|
|
|
* angels-fluid-control-water-treatment-fluid
|
|
** empty-liquid-coolant-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- liquid-coolant,50
|
|
*** ingredients
|
|
- liquid-coolant-barrel,1
|
|
|
|
* angels-fluid-control-water-washing-fluid
|
|
** fill-water-viscous-mud-barrel
|
|
*** products
|
|
- water-viscous-mud-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- water-viscous-mud,50
|
|
|
|
* angels-fluid-control-water-washing-fluid
|
|
** empty-water-viscous-mud-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- water-viscous-mud,50
|
|
*** ingredients
|
|
- water-viscous-mud-barrel,1
|
|
|
|
* angels-fluid-control-water-washing-fluid
|
|
** fill-water-heavy-mud-barrel
|
|
*** products
|
|
- water-heavy-mud-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- water-heavy-mud,50
|
|
|
|
* angels-fluid-control-water-washing-fluid
|
|
** empty-water-heavy-mud-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- water-heavy-mud,50
|
|
*** ingredients
|
|
- water-heavy-mud-barrel,1
|
|
|
|
* angels-fluid-control-water-washing-fluid
|
|
** fill-water-concentrated-mud-barrel
|
|
*** products
|
|
- water-concentrated-mud-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- water-concentrated-mud,50
|
|
|
|
* angels-fluid-control-water-washing-fluid
|
|
** empty-water-concentrated-mud-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- water-concentrated-mud,50
|
|
*** ingredients
|
|
- water-concentrated-mud-barrel,1
|
|
|
|
* angels-fluid-control-water-washing-fluid
|
|
** fill-water-light-mud-barrel
|
|
*** products
|
|
- water-light-mud-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- water-light-mud,50
|
|
|
|
* angels-fluid-control-water-washing-fluid
|
|
** empty-water-light-mud-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- water-light-mud,50
|
|
*** ingredients
|
|
- water-light-mud-barrel,1
|
|
|
|
* angels-fluid-control-water-washing-fluid
|
|
** fill-water-thin-mud-barrel
|
|
*** products
|
|
- water-thin-mud-barrel,1
|
|
*** ingredients
|
|
- empty-barrel,1
|
|
- water-thin-mud,50
|
|
|
|
* angels-fluid-control-water-washing-fluid
|
|
** empty-water-thin-mud-barrel
|
|
*** products
|
|
- empty-barrel,1
|
|
- water-thin-mud,50
|
|
*** ingredients
|
|
- water-thin-mud-barrel,1
|
|
|
|
* angels-fluid-tanks
|
|
** bob-small-inline-storage-tank
|
|
*** products
|
|
- bob-small-inline-storage-tank,1
|
|
*** ingredients
|
|
- iron-plate,3
|
|
- pipe,1
|
|
|
|
* angels-fluid-tanks
|
|
** bob-small-storage-tank
|
|
*** products
|
|
- bob-small-storage-tank,1
|
|
*** ingredients
|
|
- bob-small-inline-storage-tank,1
|
|
- pipe,1
|
|
|
|
* angels-fluid-tanks
|
|
** storage-tank
|
|
*** products
|
|
- storage-tank,1
|
|
*** ingredients
|
|
- iron-plate,20
|
|
- steel-plate,5
|
|
- bob-small-inline-storage-tank,1
|
|
|
|
* angels-fluid-tanks
|
|
** bob-storage-tank-all-corners
|
|
*** products
|
|
- bob-storage-tank-all-corners,1
|
|
*** ingredients
|
|
- iron-plate,20
|
|
- steel-plate,5
|
|
- bob-small-storage-tank,1
|
|
- pipe,2
|
|
|
|
* angels-fluid-tanks
|
|
** storage-tank-2
|
|
*** products
|
|
- storage-tank-2,1
|
|
*** ingredients
|
|
- invar-alloy,20
|
|
- storage-tank,1
|
|
|
|
* angels-fluid-tanks
|
|
** bob-storage-tank-all-corners-2
|
|
*** products
|
|
- bob-storage-tank-all-corners-2,1
|
|
*** ingredients
|
|
- invar-alloy,20
|
|
- bob-storage-tank-all-corners,1
|
|
- steel-pipe,4
|
|
|
|
* angels-fluid-tanks
|
|
** storage-tank-3
|
|
*** products
|
|
- storage-tank-3,1
|
|
*** ingredients
|
|
- titanium-plate,20
|
|
- storage-tank-2,1
|
|
|
|
* angels-fluid-tanks
|
|
** bob-storage-tank-all-corners-3
|
|
*** products
|
|
- bob-storage-tank-all-corners-3,1
|
|
*** ingredients
|
|
- titanium-plate,20
|
|
- bob-storage-tank-all-corners-2,1
|
|
- titanium-pipe,4
|
|
|
|
* angels-fluid-tanks
|
|
** storage-tank-4
|
|
*** products
|
|
- storage-tank-4,1
|
|
*** ingredients
|
|
- nitinol-alloy,20
|
|
- storage-tank-3,1
|
|
|
|
* angels-fluid-tanks
|
|
** bob-storage-tank-all-corners-4
|
|
*** products
|
|
- bob-storage-tank-all-corners-4,1
|
|
*** ingredients
|
|
- nitinol-alloy,20
|
|
- bob-storage-tank-all-corners-3,1
|
|
- nitinol-pipe,4
|
|
|
|
* angels-fluid-tanks
|
|
** angels-storage-tank-3
|
|
*** products
|
|
- angels-storage-tank-3,1
|
|
*** ingredients
|
|
- stone-brick,5
|
|
- iron-plate,3
|
|
- bob-small-inline-storage-tank,1
|
|
- pipe,6
|
|
|
|
* angels-fluid-tanks
|
|
** angels-storage-tank-2
|
|
*** products
|
|
- angels-storage-tank-2,1
|
|
*** ingredients
|
|
- clay-brick,40
|
|
- steel-plate,12
|
|
- steel-pipe,39
|
|
|
|
* angels-fluid-tanks
|
|
** angels-storage-tank-1
|
|
*** products
|
|
- angels-storage-tank-1,1
|
|
*** ingredients
|
|
- clay-brick,20
|
|
- steel-plate,6
|
|
- steel-pipe,30
|
|
|
|
* angels-fluid-tanks
|
|
** angels-pressure-tank-1
|
|
*** products
|
|
- angels-pressure-tank-1,1
|
|
*** ingredients
|
|
- stone-brick,20
|
|
- steel-plate,20
|
|
- pipe,50
|
|
|
|
* angels-glass
|
|
** glass-mixture-1
|
|
*** products
|
|
- solid-glass-mixture,1
|
|
*** ingredients
|
|
- quartz,1
|
|
|
|
* angels-glass
|
|
** glass-mixture-2
|
|
*** products
|
|
- solid-glass-mixture,2
|
|
*** ingredients
|
|
- quartz,1
|
|
- solid-lime,1
|
|
|
|
* angels-glass
|
|
** glass-mixture-3
|
|
*** products
|
|
- solid-glass-mixture,3
|
|
*** ingredients
|
|
- alumina,1
|
|
- quartz,1
|
|
- solid-lime,1
|
|
|
|
* angels-glass
|
|
** glass-mixture-4
|
|
*** products
|
|
- solid-glass-mixture,4
|
|
*** ingredients
|
|
- solid-lime,1
|
|
- solid-sand,1
|
|
- solid-sodium-carbonate,1
|
|
- solid-sodium-sulfate,1
|
|
|
|
* angels-glass-casting
|
|
** molten-glass-smelting
|
|
*** products
|
|
- liquid-molten-glass,120
|
|
*** ingredients
|
|
- solid-glass-mixture,12
|
|
|
|
* angels-glass-casting
|
|
** angels-coil-glass-fiber
|
|
*** products
|
|
- angels-coil-glass-fiber,4
|
|
*** ingredients
|
|
- liquid-molten-glass,80
|
|
|
|
* angels-glass-casting
|
|
** quartz-glass
|
|
*** products
|
|
- glass,3
|
|
*** ingredients
|
|
- quartz,4
|
|
|
|
* angels-glass-casting
|
|
** angels-plate-glass-1
|
|
*** products
|
|
- glass,3
|
|
*** ingredients
|
|
- liquid-molten-glass,40
|
|
|
|
* angels-glass-casting
|
|
** angels-plate-glass-2
|
|
*** products
|
|
- glass,4
|
|
- lead-oxide,2
|
|
*** ingredients
|
|
- liquid-molten-glass,40
|
|
- liquid-molten-lead,20
|
|
|
|
* angels-glass-casting
|
|
** angels-plate-glass-3
|
|
*** products
|
|
- glass,5
|
|
- ingot-tin,2
|
|
*** ingredients
|
|
- liquid-molten-glass,40
|
|
- liquid-molten-tin,20
|
|
- gas-nitrogen,20
|
|
|
|
* angels-glass-casting
|
|
** angels-glass-fiber-board
|
|
*** products
|
|
- fibreglass-board,4
|
|
*** ingredients
|
|
- angels-coil-glass-fiber,1
|
|
- liquid-resin,40
|
|
|
|
* angels-gold
|
|
** gold-ore-processing
|
|
*** products
|
|
- processed-gold,2
|
|
*** ingredients
|
|
- gold-ore,4
|
|
|
|
* angels-gold
|
|
** gold-processed-processing
|
|
*** products
|
|
- pellet-gold,4
|
|
*** ingredients
|
|
- processed-gold,3
|
|
|
|
* angels-gold
|
|
** pellet-gold-smelting
|
|
*** products
|
|
- solid-sodium-gold-cyanide,18
|
|
- solid-sodium-hydroxide,4
|
|
*** ingredients
|
|
- pellet-gold,6
|
|
- solid-sodium-cyanide,4
|
|
- water-purified,40
|
|
- gas-oxygen,40
|
|
|
|
* angels-gold
|
|
** liquid-chlorauric-acid
|
|
*** products
|
|
- liquid-chlorauric-acid,120
|
|
*** ingredients
|
|
- ingot-gold,12
|
|
- liquid-nitric-acid,30
|
|
- liquid-hydrochloric-acid,30
|
|
|
|
* angels-gold
|
|
** processed-gold-smelting
|
|
*** products
|
|
- cathode-gold,12
|
|
*** ingredients
|
|
- processed-gold,2
|
|
- liquid-chlorauric-acid,60
|
|
|
|
* angels-gold
|
|
** solid-sodium-gold-cyanide-smelting
|
|
*** products
|
|
- cathode-gold,12
|
|
*** ingredients
|
|
- solid-sodium-gold-cyanide,12
|
|
|
|
* angels-gold
|
|
** gold-ore-smelting
|
|
*** products
|
|
- ingot-gold,24
|
|
*** ingredients
|
|
- gold-ore,24
|
|
- gas-chlorine,60
|
|
|
|
* angels-gold
|
|
** cathode-gold-smelting
|
|
*** products
|
|
- ingot-gold,24
|
|
*** ingredients
|
|
- cathode-gold,24
|
|
|
|
* angels-gold
|
|
** powder-gold
|
|
*** products
|
|
- powder-gold,1
|
|
*** ingredients
|
|
- ingot-gold,1
|
|
|
|
* angels-gold-casting
|
|
** molten-gold-smelting
|
|
*** products
|
|
- liquid-molten-gold,120
|
|
*** ingredients
|
|
- ingot-gold,12
|
|
|
|
* angels-gold-casting
|
|
** roll-gold-casting
|
|
*** products
|
|
- angels-roll-gold,2
|
|
*** ingredients
|
|
- liquid-molten-gold,80
|
|
- water,40
|
|
|
|
* angels-gold-casting
|
|
** roll-gold-casting-fast
|
|
*** products
|
|
- angels-roll-gold,4
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-gold,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-gold-casting
|
|
** angels-wire-coil-gold-casting
|
|
*** products
|
|
- angels-wire-coil-gold,4
|
|
*** ingredients
|
|
- liquid-molten-gold,40
|
|
- liquid-molten-copper,40
|
|
- water,40
|
|
|
|
* angels-gold-casting
|
|
** angels-wire-coil-gold-casting-fast
|
|
*** products
|
|
- angels-wire-coil-gold,8
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-gold,70
|
|
- liquid-molten-copper,70
|
|
- liquid-coolant,40
|
|
|
|
* angels-gold-casting
|
|
** angels-plate-gold
|
|
*** products
|
|
- gold-plate,4
|
|
*** ingredients
|
|
- liquid-molten-gold,40
|
|
|
|
* angels-gold-casting
|
|
** angels-roll-gold-converting
|
|
*** products
|
|
- gold-plate,4
|
|
*** ingredients
|
|
- angels-roll-gold,1
|
|
|
|
* angels-gold-casting
|
|
** gilded-copper-cable
|
|
*** products
|
|
- gilded-copper-cable,3
|
|
*** ingredients
|
|
- copper-cable,3
|
|
- gold-plate,1
|
|
|
|
* angels-gold-casting
|
|
** angels-wire-gold
|
|
*** products
|
|
- gilded-copper-cable,5
|
|
*** ingredients
|
|
- copper-cable,10
|
|
- gold-plate,4
|
|
|
|
* angels-gold-casting
|
|
** angels-wire-coil-gold-converting
|
|
*** products
|
|
- gilded-copper-cable,16
|
|
*** ingredients
|
|
- angels-wire-coil-gold,4
|
|
|
|
* angels-induction-furnace
|
|
** induction-furnace
|
|
*** products
|
|
- induction-furnace,1
|
|
*** ingredients
|
|
- stone-brick,25
|
|
- iron-plate,15
|
|
- iron-gear-wheel,9
|
|
- basic-circuit-board,5
|
|
- pipe,12
|
|
|
|
* angels-induction-furnace
|
|
** induction-furnace-2
|
|
*** products
|
|
- induction-furnace-2,1
|
|
*** ingredients
|
|
- clay-brick,25
|
|
- steel-plate,15
|
|
- induction-furnace,1
|
|
- steel-gear-wheel,9
|
|
- electronic-circuit,5
|
|
- steel-pipe,12
|
|
|
|
* angels-induction-furnace
|
|
** induction-furnace-3
|
|
*** products
|
|
- induction-furnace-3,1
|
|
*** ingredients
|
|
- aluminium-plate,20
|
|
- concrete-brick,25
|
|
- induction-furnace-2,1
|
|
- brass-gear-wheel,9
|
|
- advanced-circuit,5
|
|
- brass-pipe,12
|
|
|
|
* angels-induction-furnace
|
|
** induction-furnace-4
|
|
*** products
|
|
- induction-furnace-4,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,25
|
|
- titanium-plate,20
|
|
- induction-furnace-3,1
|
|
- titanium-gear-wheel,9
|
|
- processing-unit,5
|
|
- titanium-pipe,12
|
|
|
|
* angels-iron
|
|
** iron-ore-processing
|
|
*** products
|
|
- processed-iron,2
|
|
*** ingredients
|
|
- iron-ore,4
|
|
|
|
* angels-iron
|
|
** iron-processed-processing
|
|
*** products
|
|
- pellet-iron,4
|
|
*** ingredients
|
|
- processed-iron,3
|
|
|
|
* angels-iron
|
|
** iron-ore-smelting
|
|
*** products
|
|
- ingot-iron,24
|
|
*** ingredients
|
|
- iron-ore,24
|
|
|
|
* angels-iron
|
|
** processed-iron-smelting
|
|
*** products
|
|
- ingot-iron,24
|
|
*** ingredients
|
|
- processed-iron,8
|
|
- solid-coke,2
|
|
|
|
* angels-iron
|
|
** pellet-iron-smelting
|
|
*** products
|
|
- ingot-iron,24
|
|
*** ingredients
|
|
- pellet-iron,8
|
|
- solid-limestone,2
|
|
- solid-coke,2
|
|
|
|
* angels-iron
|
|
** solid-iron-hydroxide-smelting
|
|
*** products
|
|
- ingot-iron,6
|
|
- gas-carbon-dioxide,20
|
|
*** ingredients
|
|
- solid-iron-hydroxide,6
|
|
- solid-coke,2
|
|
|
|
* angels-iron
|
|
** ingot-iron-smelting
|
|
*** products
|
|
- ingot-steel,6
|
|
*** ingredients
|
|
- ingot-iron,24
|
|
- gas-oxygen,60
|
|
|
|
* angels-iron
|
|
** powder-iron
|
|
*** products
|
|
- powder-iron,1
|
|
*** ingredients
|
|
- ingot-iron,1
|
|
|
|
* angels-iron
|
|
** powder-steel
|
|
*** products
|
|
- powder-steel,1
|
|
*** ingredients
|
|
- ingot-steel,1
|
|
|
|
* angels-iron-casting
|
|
** molten-iron-smelting-1
|
|
*** products
|
|
- liquid-molten-iron,120
|
|
*** ingredients
|
|
- ingot-iron,12
|
|
|
|
* angels-iron-casting
|
|
** molten-iron-smelting-2
|
|
*** products
|
|
- liquid-molten-iron,240
|
|
*** ingredients
|
|
- ingot-iron,12
|
|
- ingot-manganese,12
|
|
|
|
* angels-iron-casting
|
|
** molten-iron-smelting-3
|
|
*** products
|
|
- liquid-molten-iron,240
|
|
*** ingredients
|
|
- ingot-iron,12
|
|
- ingot-silicon,12
|
|
|
|
* angels-iron-casting
|
|
** molten-iron-smelting-4
|
|
*** products
|
|
- liquid-molten-iron,360
|
|
*** ingredients
|
|
- ingot-cobalt,12
|
|
- ingot-iron,12
|
|
- ingot-nickel,12
|
|
|
|
* angels-iron-casting
|
|
** molten-iron-smelting-5
|
|
*** products
|
|
- liquid-molten-iron,360
|
|
*** ingredients
|
|
- ingot-chrome,12
|
|
- ingot-iron,12
|
|
- ingot-nickel,12
|
|
|
|
* angels-iron-casting
|
|
** roll-iron-casting
|
|
*** products
|
|
- angels-roll-iron,2
|
|
*** ingredients
|
|
- liquid-molten-iron,80
|
|
- water,40
|
|
|
|
* angels-iron-casting
|
|
** roll-iron-casting-fast
|
|
*** products
|
|
- angels-roll-iron,4
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-iron,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-iron-casting
|
|
** rod-stack-iron-casting
|
|
*** products
|
|
- angels-rod-stack-iron,1
|
|
*** ingredients
|
|
- liquid-molten-iron,60
|
|
- water,40
|
|
|
|
* angels-iron-casting
|
|
** rod-stack-iron-casting-fast
|
|
*** products
|
|
- angels-rod-stack-iron,2
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-iron,110
|
|
- liquid-coolant,40
|
|
|
|
* angels-iron-casting
|
|
** angelsore1-crushed-smelting
|
|
*** products
|
|
- iron-plate,2
|
|
*** ingredients
|
|
- angels-ore1-crushed,3
|
|
|
|
* angels-iron-casting
|
|
** angels-iron-pebbles-smelting
|
|
*** products
|
|
- iron-plate,2
|
|
*** ingredients
|
|
- angels-iron-pebbles,4
|
|
|
|
* angels-iron-casting
|
|
** angels-iron-nugget-smelting
|
|
*** products
|
|
- iron-plate,3
|
|
*** ingredients
|
|
- angels-iron-nugget,2
|
|
|
|
* angels-iron-casting
|
|
** iron-plate
|
|
*** products
|
|
- iron-plate,3
|
|
*** ingredients
|
|
- iron-ore,4
|
|
|
|
* angels-iron-casting
|
|
** angels-plate-iron
|
|
*** products
|
|
- iron-plate,4
|
|
*** ingredients
|
|
- liquid-molten-iron,40
|
|
|
|
* angels-iron-casting
|
|
** angels-roll-iron-converting
|
|
*** products
|
|
- iron-plate,4
|
|
*** ingredients
|
|
- angels-roll-iron,1
|
|
|
|
* angels-iron-casting
|
|
** angels-rod-iron-plate
|
|
*** products
|
|
- iron-stick,1
|
|
*** ingredients
|
|
- iron-plate,2
|
|
|
|
* angels-iron-casting
|
|
** angels-rod-stack-iron-converting
|
|
*** products
|
|
- iron-stick,4
|
|
*** ingredients
|
|
- angels-rod-stack-iron,1
|
|
|
|
* angels-lead
|
|
** lead-ore-processing
|
|
*** products
|
|
- processed-lead,2
|
|
*** ingredients
|
|
- lead-ore,4
|
|
|
|
* angels-lead
|
|
** lead-processed-processing
|
|
*** products
|
|
- pellet-lead,4
|
|
*** ingredients
|
|
- processed-lead,3
|
|
|
|
* angels-lead
|
|
** processed-lead-smelting
|
|
*** products
|
|
- lead-oxide,24
|
|
- gas-sulfur-dioxide,120
|
|
*** ingredients
|
|
- processed-lead,8
|
|
- gas-oxygen,120
|
|
|
|
* angels-lead
|
|
** pellet-lead-smelting
|
|
*** products
|
|
- anode-lead,24
|
|
- gas-sulfur-dioxide,60
|
|
*** ingredients
|
|
- pellet-lead,8
|
|
- solid-limestone,2
|
|
- solid-coke,2
|
|
- gas-oxygen,60
|
|
|
|
* angels-lead
|
|
** liquid-hexafluorosilicic-acid
|
|
*** products
|
|
- liquid-hexafluorosilicic-acid,60
|
|
*** ingredients
|
|
- quartz,3
|
|
- liquid-hydrofluoric-acid,30
|
|
|
|
* angels-lead
|
|
** lead-ore-smelting
|
|
*** products
|
|
- ingot-lead,24
|
|
- gas-sulfur-dioxide,60
|
|
*** ingredients
|
|
- lead-ore,24
|
|
- gas-oxygen,60
|
|
|
|
* angels-lead
|
|
** solid-lead-oxide-smelting
|
|
*** products
|
|
- ingot-lead,24
|
|
*** ingredients
|
|
- lead-oxide,24
|
|
- solid-carbon,2
|
|
|
|
* angels-lead
|
|
** anode-lead-smelting
|
|
*** products
|
|
- ingot-lead,12
|
|
- slag,1
|
|
*** ingredients
|
|
- anode-lead,12
|
|
- liquid-hexafluorosilicic-acid,30
|
|
|
|
* angels-lead
|
|
** powder-lead
|
|
*** products
|
|
- powder-lead,1
|
|
*** ingredients
|
|
- ingot-lead,1
|
|
|
|
* angels-lead-casting
|
|
** molten-lead-smelting
|
|
*** products
|
|
- liquid-molten-lead,120
|
|
*** ingredients
|
|
- ingot-lead,12
|
|
|
|
* angels-lead-casting
|
|
** roll-lead-casting
|
|
*** products
|
|
- angels-roll-lead,2
|
|
*** ingredients
|
|
- liquid-molten-lead,80
|
|
- water,40
|
|
|
|
* angels-lead-casting
|
|
** roll-lead-casting-fast
|
|
*** products
|
|
- angels-roll-lead,4
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-lead,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-lead-casting
|
|
** angelsore5-crushed-smelting
|
|
*** products
|
|
- lead-plate,1
|
|
*** ingredients
|
|
- angels-ore5-crushed,3
|
|
|
|
* angels-lead-casting
|
|
** lead-plate
|
|
*** products
|
|
- lead-plate,3
|
|
*** ingredients
|
|
- lead-ore,4
|
|
|
|
* angels-lead-casting
|
|
** angels-plate-lead
|
|
*** products
|
|
- lead-plate,4
|
|
*** ingredients
|
|
- liquid-molten-lead,40
|
|
|
|
* angels-lead-casting
|
|
** angels-roll-lead-converting
|
|
*** products
|
|
- lead-plate,4
|
|
*** ingredients
|
|
- angels-roll-lead,1
|
|
|
|
* angels-loaded-circuit-board
|
|
** electronic-circuit
|
|
*** products
|
|
- electronic-circuit,1
|
|
*** ingredients
|
|
- solder,1
|
|
- basic-circuit-board,1
|
|
- basic-electronic-components,5
|
|
|
|
* angels-loaded-circuit-board
|
|
** advanced-circuit
|
|
*** products
|
|
- advanced-circuit,1
|
|
*** ingredients
|
|
- solder,1
|
|
- circuit-board,1
|
|
- basic-electronic-components,4
|
|
- electronic-components,4
|
|
|
|
* angels-loaded-circuit-board
|
|
** processing-unit
|
|
*** products
|
|
- processing-unit,1
|
|
*** ingredients
|
|
- solder,2
|
|
- superior-circuit-board,1
|
|
- basic-electronic-components,2
|
|
- electronic-components,4
|
|
- intergrated-electronics,2
|
|
|
|
* angels-loaded-circuit-board
|
|
** advanced-processing-unit
|
|
*** products
|
|
- advanced-processing-unit,1
|
|
*** ingredients
|
|
- solder,4
|
|
- multi-layer-circuit-board,1
|
|
- basic-electronic-components,1
|
|
- electronic-components,2
|
|
- intergrated-electronics,4
|
|
- processing-electronics,1
|
|
|
|
* angels-manganese
|
|
** manganese-ore-processing
|
|
*** products
|
|
- processed-manganese,2
|
|
*** ingredients
|
|
- manganese-ore,4
|
|
|
|
* angels-manganese
|
|
** manganese-processed-processing
|
|
*** products
|
|
- pellet-manganese,4
|
|
*** ingredients
|
|
- processed-manganese,3
|
|
|
|
* angels-manganese
|
|
** manganese-processed-processing-alt
|
|
*** products
|
|
- solid-manganese-oxide,6
|
|
*** ingredients
|
|
- processed-manganese,4
|
|
- gas-synthesis,60
|
|
|
|
* angels-manganese
|
|
** pellet-manganese-smelting
|
|
*** products
|
|
- solid-manganese-oxide,24
|
|
*** ingredients
|
|
- pellet-manganese,8
|
|
- gas-natural-1,60
|
|
|
|
* angels-manganese
|
|
** processed-manganese-smelting
|
|
*** products
|
|
- cathode-manganese,12
|
|
*** ingredients
|
|
- processed-manganese,4
|
|
- liquid-sulfuric-acid,40
|
|
|
|
* angels-manganese
|
|
** solid-manganese-oxide-smelting
|
|
*** products
|
|
- cathode-manganese,12
|
|
- solid-iron-hydroxide,4
|
|
*** ingredients
|
|
- ingot-iron,4
|
|
- solid-manganese-oxide,12
|
|
- liquid-sulfuric-acid,40
|
|
|
|
* angels-manganese
|
|
** manganese-ore-smelting
|
|
*** products
|
|
- ingot-manganese,24
|
|
*** ingredients
|
|
- manganese-ore,24
|
|
- solid-coke,6
|
|
|
|
* angels-manganese
|
|
** cathode-manganese-smelting
|
|
*** products
|
|
- ingot-manganese,24
|
|
*** ingredients
|
|
- cathode-manganese,24
|
|
|
|
* angels-manganese
|
|
** powder-manganese
|
|
*** products
|
|
- powder-manganese,1
|
|
*** ingredients
|
|
- ingot-manganese,1
|
|
|
|
* angels-manganese-casting
|
|
** molten-manganese-smelting
|
|
*** products
|
|
- liquid-molten-manganese,120
|
|
*** ingredients
|
|
- ingot-manganese,12
|
|
|
|
* angels-manganese-casting
|
|
** roll-manganese-casting
|
|
*** products
|
|
- angels-roll-manganese,2
|
|
*** ingredients
|
|
- liquid-molten-manganese,80
|
|
- water,40
|
|
|
|
* angels-manganese-casting
|
|
** roll-manganese-casting-fast
|
|
*** products
|
|
- angels-roll-manganese,4
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-manganese,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-manganese-casting
|
|
** angels-plate-manganese
|
|
*** products
|
|
- angels-plate-manganese,4
|
|
*** ingredients
|
|
- liquid-molten-manganese,40
|
|
|
|
* angels-manganese-casting
|
|
** angels-roll-manganese-converting
|
|
*** products
|
|
- angels-plate-manganese,4
|
|
*** ingredients
|
|
- angels-roll-manganese,1
|
|
|
|
* angels-medium-power-poles
|
|
** medium-electric-pole
|
|
*** products
|
|
- medium-electric-pole,1
|
|
*** ingredients
|
|
- copper-plate,2
|
|
- steel-plate,2
|
|
- iron-stick,4
|
|
|
|
* angels-medium-power-poles
|
|
** medium-electric-pole-2
|
|
*** products
|
|
- medium-electric-pole-2,1
|
|
*** ingredients
|
|
- tinned-copper-cable,2
|
|
- brass-alloy,2
|
|
- medium-electric-pole,1
|
|
|
|
* angels-medium-power-poles
|
|
** medium-electric-pole-3
|
|
*** products
|
|
- medium-electric-pole-3,1
|
|
*** ingredients
|
|
- titanium-plate,2
|
|
- insulated-cable,2
|
|
- medium-electric-pole-2,1
|
|
|
|
* angels-medium-power-poles
|
|
** medium-electric-pole-4
|
|
*** products
|
|
- medium-electric-pole-4,1
|
|
*** ingredients
|
|
- gilded-copper-cable,2
|
|
- nitinol-alloy,2
|
|
- medium-electric-pole-3,1
|
|
|
|
* angels-mold-casting
|
|
** angels-casing-resin-mold
|
|
*** products
|
|
- motor-casing-0,1
|
|
*** ingredients
|
|
- resin,2
|
|
|
|
* angels-mold-casting
|
|
** mold-expendable
|
|
*** products
|
|
- mold-expendable,1
|
|
- slag,1
|
|
*** ingredients
|
|
- motor-casing-0,1
|
|
- solid-sand,40
|
|
|
|
* angels-mold-casting
|
|
** mold-non-expendable
|
|
*** products
|
|
- mold-non-expendable,1
|
|
- slag,1
|
|
*** ingredients
|
|
- motor-casing-0,1
|
|
- solid-clay,50
|
|
|
|
* angels-mold-casting
|
|
** mold-non-expendable-wash
|
|
*** products
|
|
- mold-non-expendable,1
|
|
- water-red-waste,20
|
|
*** ingredients
|
|
- spent-mold-non-expendable,1
|
|
- liquid-nitric-acid,20
|
|
|
|
* angels-nickel
|
|
** nickel-ore-processing
|
|
*** products
|
|
- processed-nickel,2
|
|
*** ingredients
|
|
- nickel-ore,4
|
|
|
|
* angels-nickel
|
|
** nickel-processed-processing
|
|
*** products
|
|
- pellet-nickel,4
|
|
*** ingredients
|
|
- processed-nickel,3
|
|
|
|
* angels-nickel
|
|
** processed-nickel-smelting
|
|
*** products
|
|
- cathode-nickel,12
|
|
*** ingredients
|
|
- processed-nickel,4
|
|
- liquid-sulfuric-acid,60
|
|
|
|
* angels-nickel
|
|
** pellet-nickel-smelting
|
|
*** products
|
|
- solid-nickel-carbonyl,24
|
|
*** ingredients
|
|
- pellet-nickel,8
|
|
- sulfur,1
|
|
- gas-carbon-monoxide,60
|
|
|
|
* angels-nickel
|
|
** nickel-ore-smelting
|
|
*** products
|
|
- ingot-nickel,24
|
|
*** ingredients
|
|
- nickel-ore,24
|
|
- gas-carbon-monoxide,60
|
|
|
|
* angels-nickel
|
|
** cathode-nickel-smelting
|
|
*** products
|
|
- ingot-nickel,24
|
|
*** ingredients
|
|
- cathode-nickel,24
|
|
|
|
* angels-nickel
|
|
** solid-nickel-carbonyl-smelting
|
|
*** products
|
|
- ingot-nickel,24
|
|
*** ingredients
|
|
- solid-nickel-carbonyl,18
|
|
- ingot-nickel,6
|
|
|
|
* angels-nickel
|
|
** powder-nickel
|
|
*** products
|
|
- powder-nickel,1
|
|
*** ingredients
|
|
- ingot-nickel,1
|
|
|
|
* angels-nickel-casting
|
|
** molten-nickel-smelting
|
|
*** products
|
|
- liquid-molten-nickel,120
|
|
*** ingredients
|
|
- ingot-nickel,12
|
|
|
|
* angels-nickel-casting
|
|
** roll-nickel-casting
|
|
*** products
|
|
- angels-roll-nickel,2
|
|
*** ingredients
|
|
- liquid-molten-nickel,80
|
|
- water,40
|
|
|
|
* angels-nickel-casting
|
|
** roll-nickel-casting-fast
|
|
*** products
|
|
- angels-roll-nickel,4
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-nickel,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-nickel-casting
|
|
** angels-plate-nickel
|
|
*** products
|
|
- nickel-plate,4
|
|
*** ingredients
|
|
- liquid-molten-nickel,40
|
|
|
|
* angels-nickel-casting
|
|
** angels-roll-nickel-converting
|
|
*** products
|
|
- nickel-plate,4
|
|
*** ingredients
|
|
- angels-roll-nickel,1
|
|
|
|
* angels-ore-silo
|
|
** silo-ore1
|
|
*** products
|
|
- silo-ore1,1
|
|
*** ingredients
|
|
- angels-ore1-crushed,10
|
|
- silo,1
|
|
|
|
* angels-ore-silo
|
|
** silo-ore2
|
|
*** products
|
|
- silo-ore2,1
|
|
*** ingredients
|
|
- angels-ore2-crushed,10
|
|
- silo,1
|
|
|
|
* angels-ore-silo
|
|
** silo-ore3
|
|
*** products
|
|
- silo-ore3,1
|
|
*** ingredients
|
|
- angels-ore3-crushed,10
|
|
- silo,1
|
|
|
|
* angels-ore-silo
|
|
** silo-ore4
|
|
*** products
|
|
- silo-ore4,1
|
|
*** ingredients
|
|
- angels-ore4-crushed,10
|
|
- silo,1
|
|
|
|
* angels-ore-silo
|
|
** silo-ore5
|
|
*** products
|
|
- silo-ore5,1
|
|
*** ingredients
|
|
- angels-ore5-crushed,10
|
|
- silo,1
|
|
|
|
* angels-ore-silo
|
|
** silo-ore6
|
|
*** products
|
|
- silo-ore6,1
|
|
*** ingredients
|
|
- angels-ore6-crushed,10
|
|
- silo,1
|
|
|
|
* angels-ore-silo
|
|
** silo-coal
|
|
*** products
|
|
- silo-coal,1
|
|
*** ingredients
|
|
- coal-crushed,10
|
|
- silo,1
|
|
|
|
* angels-pellet-press
|
|
** pellet-press
|
|
*** products
|
|
- pellet-press,1
|
|
*** ingredients
|
|
- aluminium-plate,8
|
|
- concrete-brick,10
|
|
- brass-gear-wheel,12
|
|
|
|
* angels-pellet-press
|
|
** pellet-press-2
|
|
*** products
|
|
- pellet-press-2,1
|
|
*** ingredients
|
|
- pellet-press,1
|
|
- reinforced-concrete-brick,10
|
|
- titanium-plate,8
|
|
- titanium-gear-wheel,12
|
|
|
|
* angels-pellet-press
|
|
** pellet-press-3
|
|
*** products
|
|
- pellet-press-3,1
|
|
*** ingredients
|
|
- pellet-press-2,1
|
|
- reinforced-concrete-brick,10
|
|
- tungsten-plate,8
|
|
- tungsten-gear-wheel,12
|
|
|
|
* angels-pellet-press
|
|
** pellet-press-4
|
|
*** products
|
|
- pellet-press-4,1
|
|
*** ingredients
|
|
- pellet-press-3,1
|
|
- reinforced-concrete-brick,10
|
|
- tungsten-carbide,8
|
|
- nitinol-gear-wheel,12
|
|
|
|
* angels-personal-equipment-armor
|
|
** light-armor
|
|
*** products
|
|
- light-armor,1
|
|
*** ingredients
|
|
- iron-plate,40
|
|
|
|
* angels-personal-equipment-armor
|
|
** heavy-armor
|
|
*** products
|
|
- heavy-armor,1
|
|
*** ingredients
|
|
- copper-plate,100
|
|
- steel-plate,50
|
|
|
|
* angels-personal-equipment-armor
|
|
** heavy-armor-2
|
|
*** products
|
|
- heavy-armor-2,1
|
|
*** ingredients
|
|
- gunmetal-alloy,50
|
|
- invar-alloy,100
|
|
|
|
* angels-personal-equipment-armor
|
|
** heavy-armor-3
|
|
*** products
|
|
- heavy-armor-3,1
|
|
*** ingredients
|
|
- silicon-nitride,50
|
|
- titanium-plate,100
|
|
|
|
* angels-personal-equipment-armor
|
|
** modular-armor
|
|
*** products
|
|
- modular-armor,1
|
|
*** ingredients
|
|
- steel-plate,50
|
|
- advanced-circuit,30
|
|
|
|
* angels-personal-equipment-armor
|
|
** power-armor
|
|
*** products
|
|
- power-armor,1
|
|
*** ingredients
|
|
- steel-plate,40
|
|
- electric-engine-unit,20
|
|
- processing-unit,40
|
|
|
|
* angels-personal-equipment-armor
|
|
** power-armor-mk2
|
|
*** products
|
|
- power-armor-mk2,1
|
|
*** ingredients
|
|
- electric-engine-unit,40
|
|
- low-density-structure,30
|
|
- processing-unit,60
|
|
- speed-module-2,25
|
|
- effectivity-module-2,25
|
|
|
|
* angels-personal-equipment-armor
|
|
** bob-power-armor-mk3
|
|
*** products
|
|
- bob-power-armor-mk3,1
|
|
*** ingredients
|
|
- aluminium-plate,25
|
|
- invar-alloy,25
|
|
- alien-artifact-orange,25
|
|
- alien-artifact-blue,25
|
|
- processing-unit,50
|
|
- power-armor-mk2,1
|
|
- speed-module-4,5
|
|
- effectivity-module-4,5
|
|
|
|
* angels-personal-equipment-armor
|
|
** bob-power-armor-mk4
|
|
*** products
|
|
- bob-power-armor-mk4,1
|
|
*** ingredients
|
|
- silicon-nitride,25
|
|
- titanium-plate,25
|
|
- alien-artifact-yellow,25
|
|
- alien-artifact-purple,25
|
|
- processing-unit,40
|
|
- advanced-processing-unit,20
|
|
- bob-power-armor-mk3,1
|
|
- speed-module-6,5
|
|
- effectivity-module-6,5
|
|
|
|
* angels-personal-equipment-armor
|
|
** bob-power-armor-mk5
|
|
*** products
|
|
- bob-power-armor-mk5,1
|
|
*** ingredients
|
|
- copper-tungsten-alloy,25
|
|
- nitinol-alloy,25
|
|
- alien-artifact-red,25
|
|
- alien-artifact-green,25
|
|
- processing-unit,50
|
|
- advanced-processing-unit,50
|
|
- bob-power-armor-mk4,1
|
|
- speed-module-8,5
|
|
- effectivity-module-8,5
|
|
|
|
* angels-personal-equipment-combat-a
|
|
** energy-shield-equipment
|
|
*** products
|
|
- energy-shield-equipment,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- advanced-circuit,5
|
|
|
|
* angels-personal-equipment-combat-a
|
|
** energy-shield-mk2-equipment
|
|
*** products
|
|
- energy-shield-mk2-equipment,1
|
|
*** ingredients
|
|
- processing-unit,5
|
|
- energy-shield-equipment,2
|
|
|
|
* angels-personal-equipment-combat-a
|
|
** energy-shield-mk3-equipment
|
|
*** products
|
|
- energy-shield-mk3-equipment,1
|
|
*** ingredients
|
|
- alien-artifact,10
|
|
- advanced-processing-unit,5
|
|
- energy-shield-mk2-equipment,2
|
|
- productivity-module-2,1
|
|
|
|
* angels-personal-equipment-combat-a
|
|
** energy-shield-mk4-equipment
|
|
*** products
|
|
- energy-shield-mk4-equipment,1
|
|
*** ingredients
|
|
- alien-artifact-orange,5
|
|
- alien-artifact-blue,5
|
|
- advanced-processing-unit,5
|
|
- energy-shield-mk3-equipment,2
|
|
- effectivity-module-4,1
|
|
- productivity-module-4,1
|
|
|
|
* angels-personal-equipment-combat-a
|
|
** energy-shield-mk5-equipment
|
|
*** products
|
|
- energy-shield-mk5-equipment,1
|
|
*** ingredients
|
|
- alien-artifact-yellow,5
|
|
- alien-artifact-purple,5
|
|
- advanced-processing-unit,5
|
|
- energy-shield-mk4-equipment,2
|
|
- effectivity-module-6,1
|
|
- productivity-module-6,1
|
|
|
|
* angels-personal-equipment-combat-a
|
|
** energy-shield-mk6-equipment
|
|
*** products
|
|
- energy-shield-mk6-equipment,1
|
|
*** ingredients
|
|
- alien-artifact-red,5
|
|
- alien-artifact-green,5
|
|
- advanced-processing-unit,5
|
|
- energy-shield-mk5-equipment,2
|
|
- effectivity-module-8,1
|
|
- productivity-module-8,1
|
|
|
|
* angels-personal-equipment-combat-b
|
|
** personal-laser-defense-equipment
|
|
*** products
|
|
- personal-laser-defense-equipment,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- battery,3
|
|
- electronic-circuit,5
|
|
|
|
* angels-personal-equipment-combat-b
|
|
** personal-laser-defense-equipment-2
|
|
*** products
|
|
- personal-laser-defense-equipment-2,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- advanced-circuit,5
|
|
- personal-laser-defense-equipment,1
|
|
- sapphire-5,1
|
|
|
|
* angels-personal-equipment-combat-b
|
|
** personal-laser-defense-equipment-3
|
|
*** products
|
|
- personal-laser-defense-equipment-3,1
|
|
*** ingredients
|
|
- invar-alloy,5
|
|
- lithium-ion-battery,3
|
|
- personal-laser-defense-equipment-2,1
|
|
- emerald-5,1
|
|
|
|
* angels-personal-equipment-combat-b
|
|
** personal-laser-defense-equipment-4
|
|
*** products
|
|
- personal-laser-defense-equipment-4,1
|
|
*** ingredients
|
|
- titanium-plate,5
|
|
- lithium-ion-battery,3
|
|
- processing-unit,5
|
|
- personal-laser-defense-equipment-3,1
|
|
- amethyst-5,1
|
|
|
|
* angels-personal-equipment-combat-b
|
|
** personal-laser-defense-equipment-5
|
|
*** products
|
|
- personal-laser-defense-equipment-5,1
|
|
*** ingredients
|
|
- nitinol-alloy,5
|
|
- silver-zinc-battery,3
|
|
- processing-unit,5
|
|
- personal-laser-defense-equipment-4,1
|
|
- topaz-5,1
|
|
|
|
* angels-personal-equipment-combat-b
|
|
** personal-laser-defense-equipment-6
|
|
*** products
|
|
- personal-laser-defense-equipment-6,1
|
|
*** ingredients
|
|
- nitinol-alloy,5
|
|
- alien-artifact-red,5
|
|
- alien-artifact-green,5
|
|
- silver-zinc-battery,3
|
|
- advanced-processing-unit,5
|
|
- personal-laser-defense-equipment-5,1
|
|
- diamond-5,1
|
|
|
|
* angels-personal-equipment-combat-c
|
|
** exoskeleton-equipment
|
|
*** products
|
|
- exoskeleton-equipment,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- electric-engine-unit,30
|
|
- advanced-circuit,10
|
|
|
|
* angels-personal-equipment-combat-c
|
|
** exoskeleton-equipment-2
|
|
*** products
|
|
- exoskeleton-equipment-2,1
|
|
*** ingredients
|
|
- invar-alloy,20
|
|
- cobalt-steel-gear-wheel,30
|
|
- cobalt-steel-bearing,30
|
|
- processing-unit,10
|
|
- exoskeleton-equipment,1
|
|
|
|
* angels-personal-equipment-combat-c
|
|
** exoskeleton-equipment-3
|
|
*** products
|
|
- exoskeleton-equipment-3,1
|
|
*** ingredients
|
|
- titanium-plate,20
|
|
- titanium-gear-wheel,30
|
|
- titanium-bearing,30
|
|
- advanced-processing-unit,10
|
|
- exoskeleton-equipment-2,1
|
|
|
|
* angels-personal-equipment-combat-c
|
|
** discharge-defense-remote
|
|
*** products
|
|
- discharge-defense-remote,1
|
|
*** ingredients
|
|
- electronic-circuit,1
|
|
|
|
* angels-personal-equipment-combat-c
|
|
** discharge-defense-equipment
|
|
*** products
|
|
- discharge-defense-equipment,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- processing-unit,5
|
|
- laser-turret,10
|
|
|
|
* angels-personal-equipment-power-a
|
|
** solar-panel-equipment
|
|
*** products
|
|
- solar-panel-equipment,1
|
|
*** ingredients
|
|
- copper-cable,4
|
|
- steel-plate,2
|
|
- electronic-circuit,5
|
|
|
|
* angels-personal-equipment-power-a
|
|
** solar-panel-equipment-2
|
|
*** products
|
|
- solar-panel-equipment-2,1
|
|
*** ingredients
|
|
- glass,2
|
|
- silver-plate,2
|
|
- advanced-circuit,5
|
|
- solar-panel-equipment,1
|
|
|
|
* angels-personal-equipment-power-a
|
|
** solar-panel-equipment-3
|
|
*** products
|
|
- solar-panel-equipment-3,1
|
|
*** ingredients
|
|
- gold-plate,2
|
|
- silicon-wafer,8
|
|
- titanium-plate,2
|
|
- processing-unit,5
|
|
- solar-panel-equipment-2,1
|
|
|
|
* angels-personal-equipment-power-a
|
|
** solar-panel-equipment-4
|
|
*** products
|
|
- solar-panel-equipment-4,1
|
|
*** ingredients
|
|
- gilded-copper-cable,5
|
|
- nitinol-alloy,2
|
|
- alien-artifact,10
|
|
- advanced-processing-unit,5
|
|
- solar-panel-equipment-3,1
|
|
|
|
* angels-personal-equipment-power-b
|
|
** fusion-reactor-equipment
|
|
*** products
|
|
- fusion-reactor-equipment,1
|
|
*** ingredients
|
|
- low-density-structure,50
|
|
- processing-unit,200
|
|
|
|
* angels-personal-equipment-power-b
|
|
** fusion-reactor-equipment-2
|
|
*** products
|
|
- fusion-reactor-equipment-2,1
|
|
*** ingredients
|
|
- alien-artifact-orange,15
|
|
- alien-artifact-blue,15
|
|
- advanced-processing-unit,50
|
|
- fusion-reactor-equipment,1
|
|
- speed-module-4,2
|
|
- effectivity-module-4,2
|
|
- productivity-module-4,2
|
|
|
|
* angels-personal-equipment-power-b
|
|
** fusion-reactor-equipment-3
|
|
*** products
|
|
- fusion-reactor-equipment-3,1
|
|
*** ingredients
|
|
- alien-artifact-yellow,15
|
|
- alien-artifact-purple,15
|
|
- advanced-processing-unit,50
|
|
- fusion-reactor-equipment-2,1
|
|
- speed-module-6,2
|
|
- effectivity-module-6,2
|
|
- productivity-module-6,2
|
|
|
|
* angels-personal-equipment-power-b
|
|
** fusion-reactor-equipment-4
|
|
*** products
|
|
- fusion-reactor-equipment-4,1
|
|
*** ingredients
|
|
- alien-artifact-red,15
|
|
- alien-artifact-green,15
|
|
- advanced-processing-unit,50
|
|
- fusion-reactor-equipment-3,1
|
|
- speed-module-8,2
|
|
- effectivity-module-8,2
|
|
- productivity-module-8,2
|
|
|
|
* angels-personal-equipment-power-c
|
|
** battery-equipment
|
|
*** products
|
|
- battery-equipment,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- battery,5
|
|
|
|
* angels-personal-equipment-power-c
|
|
** battery-mk2-equipment
|
|
*** products
|
|
- battery-mk2-equipment,1
|
|
*** ingredients
|
|
- processing-unit,5
|
|
- battery-equipment,2
|
|
|
|
* angels-personal-equipment-power-c
|
|
** battery-mk3-equipment
|
|
*** products
|
|
- battery-mk3-equipment,1
|
|
*** ingredients
|
|
- lithium-ion-battery,5
|
|
- battery-mk2-equipment,2
|
|
|
|
* angels-personal-equipment-power-c
|
|
** battery-mk4-equipment
|
|
*** products
|
|
- battery-mk4-equipment,1
|
|
*** ingredients
|
|
- alien-artifact-orange,5
|
|
- alien-artifact-blue,5
|
|
- advanced-processing-unit,5
|
|
- battery-mk3-equipment,2
|
|
|
|
* angels-personal-equipment-power-c
|
|
** battery-mk5-equipment
|
|
*** products
|
|
- battery-mk5-equipment,1
|
|
*** ingredients
|
|
- alien-artifact-yellow,5
|
|
- alien-artifact-purple,5
|
|
- silver-zinc-battery,5
|
|
- battery-mk4-equipment,2
|
|
|
|
* angels-personal-equipment-power-c
|
|
** battery-mk6-equipment
|
|
*** products
|
|
- battery-mk6-equipment,1
|
|
*** ingredients
|
|
- alien-artifact-red,5
|
|
- alien-artifact-green,5
|
|
- advanced-processing-unit,5
|
|
- battery-mk5-equipment,2
|
|
|
|
* angels-personal-equipment-power-d
|
|
** night-vision-equipment
|
|
*** products
|
|
- night-vision-equipment,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- advanced-circuit,5
|
|
|
|
* angels-personal-equipment-power-d
|
|
** night-vision-equipment-2
|
|
*** products
|
|
- night-vision-equipment-2,1
|
|
*** ingredients
|
|
- glass,2
|
|
- processing-unit,5
|
|
- night-vision-equipment,1
|
|
|
|
* angels-personal-equipment-power-d
|
|
** night-vision-equipment-3
|
|
*** products
|
|
- night-vision-equipment-3,1
|
|
*** ingredients
|
|
- alien-artifact,10
|
|
- advanced-processing-unit,5
|
|
- night-vision-equipment-2,1
|
|
- diamond-5,2
|
|
|
|
* angels-personal-equipment-power-d
|
|
** belt-immunity-equipment
|
|
*** products
|
|
- belt-immunity-equipment,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- advanced-circuit,5
|
|
|
|
* angels-personal-equipment-robot-a
|
|
** personal-roboport-robot-equipment
|
|
*** products
|
|
- personal-roboport-robot-equipment,1
|
|
*** ingredients
|
|
- solder,2
|
|
- circuit-board,1
|
|
- basic-electronic-components,30
|
|
- electronic-components,15
|
|
- module-case,1
|
|
|
|
* angels-personal-equipment-robot-a
|
|
** personal-roboport-robot-equipment-2
|
|
*** products
|
|
- personal-roboport-robot-equipment-2,1
|
|
*** ingredients
|
|
- solder,3
|
|
- circuit-board,1
|
|
- basic-electronic-components,15
|
|
- electronic-components,30
|
|
- personal-roboport-robot-equipment,1
|
|
|
|
* angels-personal-equipment-robot-a
|
|
** personal-roboport-robot-equipment-3
|
|
*** products
|
|
- personal-roboport-robot-equipment-3,1
|
|
*** ingredients
|
|
- solder,4
|
|
- superior-circuit-board,1
|
|
- basic-electronic-components,10
|
|
- electronic-components,20
|
|
- intergrated-electronics,10
|
|
- personal-roboport-robot-equipment-2,1
|
|
|
|
* angels-personal-equipment-robot-a
|
|
** personal-roboport-robot-equipment-4
|
|
*** products
|
|
- personal-roboport-robot-equipment-4,1
|
|
*** ingredients
|
|
- solder,6
|
|
- multi-layer-circuit-board,1
|
|
- basic-electronic-components,5
|
|
- electronic-components,10
|
|
- intergrated-electronics,20
|
|
- processing-electronics,8
|
|
- personal-roboport-robot-equipment-3,1
|
|
|
|
* angels-personal-equipment-robot-b
|
|
** personal-roboport-chargepad-equipment
|
|
*** products
|
|
- personal-roboport-chargepad-equipment,1
|
|
*** ingredients
|
|
- roboport-chargepad-1,2
|
|
|
|
* angels-personal-equipment-robot-b
|
|
** personal-roboport-chargepad-equipment-2
|
|
*** products
|
|
- personal-roboport-chargepad-equipment-2,1
|
|
*** ingredients
|
|
- roboport-chargepad-2,2
|
|
- personal-roboport-chargepad-equipment,1
|
|
|
|
* angels-personal-equipment-robot-b
|
|
** personal-roboport-chargepad-equipment-3
|
|
*** products
|
|
- personal-roboport-chargepad-equipment-3,1
|
|
*** ingredients
|
|
- roboport-chargepad-3,2
|
|
- personal-roboport-chargepad-equipment-2,1
|
|
|
|
* angels-personal-equipment-robot-b
|
|
** personal-roboport-chargepad-equipment-4
|
|
*** products
|
|
- personal-roboport-chargepad-equipment-4,1
|
|
*** ingredients
|
|
- roboport-chargepad-4,2
|
|
- personal-roboport-chargepad-equipment-3,1
|
|
|
|
* angels-personal-equipment-robot-c
|
|
** personal-roboport-antenna-equipment
|
|
*** products
|
|
- personal-roboport-antenna-equipment,1
|
|
*** ingredients
|
|
- roboport-antenna-1,2
|
|
- roboport-door-1,1
|
|
|
|
* angels-personal-equipment-robot-c
|
|
** personal-roboport-antenna-equipment-2
|
|
*** products
|
|
- personal-roboport-antenna-equipment-2,1
|
|
*** ingredients
|
|
- roboport-antenna-2,2
|
|
- roboport-door-2,1
|
|
- personal-roboport-antenna-equipment,1
|
|
|
|
* angels-personal-equipment-robot-c
|
|
** personal-roboport-antenna-equipment-3
|
|
*** products
|
|
- personal-roboport-antenna-equipment-3,1
|
|
*** ingredients
|
|
- roboport-antenna-3,2
|
|
- roboport-door-3,1
|
|
- personal-roboport-antenna-equipment-2,1
|
|
|
|
* angels-personal-equipment-robot-c
|
|
** personal-roboport-antenna-equipment-4
|
|
*** products
|
|
- personal-roboport-antenna-equipment-4,1
|
|
*** ingredients
|
|
- roboport-antenna-4,2
|
|
- roboport-door-4,1
|
|
- personal-roboport-antenna-equipment-3,1
|
|
|
|
* angels-personal-equipment-robot-d
|
|
** personal-roboport-equipment
|
|
*** products
|
|
- personal-roboport-equipment,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- roboport-antenna-1,2
|
|
- roboport-door-1,1
|
|
- roboport-chargepad-1,2
|
|
|
|
* angels-personal-equipment-robot-d
|
|
** personal-roboport-mk2-equipment
|
|
*** products
|
|
- personal-roboport-mk2-equipment,1
|
|
*** ingredients
|
|
- aluminium-plate,5
|
|
- roboport-antenna-2,2
|
|
- roboport-door-2,1
|
|
- roboport-chargepad-2,2
|
|
- personal-roboport-equipment,1
|
|
|
|
* angels-personal-equipment-robot-d
|
|
** personal-roboport-mk3-equipment
|
|
*** products
|
|
- personal-roboport-mk3-equipment,1
|
|
*** ingredients
|
|
- titanium-plate,5
|
|
- roboport-antenna-3,2
|
|
- roboport-door-3,1
|
|
- roboport-chargepad-3,2
|
|
- personal-roboport-mk2-equipment,1
|
|
|
|
* angels-personal-equipment-robot-d
|
|
** personal-roboport-mk4-equipment
|
|
*** products
|
|
- personal-roboport-mk4-equipment,1
|
|
*** ingredients
|
|
- nitinol-alloy,5
|
|
- roboport-antenna-4,2
|
|
- roboport-door-4,1
|
|
- roboport-chargepad-4,2
|
|
- personal-roboport-mk3-equipment,1
|
|
|
|
* angels-petrotrain
|
|
** petro-locomotive-1
|
|
*** products
|
|
- petro-locomotive-1,1
|
|
*** ingredients
|
|
- steel-plate,40
|
|
- engine-unit,25
|
|
- electronic-circuit,20
|
|
- locomotive,1
|
|
|
|
* angels-petrotrain
|
|
** petro-locomotive-1-2
|
|
*** products
|
|
- petro-locomotive-1-2,1
|
|
*** ingredients
|
|
- steel-plate,50
|
|
- engine-unit,30
|
|
- petro-locomotive-1,1
|
|
- speed-module,2
|
|
|
|
* angels-petrotrain
|
|
** petro-locomotive-1-3
|
|
*** products
|
|
- petro-locomotive-1-3,1
|
|
*** ingredients
|
|
- electric-engine-unit,40
|
|
- low-density-structure,50
|
|
- petro-locomotive-1-2,1
|
|
- speed-module-2,2
|
|
|
|
* angels-petrotrain
|
|
** petro-locomotive-1-4
|
|
*** products
|
|
- petro-locomotive-1-4,1
|
|
*** ingredients
|
|
- electric-engine-unit,45
|
|
- low-density-structure,75
|
|
- petro-locomotive-1-3,1
|
|
- speed-module-3,2
|
|
|
|
* angels-petrotrain
|
|
** petro-locomotive-1-5
|
|
*** products
|
|
- petro-locomotive-1-5,1
|
|
*** ingredients
|
|
- electric-engine-unit,50
|
|
- rocket-control-unit,2
|
|
- low-density-structure,100
|
|
- petro-locomotive-1-4,1
|
|
|
|
* angels-petrotrain
|
|
** petro-tank1
|
|
*** products
|
|
- petro-tank1,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- electronic-circuit,15
|
|
- fluid-wagon,1
|
|
- pipe,25
|
|
|
|
* angels-petrotrain
|
|
** petro-tank1-2
|
|
*** products
|
|
- petro-tank1-2,1
|
|
*** ingredients
|
|
- steel-plate,25
|
|
- angels-storage-tank-1,3
|
|
- petro-tank1,1
|
|
- effectivity-module,2
|
|
|
|
* angels-petrotrain
|
|
** petro-tank1-3
|
|
*** products
|
|
- petro-tank1-3,1
|
|
*** ingredients
|
|
- angels-storage-tank-1,6
|
|
- low-density-structure,25
|
|
- petro-tank1-2,1
|
|
- effectivity-module-2,2
|
|
|
|
* angels-petrotrain
|
|
** petro-tank1-4
|
|
*** products
|
|
- petro-tank1-4,1
|
|
*** ingredients
|
|
- angels-storage-tank-1,9
|
|
- low-density-structure,35
|
|
- petro-tank1-3,1
|
|
- effectivity-module-3,2
|
|
|
|
* angels-petrotrain
|
|
** petro-tank1-5
|
|
*** products
|
|
- petro-tank1-5,1
|
|
*** ingredients
|
|
- angels-storage-tank-1,12
|
|
- low-density-structure,50
|
|
- petro-tank1-4,1
|
|
- effectivity-module-3,2
|
|
|
|
* angels-petrotrain
|
|
** petro-tank2
|
|
*** products
|
|
- petro-tank2,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- electronic-circuit,15
|
|
- fluid-wagon,1
|
|
- pipe,25
|
|
|
|
* angels-petrotrain
|
|
** petro-tank2-2
|
|
*** products
|
|
- petro-tank2-2,1
|
|
*** ingredients
|
|
- steel-plate,25
|
|
- angels-storage-tank-2,3
|
|
- petro-tank2,1
|
|
- effectivity-module,2
|
|
|
|
* angels-petrotrain
|
|
** petro-tank2-3
|
|
*** products
|
|
- petro-tank2-3,1
|
|
*** ingredients
|
|
- angels-storage-tank-2,6
|
|
- low-density-structure,25
|
|
- petro-tank2-2,1
|
|
- effectivity-module-2,2
|
|
|
|
* angels-petrotrain
|
|
** petro-tank2-4
|
|
*** products
|
|
- petro-tank2-4,1
|
|
*** ingredients
|
|
- angels-storage-tank-2,9
|
|
- low-density-structure,35
|
|
- petro-tank2-3,1
|
|
- effectivity-module-3,2
|
|
|
|
* angels-petrotrain
|
|
** petro-tank2-5
|
|
*** products
|
|
- petro-tank2-5,1
|
|
*** ingredients
|
|
- angels-storage-tank-2,12
|
|
- low-density-structure,50
|
|
- petro-tank2-4,1
|
|
- effectivity-module-3,2
|
|
|
|
* angels-physical-aa
|
|
** pistol
|
|
*** products
|
|
- pistol,1
|
|
*** ingredients
|
|
- copper-plate,5
|
|
- iron-plate,5
|
|
|
|
* angels-physical-aa
|
|
** submachine-gun
|
|
*** products
|
|
- submachine-gun,1
|
|
*** ingredients
|
|
- iron-plate,5
|
|
- iron-gear-wheel,10
|
|
- pistol,1
|
|
|
|
* angels-physical-aa
|
|
** gun-turret
|
|
*** products
|
|
- gun-turret,1
|
|
*** ingredients
|
|
- copper-plate,5
|
|
- iron-plate,10
|
|
- submachine-gun,1
|
|
|
|
* angels-physical-aa
|
|
** bob-gun-turret-2
|
|
*** products
|
|
- bob-gun-turret-2,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- steel-gear-wheel,10
|
|
- gun-turret,1
|
|
|
|
* angels-physical-aa
|
|
** bob-gun-turret-3
|
|
*** products
|
|
- bob-gun-turret-3,1
|
|
*** ingredients
|
|
- invar-alloy,20
|
|
- brass-gear-wheel,10
|
|
- steel-bearing,10
|
|
- bob-gun-turret-2,1
|
|
|
|
* angels-physical-aa
|
|
** bob-gun-turret-4
|
|
*** products
|
|
- bob-gun-turret-4,1
|
|
*** ingredients
|
|
- titanium-plate,20
|
|
- titanium-gear-wheel,10
|
|
- titanium-bearing,10
|
|
- bob-gun-turret-3,1
|
|
|
|
* angels-physical-aa
|
|
** bob-gun-turret-5
|
|
*** products
|
|
- bob-gun-turret-5,1
|
|
*** ingredients
|
|
- nitinol-alloy,20
|
|
- nitinol-gear-wheel,10
|
|
- nitinol-bearing,10
|
|
- bob-gun-turret-4,1
|
|
|
|
* angels-physical-aa
|
|
** firearm-magazine
|
|
*** products
|
|
- firearm-magazine,1
|
|
*** ingredients
|
|
- iron-plate,4
|
|
|
|
* angels-physical-aa
|
|
** piercing-rounds-magazine
|
|
*** products
|
|
- piercing-rounds-magazine,1
|
|
*** ingredients
|
|
- copper-plate,5
|
|
- steel-plate,1
|
|
- firearm-magazine,1
|
|
|
|
* angels-physical-ab
|
|
** rifle
|
|
*** products
|
|
- rifle,1
|
|
*** ingredients
|
|
- aluminium-plate,5
|
|
- steel-plate,5
|
|
- steel-gear-wheel,10
|
|
- submachine-gun,1
|
|
|
|
* angels-physical-ab
|
|
** sniper-rifle
|
|
*** products
|
|
- sniper-rifle,1
|
|
*** ingredients
|
|
- glass,2
|
|
- wood,10
|
|
- rifle,1
|
|
|
|
* angels-physical-ab
|
|
** bob-sniper-turret-1
|
|
*** products
|
|
- bob-sniper-turret-1,1
|
|
*** ingredients
|
|
- copper-plate,5
|
|
- iron-plate,10
|
|
- rifle,1
|
|
|
|
* angels-physical-ab
|
|
** bob-sniper-turret-2
|
|
*** products
|
|
- bob-sniper-turret-2,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- invar-alloy,20
|
|
- cobalt-steel-gear-wheel,20
|
|
- cobalt-steel-bearing,20
|
|
- bob-sniper-turret-1,1
|
|
|
|
* angels-physical-ab
|
|
** bob-sniper-turret-3
|
|
*** products
|
|
- bob-sniper-turret-3,1
|
|
*** ingredients
|
|
- titanium-plate,20
|
|
- nitinol-alloy,20
|
|
- titanium-gear-wheel,20
|
|
- nitinol-bearing,20
|
|
- bob-sniper-turret-2,1
|
|
|
|
* angels-physical-ac
|
|
** bullet-projectile
|
|
*** products
|
|
- bullet-projectile,2
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- lead-plate,1
|
|
|
|
* angels-physical-ac
|
|
** ap-bullet-projectile
|
|
*** products
|
|
- ap-bullet-projectile,2
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- alien-blue-alloy,1
|
|
|
|
* angels-physical-ac
|
|
** he-bullet-projectile
|
|
*** products
|
|
- he-bullet-projectile,2
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- alien-explosive,10
|
|
|
|
* angels-physical-ac
|
|
** flame-bullet-projectile
|
|
*** products
|
|
- flame-bullet-projectile,2
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- alien-fire,10
|
|
|
|
* angels-physical-ac
|
|
** acid-bullet-projectile
|
|
*** products
|
|
- acid-bullet-projectile,2
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- alien-acid,10
|
|
|
|
* angels-physical-ac
|
|
** poison-bullet-projectile
|
|
*** products
|
|
- poison-bullet-projectile,2
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- alien-poison,10
|
|
|
|
* angels-physical-ac
|
|
** electric-bullet-projectile
|
|
*** products
|
|
- electric-bullet-projectile,2
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- alien-orange-alloy,1
|
|
|
|
* angels-physical-ac
|
|
** plasma-bullet-projectile
|
|
*** products
|
|
- plasma-bullet-projectile,12
|
|
*** ingredients
|
|
- copper-plate,6
|
|
- alien-artifact-red,1
|
|
- alien-artifact-yellow,1
|
|
- alien-artifact-orange,1
|
|
- alien-artifact-blue,1
|
|
- alien-artifact-purple,1
|
|
- alien-artifact-green,1
|
|
- gas-deuterium,10
|
|
|
|
* angels-physical-ac
|
|
** uranium-bullet-projectile
|
|
*** products
|
|
- uranium-bullet-projectile,2
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- uranium-238,1
|
|
|
|
* angels-physical-ac
|
|
** cordite
|
|
*** products
|
|
- cordite,5
|
|
*** ingredients
|
|
- gun-cotton,13
|
|
- petroleum-jelly,1
|
|
- nitroglycerin,60
|
|
|
|
* angels-physical-ad
|
|
** bullet
|
|
*** products
|
|
- bullet,1
|
|
*** ingredients
|
|
- bullet-projectile,1
|
|
- cordite,1
|
|
- bullet-casing,1
|
|
|
|
* angels-physical-ad
|
|
** ap-bullet
|
|
*** products
|
|
- ap-bullet,1
|
|
*** ingredients
|
|
- ap-bullet-projectile,1
|
|
- cordite,1
|
|
- bullet-casing,1
|
|
|
|
* angels-physical-ad
|
|
** he-bullet
|
|
*** products
|
|
- he-bullet,1
|
|
*** ingredients
|
|
- he-bullet-projectile,1
|
|
- cordite,1
|
|
- bullet-casing,1
|
|
|
|
* angels-physical-ad
|
|
** flame-bullet
|
|
*** products
|
|
- flame-bullet,1
|
|
*** ingredients
|
|
- flame-bullet-projectile,1
|
|
- cordite,1
|
|
- bullet-casing,1
|
|
|
|
* angels-physical-ad
|
|
** acid-bullet
|
|
*** products
|
|
- acid-bullet,1
|
|
*** ingredients
|
|
- acid-bullet-projectile,1
|
|
- cordite,1
|
|
- bullet-casing,1
|
|
|
|
* angels-physical-ad
|
|
** poison-bullet
|
|
*** products
|
|
- poison-bullet,1
|
|
*** ingredients
|
|
- poison-bullet-projectile,1
|
|
- cordite,1
|
|
- bullet-casing,1
|
|
|
|
* angels-physical-ad
|
|
** electric-bullet
|
|
*** products
|
|
- electric-bullet,1
|
|
*** ingredients
|
|
- electric-bullet-projectile,1
|
|
- cordite,1
|
|
- bullet-casing,1
|
|
|
|
* angels-physical-ad
|
|
** plasma-bullet
|
|
*** products
|
|
- plasma-bullet,1
|
|
*** ingredients
|
|
- plasma-bullet-projectile,1
|
|
- cordite,1
|
|
- bullet-casing,1
|
|
|
|
* angels-physical-ad
|
|
** uranium-bullet
|
|
*** products
|
|
- uranium-bullet,1
|
|
*** ingredients
|
|
- uranium-bullet-projectile,1
|
|
- cordite,1
|
|
- bullet-casing,1
|
|
|
|
* angels-physical-ad
|
|
** bullet-casing
|
|
*** products
|
|
- bullet-casing,1
|
|
*** ingredients
|
|
- gunmetal-alloy,1
|
|
|
|
* angels-physical-ae
|
|
** bullet-magazine
|
|
*** products
|
|
- bullet-magazine,1
|
|
*** ingredients
|
|
- bullet,5
|
|
- magazine,1
|
|
|
|
* angels-physical-ae
|
|
** ap-bullet-magazine
|
|
*** products
|
|
- ap-bullet-magazine,1
|
|
*** ingredients
|
|
- ap-bullet,5
|
|
- magazine,1
|
|
|
|
* angels-physical-ae
|
|
** he-bullet-magazine
|
|
*** products
|
|
- he-bullet-magazine,1
|
|
*** ingredients
|
|
- he-bullet,5
|
|
- magazine,1
|
|
|
|
* angels-physical-ae
|
|
** flame-bullet-magazine
|
|
*** products
|
|
- flame-bullet-magazine,1
|
|
*** ingredients
|
|
- flame-bullet,5
|
|
- magazine,1
|
|
|
|
* angels-physical-ae
|
|
** acid-bullet-magazine
|
|
*** products
|
|
- acid-bullet-magazine,1
|
|
*** ingredients
|
|
- acid-bullet,5
|
|
- magazine,1
|
|
|
|
* angels-physical-ae
|
|
** poison-bullet-magazine
|
|
*** products
|
|
- poison-bullet-magazine,1
|
|
*** ingredients
|
|
- poison-bullet,5
|
|
- magazine,1
|
|
|
|
* angels-physical-ae
|
|
** electric-bullet-magazine
|
|
*** products
|
|
- electric-bullet-magazine,1
|
|
*** ingredients
|
|
- electric-bullet,5
|
|
- magazine,1
|
|
|
|
* angels-physical-ae
|
|
** plasma-bullet-magazine
|
|
*** products
|
|
- plasma-bullet-magazine,1
|
|
*** ingredients
|
|
- plasma-bullet,5
|
|
- magazine,1
|
|
|
|
* angels-physical-ae
|
|
** uranium-rounds-magazine
|
|
*** products
|
|
- uranium-rounds-magazine,1
|
|
*** ingredients
|
|
- uranium-bullet,5
|
|
- magazine,1
|
|
|
|
* angels-physical-ae
|
|
** magazine
|
|
*** products
|
|
- magazine,2
|
|
*** ingredients
|
|
- steel-plate,1
|
|
|
|
* angels-physical-ba
|
|
** shotgun
|
|
*** products
|
|
- shotgun,1
|
|
*** ingredients
|
|
- iron-plate,5
|
|
- wood,5
|
|
- iron-gear-wheel,5
|
|
- pistol,2
|
|
|
|
* angels-physical-ba
|
|
** combat-shotgun
|
|
*** products
|
|
- combat-shotgun,1
|
|
*** ingredients
|
|
- steel-plate,15
|
|
- wood,5
|
|
- shotgun,1
|
|
|
|
* angels-physical-ba
|
|
** angels-cannon-turret
|
|
*** products
|
|
- angels-cannon-turret,1
|
|
*** ingredients
|
|
- steel-plate,15
|
|
- electronic-circuit,10
|
|
- shotgun,1
|
|
|
|
* angels-physical-ba
|
|
** shotgun-shell
|
|
*** products
|
|
- shotgun-shell,1
|
|
*** ingredients
|
|
- copper-plate,2
|
|
- iron-plate,2
|
|
|
|
* angels-physical-ba
|
|
** piercing-shotgun-shell
|
|
*** products
|
|
- piercing-shotgun-shell,1
|
|
*** ingredients
|
|
- copper-plate,5
|
|
- steel-plate,2
|
|
- shotgun-shell,2
|
|
|
|
* angels-physical-ba
|
|
** shot
|
|
*** products
|
|
- shot,1
|
|
*** ingredients
|
|
- lead-plate,1
|
|
|
|
* angels-physical-ba
|
|
** gun-cotton
|
|
*** products
|
|
- gun-cotton,1
|
|
*** ingredients
|
|
- wood,1
|
|
- liquid-nitric-acid,10
|
|
|
|
* angels-physical-ba
|
|
** petroleum-jelly
|
|
*** products
|
|
- petroleum-jelly,1
|
|
*** ingredients
|
|
- gas-residual,10
|
|
|
|
* angels-physical-bb
|
|
** better-shotgun-shell
|
|
*** products
|
|
- better-shotgun-shell,1
|
|
*** ingredients
|
|
- cordite,1
|
|
- shot,1
|
|
- shotgun-shell-casing,1
|
|
|
|
* angels-physical-bb
|
|
** shotgun-ap-shell
|
|
*** products
|
|
- shotgun-ap-shell,1
|
|
*** ingredients
|
|
- alien-blue-alloy,1
|
|
- cordite,1
|
|
- shotgun-shell-casing,1
|
|
|
|
* angels-physical-bb
|
|
** shotgun-explosive-shell
|
|
*** products
|
|
- shotgun-explosive-shell,1
|
|
*** ingredients
|
|
- cordite,1
|
|
- shotgun-shell-casing,1
|
|
- alien-explosive,10
|
|
|
|
* angels-physical-bb
|
|
** shotgun-flame-shell
|
|
*** products
|
|
- shotgun-flame-shell,1
|
|
*** ingredients
|
|
- cordite,1
|
|
- shotgun-shell-casing,1
|
|
- alien-fire,10
|
|
|
|
* angels-physical-bb
|
|
** shotgun-acid-shell
|
|
*** products
|
|
- shotgun-acid-shell,1
|
|
*** ingredients
|
|
- cordite,1
|
|
- shotgun-shell-casing,1
|
|
- alien-acid,10
|
|
|
|
* angels-physical-bb
|
|
** shotgun-poison-shell
|
|
*** products
|
|
- shotgun-poison-shell,1
|
|
*** ingredients
|
|
- cordite,1
|
|
- shotgun-shell-casing,1
|
|
- alien-poison,10
|
|
|
|
* angels-physical-bb
|
|
** shotgun-electric-shell
|
|
*** products
|
|
- shotgun-electric-shell,1
|
|
*** ingredients
|
|
- alien-orange-alloy,1
|
|
- cordite,1
|
|
- shotgun-shell-casing,1
|
|
|
|
* angels-physical-bb
|
|
** shotgun-plasma-shell
|
|
*** products
|
|
- shotgun-plasma-shell,6
|
|
*** ingredients
|
|
- alien-artifact-red,1
|
|
- alien-artifact-yellow,1
|
|
- alien-artifact-orange,1
|
|
- alien-artifact-blue,1
|
|
- alien-artifact-purple,1
|
|
- alien-artifact-green,1
|
|
- cordite,6
|
|
- shotgun-shell-casing,6
|
|
- gas-deuterium,10
|
|
|
|
* angels-physical-bb
|
|
** shotgun-uranium-shell
|
|
*** products
|
|
- shotgun-uranium-shell,1
|
|
*** ingredients
|
|
- uranium-238,1
|
|
- cordite,1
|
|
- shotgun-shell-casing,1
|
|
|
|
* angels-physical-bb
|
|
** shotgun-shell-casing
|
|
*** products
|
|
- shotgun-shell-casing,1
|
|
*** ingredients
|
|
- gunmetal-alloy,1
|
|
|
|
* angels-physical-bc
|
|
** cannon-turret-shell-1
|
|
*** products
|
|
- cannon-turret-shell-1,1
|
|
*** ingredients
|
|
- coal,2
|
|
- shotgun-shell,1
|
|
|
|
* angels-physical-bc
|
|
** cannon-turret-shell-2
|
|
*** products
|
|
- cannon-turret-shell-2,1
|
|
*** ingredients
|
|
- coal,4
|
|
- piercing-shotgun-shell,1
|
|
|
|
* angels-physical-bc
|
|
** cannon-turret-shell-3
|
|
*** products
|
|
- cannon-turret-shell-3,1
|
|
*** ingredients
|
|
- coal,4
|
|
- uranium-238,2
|
|
- cannon-turret-shell-2,1
|
|
|
|
* angels-platinum
|
|
** platinum-ore-processing
|
|
*** products
|
|
- processed-platinum,2
|
|
*** ingredients
|
|
- platinum-ore,4
|
|
|
|
* angels-platinum
|
|
** platinum-processed-processing
|
|
*** products
|
|
- pellet-platinum,4
|
|
*** ingredients
|
|
- processed-platinum,3
|
|
|
|
* angels-platinum
|
|
** pellet-platinum-smelting
|
|
*** products
|
|
- liquid-hexachloroplatinic-acid,60
|
|
*** ingredients
|
|
- pellet-platinum,4
|
|
- liquid-hydrochloric-acid,30
|
|
- liquid-nitric-acid,30
|
|
|
|
* angels-platinum
|
|
** liquid-hexachloroplatinic-acid-smelting
|
|
*** products
|
|
- solid-ammonium-chloroplatinate,24
|
|
*** ingredients
|
|
- liquid-hexachloroplatinic-acid,120
|
|
- gas-ammonium-chloride,60
|
|
|
|
* angels-platinum
|
|
** platinum-ore-smelting
|
|
*** products
|
|
- ingot-platinum,24
|
|
*** ingredients
|
|
- platinum-ore,24
|
|
|
|
* angels-platinum
|
|
** processed-platinum-smelting
|
|
*** products
|
|
- ingot-platinum,24
|
|
*** ingredients
|
|
- processed-platinum,8
|
|
- liquid-sulfuric-acid,60
|
|
|
|
* angels-platinum
|
|
** solid-ammonium-chloroplatinate-smelting
|
|
*** products
|
|
- ingot-platinum,24
|
|
*** ingredients
|
|
- solid-ammonium-chloroplatinate,24
|
|
|
|
* angels-platinum
|
|
** powder-platinum
|
|
*** products
|
|
- powder-platinum,1
|
|
*** ingredients
|
|
- ingot-platinum,1
|
|
|
|
* angels-platinum-casting
|
|
** molten-platinum-smelting
|
|
*** products
|
|
- liquid-molten-platinum,120
|
|
*** ingredients
|
|
- ingot-platinum,12
|
|
|
|
* angels-platinum-casting
|
|
** roll-platinum-casting
|
|
*** products
|
|
- angels-roll-platinum,2
|
|
*** ingredients
|
|
- liquid-molten-platinum,80
|
|
- water,40
|
|
|
|
* angels-platinum-casting
|
|
** roll-platinum-casting-fast
|
|
*** products
|
|
- angels-roll-platinum,4
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-platinum,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-platinum-casting
|
|
** angels-wire-coil-platinum-casting
|
|
*** products
|
|
- angels-wire-coil-platinum,4
|
|
*** ingredients
|
|
- liquid-molten-platinum,40
|
|
- liquid-molten-copper,40
|
|
- water,40
|
|
|
|
* angels-platinum-casting
|
|
** angels-wire-coil-platinum-casting-fast
|
|
*** products
|
|
- angels-wire-coil-platinum,8
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-platinum,70
|
|
- liquid-molten-copper,70
|
|
- liquid-coolant,40
|
|
|
|
* angels-platinum-casting
|
|
** angels-plate-platinum
|
|
*** products
|
|
- angels-plate-platinum,4
|
|
*** ingredients
|
|
- liquid-molten-platinum,40
|
|
|
|
* angels-platinum-casting
|
|
** angels-roll-platinum-converting
|
|
*** products
|
|
- angels-plate-platinum,4
|
|
*** ingredients
|
|
- angels-roll-platinum,1
|
|
|
|
* angels-platinum-casting
|
|
** basic-platinated-copper-wire
|
|
*** products
|
|
- angels-wire-platinum,5
|
|
*** ingredients
|
|
- copper-cable,10
|
|
- angels-plate-platinum,4
|
|
|
|
* angels-platinum-casting
|
|
** angels-wire-coil-platinum-converting
|
|
*** products
|
|
- angels-wire-platinum,16
|
|
*** ingredients
|
|
- angels-wire-coil-platinum,4
|
|
|
|
* angels-powder-mixer
|
|
** powder-mixer
|
|
*** products
|
|
- powder-mixer,1
|
|
*** ingredients
|
|
- clay-brick,5
|
|
- bronze-alloy,3
|
|
- steel-gear-wheel,3
|
|
|
|
* angels-powder-mixer
|
|
** powder-mixer-2
|
|
*** products
|
|
- powder-mixer-2,1
|
|
*** ingredients
|
|
- powder-mixer,1
|
|
- aluminium-plate,4
|
|
- concrete-brick,5
|
|
- brass-gear-wheel,3
|
|
|
|
* angels-powder-mixer
|
|
** powder-mixer-3
|
|
*** products
|
|
- powder-mixer-3,1
|
|
*** ingredients
|
|
- powder-mixer-2,1
|
|
- reinforced-concrete-brick,5
|
|
- titanium-plate,4
|
|
- titanium-gear-wheel,3
|
|
|
|
* angels-powder-mixer
|
|
** powder-mixer-4
|
|
*** products
|
|
- powder-mixer-4,1
|
|
*** ingredients
|
|
- powder-mixer-3,1
|
|
- reinforced-concrete-brick,5
|
|
- tungsten-plate,4
|
|
- tungsten-gear-wheel,3
|
|
|
|
* angels-power-accumulator
|
|
** accumulator
|
|
*** products
|
|
- accumulator,1
|
|
*** ingredients
|
|
- iron-plate,2
|
|
- battery,10
|
|
- electronic-circuit,2
|
|
|
|
* angels-power-accumulator
|
|
** large-accumulator-2
|
|
*** products
|
|
- large-accumulator-2,1
|
|
*** ingredients
|
|
- steel-plate,2
|
|
- lithium-ion-battery,10
|
|
- advanced-circuit,2
|
|
- accumulator,1
|
|
|
|
* angels-power-accumulator
|
|
** large-accumulator-3
|
|
*** products
|
|
- large-accumulator-3,1
|
|
*** ingredients
|
|
- titanium-plate,2
|
|
- silver-zinc-battery,10
|
|
- processing-unit,2
|
|
- large-accumulator-2,1
|
|
|
|
* angels-power-accumulator
|
|
** slow-accumulator
|
|
*** products
|
|
- slow-accumulator,1
|
|
*** ingredients
|
|
- iron-plate,2
|
|
- battery,4
|
|
- electronic-circuit,4
|
|
|
|
* angels-power-accumulator
|
|
** slow-accumulator-2
|
|
*** products
|
|
- slow-accumulator-2,1
|
|
*** ingredients
|
|
- steel-plate,2
|
|
- lithium-ion-battery,4
|
|
- advanced-circuit,4
|
|
- slow-accumulator,1
|
|
|
|
* angels-power-accumulator
|
|
** slow-accumulator-3
|
|
*** products
|
|
- slow-accumulator-3,1
|
|
*** ingredients
|
|
- titanium-plate,2
|
|
- silver-zinc-battery,4
|
|
- processing-unit,4
|
|
- slow-accumulator-2,1
|
|
|
|
* angels-power-accumulator
|
|
** fast-accumulator
|
|
*** products
|
|
- fast-accumulator,1
|
|
*** ingredients
|
|
- iron-plate,2
|
|
- battery,4
|
|
- electronic-circuit,4
|
|
|
|
* angels-power-accumulator
|
|
** fast-accumulator-2
|
|
*** products
|
|
- fast-accumulator-2,1
|
|
*** ingredients
|
|
- steel-plate,2
|
|
- lithium-ion-battery,4
|
|
- advanced-circuit,4
|
|
- fast-accumulator,1
|
|
|
|
* angels-power-accumulator
|
|
** fast-accumulator-3
|
|
*** products
|
|
- fast-accumulator-3,1
|
|
*** ingredients
|
|
- titanium-plate,2
|
|
- silver-zinc-battery,4
|
|
- processing-unit,4
|
|
- fast-accumulator-2,1
|
|
|
|
* angels-power-fluid-generator
|
|
** bob-burner-generator
|
|
*** products
|
|
- bob-burner-generator,1
|
|
*** ingredients
|
|
- stone-furnace,1
|
|
- iron-plate,8
|
|
- iron-gear-wheel,5
|
|
|
|
* angels-power-fluid-generator
|
|
** fluid-generator
|
|
*** products
|
|
- fluid-generator,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- bronze-alloy,5
|
|
- steel-gear-wheel,10
|
|
- steel-bearing,10
|
|
- electronic-circuit,5
|
|
- steel-pipe,5
|
|
|
|
* angels-power-fluid-generator
|
|
** fluid-generator-2
|
|
*** products
|
|
- fluid-generator-2,1
|
|
*** ingredients
|
|
- aluminium-plate,10
|
|
- invar-alloy,5
|
|
- brass-gear-wheel,10
|
|
- steel-bearing,5
|
|
- advanced-circuit,5
|
|
- fluid-generator,1
|
|
- brass-pipe,5
|
|
|
|
* angels-power-fluid-generator
|
|
** fluid-generator-3
|
|
*** products
|
|
- fluid-generator-3,1
|
|
*** ingredients
|
|
- titanium-plate,10
|
|
- tungsten-plate,5
|
|
- titanium-gear-wheel,10
|
|
- titanium-bearing,10
|
|
- processing-unit,5
|
|
- fluid-generator-2,1
|
|
- ceramic-pipe,5
|
|
|
|
* angels-power-fluid-generator
|
|
** hydrazine-generator
|
|
*** products
|
|
- hydrazine-generator,1
|
|
*** ingredients
|
|
- copper-tungsten-alloy,5
|
|
- nitinol-alloy,10
|
|
- nitinol-gear-wheel,10
|
|
- nitinol-bearing,10
|
|
- advanced-processing-unit,5
|
|
- fluid-generator-3,1
|
|
- copper-tungsten-pipe,5
|
|
|
|
* angels-power-nuclear
|
|
** angels-burner-reactor
|
|
*** products
|
|
- angels-burner-reactor,1
|
|
*** ingredients
|
|
- lead-plate,350
|
|
- reinforced-concrete-brick,500
|
|
- titanium-plate,400
|
|
- tungsten-plate,400
|
|
- processing-unit,500
|
|
|
|
* angels-power-nuclear-fuel-cell
|
|
** uranium-fuel-cell
|
|
*** products
|
|
- uranium-fuel-cell,15
|
|
*** ingredients
|
|
- iron-plate,15
|
|
- uranium-235,1
|
|
- uranium-238,29
|
|
|
|
* angels-power-nuclear-fuel-cell
|
|
** angels-uranium-fuel-cell
|
|
*** products
|
|
- angels-uranium-fuel-cell,100
|
|
*** ingredients
|
|
- iron-plate,100
|
|
- uranium-234,1
|
|
- uranium-238,199
|
|
|
|
* angels-power-nuclear-fuel-cell
|
|
** nuclear-fuel-reprocessing
|
|
*** products
|
|
- uranium-238,3
|
|
- slag,5
|
|
*** ingredients
|
|
- used-up-uranium-fuel-cell,5
|
|
|
|
* angels-power-nuclear-fuel-cell
|
|
** angels-advanced-uranium-reprocessing
|
|
*** products
|
|
- uranium-238,5
|
|
- slag,10
|
|
- neptunium-240,1
|
|
- water-greenyellow-waste,60
|
|
*** ingredients
|
|
- used-up-uranium-fuel-cell,10
|
|
- liquid-hydrofluoric-acid,60
|
|
|
|
* angels-power-nuclear-fuel-cell
|
|
** angels-mixed-oxide-cell
|
|
*** products
|
|
- AMOX-cell,20
|
|
*** ingredients
|
|
- lead-plate,20
|
|
- uranium-238,38
|
|
- plutonium-239,2
|
|
|
|
* angels-power-nuclear-fuel-cell
|
|
** angels-mixed-oxide-reprocessing
|
|
*** products
|
|
- americium-241,1
|
|
- americium-241,1
|
|
- curium-245,1
|
|
- uranium-238,1
|
|
- slag,5
|
|
*** ingredients
|
|
- used-up-AMOX-cell,5
|
|
|
|
* angels-power-nuclear-fuel-cell
|
|
** angels-advanced-mixed-oxide-reprocessing
|
|
*** products
|
|
- plutonium-239,2
|
|
- slag,10
|
|
- curium-245,3
|
|
- uranium-235,1
|
|
- water-greenyellow-waste,60
|
|
*** ingredients
|
|
- used-up-AMOX-cell,10
|
|
- liquid-hydrofluoric-acid,60
|
|
|
|
* angels-power-nuclear-fuel-cell
|
|
** angels-thorium-fuel-cell
|
|
*** products
|
|
- angels-thorium-fuel-cell,15
|
|
*** ingredients
|
|
- zinc-plate,15
|
|
- plutonium-239,8
|
|
- curium-245,1
|
|
- thorium-232,17
|
|
|
|
* angels-power-nuclear-fuel-cell
|
|
** angels-thorium-fuel-cell-reprocessing
|
|
*** products
|
|
- slag,5
|
|
- neptunium-240,1
|
|
- thorium-232,2
|
|
- uranium-234,1
|
|
- curium-245,1
|
|
*** ingredients
|
|
- used-up-angels-thorium-fuel-cell,5
|
|
|
|
* angels-power-nuclear-fuel-cell
|
|
** angels-advanced-thorium-fuel-cell-reprocessing
|
|
*** products
|
|
- slag,10
|
|
- neptunium-240,2
|
|
- uranium-234,2
|
|
- angels-muon-fusion-catalyst,1
|
|
- water-greenyellow-waste,60
|
|
*** ingredients
|
|
- used-up-angels-thorium-fuel-cell,10
|
|
- liquid-hydrofluoric-acid,60
|
|
|
|
* angels-power-nuclear-fuel-cell
|
|
** angels-deuterium-fuel-cell
|
|
*** products
|
|
- angels-deuterium-fuel-cell,1
|
|
*** ingredients
|
|
- zinc-plate,1
|
|
- angels-muon-fusion-catalyst,1
|
|
- gas-deuterium,600
|
|
|
|
* angels-power-nuclear-fuel-cell
|
|
** angels-deuterium-fuel-cell-reprocessing
|
|
*** products
|
|
- slag,5
|
|
- angels-muon-fusion-catalyst,4
|
|
- angels-muon-fusion-catalyst,1
|
|
*** ingredients
|
|
- used-up-angels-deuterium-fuel-cell,5
|
|
|
|
* angels-power-nuclear-fuel-cell
|
|
** angels-advanced-deuterium-fuel-cell-reprocessing
|
|
*** products
|
|
- slag,5
|
|
- angels-muon-fusion-catalyst,10
|
|
- water-greenyellow-waste,60
|
|
*** ingredients
|
|
- used-up-angels-deuterium-fuel-cell,10
|
|
- liquid-hydrofluoric-acid,60
|
|
|
|
* angels-power-nuclear-heat-exchanger
|
|
** heat-exchanger
|
|
*** products
|
|
- heat-exchanger,1
|
|
*** ingredients
|
|
- boiler-2,1
|
|
- heat-pipe,4
|
|
|
|
* angels-power-nuclear-heat-exchanger
|
|
** heat-exchanger-2
|
|
*** products
|
|
- heat-exchanger-2,1
|
|
*** ingredients
|
|
- invar-alloy,10
|
|
- heat-pipe-2,4
|
|
- heat-exchanger,1
|
|
- brass-pipe,4
|
|
|
|
* angels-power-nuclear-heat-exchanger
|
|
** heat-exchanger-3
|
|
*** products
|
|
- heat-exchanger-3,1
|
|
*** ingredients
|
|
- tungsten-plate,10
|
|
- heat-pipe-3,4
|
|
- heat-exchanger-2,1
|
|
- ceramic-pipe,4
|
|
|
|
* angels-power-nuclear-heat-exchanger
|
|
** heat-exchanger-4
|
|
*** products
|
|
- heat-exchanger-4,1
|
|
*** ingredients
|
|
- copper-tungsten-alloy,10
|
|
- heat-pipe-4,4
|
|
- heat-exchanger-3,1
|
|
- copper-tungsten-pipe,4
|
|
|
|
* angels-power-nuclear-heat-pipe
|
|
** heat-pipe
|
|
*** products
|
|
- heat-pipe,1
|
|
*** ingredients
|
|
- copper-plate,10
|
|
- steel-plate,5
|
|
|
|
* angels-power-nuclear-heat-pipe
|
|
** heat-pipe-2
|
|
*** products
|
|
- heat-pipe-2,1
|
|
*** ingredients
|
|
- aluminium-plate,10
|
|
- invar-alloy,5
|
|
|
|
* angels-power-nuclear-heat-pipe
|
|
** heat-pipe-3
|
|
*** products
|
|
- heat-pipe-3,1
|
|
*** ingredients
|
|
- silver-plate,10
|
|
- titanium-plate,5
|
|
|
|
* angels-power-nuclear-heat-pipe
|
|
** heat-pipe-4
|
|
*** products
|
|
- heat-pipe-4,1
|
|
*** ingredients
|
|
- gold-plate,10
|
|
- copper-tungsten-alloy,5
|
|
|
|
* angels-power-nuclear-processing
|
|
** uranium-processing
|
|
*** products
|
|
- uranium-235,1
|
|
- uranium-238,1
|
|
- uranium-234,1
|
|
*** ingredients
|
|
- uranium-ore,10
|
|
|
|
* angels-power-nuclear-processing
|
|
** kovarex-enrichment-process
|
|
*** products
|
|
- uranium-235,41
|
|
- uranium-238,2
|
|
*** ingredients
|
|
- uranium-235,40
|
|
- uranium-238,5
|
|
|
|
* angels-power-nuclear-processing
|
|
** plutonium-nucleosynthesis
|
|
*** products
|
|
- uranium-235,3
|
|
- uranium-238,10
|
|
- plutonium-239,1
|
|
*** ingredients
|
|
- uranium-235,5
|
|
- uranium-238,15
|
|
|
|
* angels-power-nuclear-processing
|
|
** angels-plutonium-synthesis
|
|
*** products
|
|
- plutonium-239,5
|
|
*** ingredients
|
|
- neptunium-240,8
|
|
|
|
* angels-power-nuclear-processing
|
|
** angels-americium-regeneration
|
|
*** products
|
|
- plutonium-239,6
|
|
- uranium-238,15
|
|
- lead-oxide,5
|
|
*** ingredients
|
|
- uranium-238,60
|
|
- plutonium-239,1
|
|
- americium-241,5
|
|
|
|
* angels-power-nuclear-processing
|
|
** bobingabout-enrichment-process
|
|
*** products
|
|
- plutonium-239,41
|
|
- uranium-238,2
|
|
*** ingredients
|
|
- uranium-238,5
|
|
- plutonium-239,40
|
|
|
|
* angels-power-nuclear-processing
|
|
** angels-thorium-processing
|
|
*** products
|
|
- thorium-232,4
|
|
- plutonium-239,1
|
|
*** ingredients
|
|
- thorium-ore,5
|
|
|
|
* angels-power-nuclear-reactor-a
|
|
** burner-reactor
|
|
*** products
|
|
- burner-reactor,1
|
|
*** ingredients
|
|
- steel-furnace,1
|
|
- steel-plate,6
|
|
- heat-pipe,8
|
|
|
|
* angels-power-nuclear-reactor-a
|
|
** burner-reactor-2
|
|
*** products
|
|
- burner-reactor-2,1
|
|
*** ingredients
|
|
- concrete,10
|
|
- invar-alloy,6
|
|
- burner-reactor,1
|
|
- heat-pipe-2,8
|
|
|
|
* angels-power-nuclear-reactor-a
|
|
** fluid-reactor
|
|
*** products
|
|
- fluid-reactor,1
|
|
*** ingredients
|
|
- burner-reactor,1
|
|
- steel-pipe,5
|
|
|
|
* angels-power-nuclear-reactor-a
|
|
** fluid-reactor-from-fluid-furnace
|
|
*** products
|
|
- fluid-reactor,1
|
|
*** ingredients
|
|
- fluid-furnace,1
|
|
- steel-plate,6
|
|
- heat-pipe,8
|
|
- steel-pipe,3
|
|
|
|
* angels-power-nuclear-reactor-a
|
|
** fluid-reactor-2
|
|
*** products
|
|
- fluid-reactor-2,1
|
|
*** ingredients
|
|
- concrete,10
|
|
- invar-alloy,6
|
|
- fluid-reactor,1
|
|
- heat-pipe-2,8
|
|
- brass-pipe,5
|
|
|
|
* angels-power-nuclear-reactor-b
|
|
** nuclear-reactor
|
|
*** products
|
|
- nuclear-reactor,1
|
|
*** ingredients
|
|
- concrete,500
|
|
- steel-plate,250
|
|
- advanced-circuit,500
|
|
- heat-pipe-2,25
|
|
|
|
* angels-power-nuclear-reactor-b
|
|
** nuclear-reactor-2
|
|
*** products
|
|
- nuclear-reactor-2,1
|
|
*** ingredients
|
|
- lead-plate,500
|
|
- tungsten-plate,250
|
|
- processing-unit,500
|
|
- heat-pipe-3,25
|
|
|
|
* angels-power-nuclear-reactor-b
|
|
** nuclear-reactor-3
|
|
*** products
|
|
- nuclear-reactor-3,1
|
|
*** ingredients
|
|
- lead-plate,500
|
|
- tungsten-carbide,250
|
|
- advanced-processing-unit,500
|
|
- heat-pipe-4,25
|
|
|
|
* angels-power-poles
|
|
** small-electric-pole
|
|
*** products
|
|
- small-electric-pole,2
|
|
*** ingredients
|
|
- copper-cable,2
|
|
- wood,1
|
|
|
|
* angels-power-solar-panel
|
|
** solar-panel-small
|
|
*** products
|
|
- solar-panel-small,1
|
|
*** ingredients
|
|
- copper-plate,2
|
|
- steel-plate,2
|
|
- electronic-circuit,6
|
|
|
|
* angels-power-solar-panel
|
|
** solar-panel-small-2
|
|
*** products
|
|
- solar-panel-small-2,1
|
|
*** ingredients
|
|
- glass,2
|
|
- silver-plate,2
|
|
- advanced-circuit,4
|
|
- solar-panel-small,1
|
|
|
|
* angels-power-solar-panel
|
|
** solar-panel-small-3
|
|
*** products
|
|
- solar-panel-small-3,1
|
|
*** ingredients
|
|
- gold-plate,2
|
|
- silicon-wafer,16
|
|
- titanium-plate,2
|
|
- processing-unit,4
|
|
- solar-panel-small-2,1
|
|
|
|
* angels-power-solar-panel
|
|
** solar-panel
|
|
*** products
|
|
- solar-panel,1
|
|
*** ingredients
|
|
- copper-plate,4
|
|
- steel-plate,4
|
|
- electronic-circuit,14
|
|
|
|
* angels-power-solar-panel
|
|
** solar-panel-2
|
|
*** products
|
|
- solar-panel-2,1
|
|
*** ingredients
|
|
- glass,4
|
|
- silver-plate,4
|
|
- advanced-circuit,9
|
|
- solar-panel,1
|
|
|
|
* angels-power-solar-panel
|
|
** solar-panel-3
|
|
*** products
|
|
- solar-panel-3,1
|
|
*** ingredients
|
|
- gold-plate,4
|
|
- silicon-wafer,36
|
|
- titanium-plate,4
|
|
- processing-unit,9
|
|
- solar-panel-2,1
|
|
|
|
* angels-power-solar-panel
|
|
** solar-panel-large
|
|
*** products
|
|
- solar-panel-large,1
|
|
*** ingredients
|
|
- copper-plate,8
|
|
- steel-plate,8
|
|
- electronic-circuit,24
|
|
|
|
* angels-power-solar-panel
|
|
** solar-panel-large-2
|
|
*** products
|
|
- solar-panel-large-2,1
|
|
*** ingredients
|
|
- glass,8
|
|
- silver-plate,8
|
|
- advanced-circuit,16
|
|
- solar-panel-large,1
|
|
|
|
* angels-power-solar-panel
|
|
** solar-panel-large-3
|
|
*** products
|
|
- solar-panel-large-3,1
|
|
*** ingredients
|
|
- gold-plate,8
|
|
- silicon-wafer,64
|
|
- titanium-plate,8
|
|
- processing-unit,16
|
|
- solar-panel-large-2,1
|
|
|
|
* angels-power-steam-boiler
|
|
** boiler
|
|
*** products
|
|
- boiler,1
|
|
*** ingredients
|
|
- stone-furnace,1
|
|
- pipe,4
|
|
|
|
* angels-power-steam-boiler
|
|
** boiler-2
|
|
*** products
|
|
- boiler-2,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- boiler,1
|
|
- steel-pipe,4
|
|
|
|
* angels-power-steam-boiler
|
|
** boiler-3
|
|
*** products
|
|
- boiler-3,1
|
|
*** ingredients
|
|
- invar-alloy,5
|
|
- boiler-2,1
|
|
- brass-pipe,4
|
|
|
|
* angels-power-steam-boiler
|
|
** boiler-4
|
|
*** products
|
|
- boiler-4,1
|
|
*** ingredients
|
|
- tungsten-plate,5
|
|
- boiler-3,1
|
|
- ceramic-pipe,4
|
|
|
|
* angels-power-steam-boiler
|
|
** boiler-5
|
|
*** products
|
|
- boiler-5,1
|
|
*** ingredients
|
|
- copper-tungsten-alloy,5
|
|
- boiler-4,1
|
|
- copper-tungsten-pipe,4
|
|
|
|
* angels-power-steam-boiler
|
|
** oil-boiler
|
|
*** products
|
|
- oil-boiler,1
|
|
*** ingredients
|
|
- boiler-2,1
|
|
- steel-pipe,2
|
|
|
|
* angels-power-steam-boiler
|
|
** oil-boiler-2
|
|
*** products
|
|
- oil-boiler-2,1
|
|
*** ingredients
|
|
- invar-alloy,5
|
|
- oil-boiler,1
|
|
- brass-pipe,6
|
|
|
|
* angels-power-steam-boiler
|
|
** oil-boiler-3
|
|
*** products
|
|
- oil-boiler-3,1
|
|
*** ingredients
|
|
- tungsten-plate,5
|
|
- oil-boiler-2,1
|
|
- ceramic-pipe,6
|
|
|
|
* angels-power-steam-boiler
|
|
** oil-boiler-4
|
|
*** products
|
|
- oil-boiler-4,1
|
|
*** ingredients
|
|
- copper-tungsten-alloy,5
|
|
- oil-boiler-3,1
|
|
- copper-tungsten-pipe,6
|
|
|
|
* angels-power-steam-generator
|
|
** steam-engine
|
|
*** products
|
|
- steam-engine,1
|
|
*** ingredients
|
|
- iron-plate,10
|
|
- iron-gear-wheel,8
|
|
- pipe,5
|
|
|
|
* angels-power-steam-generator
|
|
** steam-engine-2
|
|
*** products
|
|
- steam-engine-2,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- steel-gear-wheel,5
|
|
- steel-bearing,5
|
|
- steam-engine,1
|
|
- steel-pipe,5
|
|
|
|
* angels-power-steam-generator
|
|
** steam-engine-3
|
|
*** products
|
|
- steam-engine-3,1
|
|
*** ingredients
|
|
- brass-alloy,5
|
|
- brass-gear-wheel,5
|
|
- steel-bearing,5
|
|
- steam-engine-2,1
|
|
- brass-pipe,5
|
|
|
|
* angels-power-steam-generator
|
|
** steam-engine-4
|
|
*** products
|
|
- steam-engine-4,1
|
|
*** ingredients
|
|
- titanium-plate,5
|
|
- titanium-gear-wheel,5
|
|
- titanium-bearing,5
|
|
- steam-engine-3,1
|
|
- titanium-pipe,5
|
|
|
|
* angels-power-steam-generator
|
|
** steam-engine-5
|
|
*** products
|
|
- steam-engine-5,1
|
|
*** ingredients
|
|
- nitinol-alloy,5
|
|
- nitinol-gear-wheel,5
|
|
- nitinol-bearing,5
|
|
- steam-engine-4,1
|
|
- nitinol-pipe,5
|
|
|
|
* angels-power-steam-generator
|
|
** steam-turbine
|
|
*** products
|
|
- steam-turbine,1
|
|
*** ingredients
|
|
- aluminium-plate,25
|
|
- cobalt-steel-gear-wheel,20
|
|
- cobalt-steel-bearing,10
|
|
- advanced-circuit,5
|
|
- steam-engine-3,1
|
|
|
|
* angels-power-steam-generator
|
|
** steam-turbine-2
|
|
*** products
|
|
- steam-turbine-2,1
|
|
*** ingredients
|
|
- titanium-plate,25
|
|
- titanium-gear-wheel,25
|
|
- titanium-bearing,15
|
|
- processing-unit,5
|
|
- steam-turbine,1
|
|
- titanium-pipe,5
|
|
|
|
* angels-power-steam-generator
|
|
** steam-turbine-3
|
|
*** products
|
|
- steam-turbine-3,1
|
|
*** ingredients
|
|
- nitinol-alloy,25
|
|
- nitinol-gear-wheel,25
|
|
- nitinol-bearing,15
|
|
- advanced-processing-unit,5
|
|
- steam-turbine-2,1
|
|
- nitinol-pipe,5
|
|
|
|
* angels-processing-machine
|
|
** ore-processing-machine
|
|
*** products
|
|
- ore-processing-machine,1
|
|
*** ingredients
|
|
- clay-brick,20
|
|
- bronze-alloy,6
|
|
- steel-gear-wheel,6
|
|
|
|
* angels-processing-machine
|
|
** ore-processing-machine-2
|
|
*** products
|
|
- ore-processing-machine-2,1
|
|
*** ingredients
|
|
- ore-processing-machine,1
|
|
- aluminium-plate,8
|
|
- concrete-brick,20
|
|
- brass-gear-wheel,6
|
|
|
|
* angels-processing-machine
|
|
** ore-processing-machine-3
|
|
*** products
|
|
- ore-processing-machine-3,1
|
|
*** ingredients
|
|
- ore-processing-machine-2,1
|
|
- reinforced-concrete-brick,20
|
|
- titanium-plate,8
|
|
- titanium-gear-wheel,6
|
|
|
|
* angels-processing-machine
|
|
** ore-processing-machine-4
|
|
*** products
|
|
- ore-processing-machine-4,1
|
|
*** ingredients
|
|
- ore-processing-machine-3,1
|
|
- reinforced-concrete-brick,20
|
|
- tungsten-plate,8
|
|
- tungsten-gear-wheel,6
|
|
|
|
* angels-roboport-a
|
|
** roboport-antenna-1
|
|
*** products
|
|
- roboport-antenna-1,1
|
|
*** ingredients
|
|
- copper-cable,2
|
|
- steel-plate,1
|
|
- advanced-circuit,5
|
|
|
|
* angels-roboport-a
|
|
** roboport-door-1
|
|
*** products
|
|
- roboport-door-1,1
|
|
*** ingredients
|
|
- steel-plate,15
|
|
- iron-gear-wheel,20
|
|
|
|
* angels-roboport-a
|
|
** roboport-chargepad-1
|
|
*** products
|
|
- roboport-chargepad-1,1
|
|
*** ingredients
|
|
- steel-plate,2
|
|
- advanced-circuit,5
|
|
|
|
* angels-roboport-a
|
|
** roboport
|
|
*** products
|
|
- roboport,1
|
|
*** ingredients
|
|
- steel-plate,15
|
|
- roboport-antenna-1,5
|
|
- roboport-door-1,1
|
|
- roboport-chargepad-1,4
|
|
|
|
* angels-roboport-a
|
|
** bob-logistic-zone-expander
|
|
*** products
|
|
- bob-logistic-zone-expander,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- roboport-antenna-1,3
|
|
|
|
* angels-roboport-a
|
|
** bob-robochest
|
|
*** products
|
|
- bob-robochest,1
|
|
*** ingredients
|
|
- steel-chest,1
|
|
- roboport-antenna-1,1
|
|
- roboport-door-1,1
|
|
- roboport-chargepad-1,1
|
|
|
|
* angels-roboport-a
|
|
** bob-robo-charge-port
|
|
*** products
|
|
- bob-robo-charge-port,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- roboport-antenna-1,1
|
|
- roboport-chargepad-1,4
|
|
|
|
* angels-roboport-a
|
|
** bob-robo-charge-port-large
|
|
*** products
|
|
- bob-robo-charge-port-large,1
|
|
*** ingredients
|
|
- steel-plate,15
|
|
- roboport-antenna-1,1
|
|
- roboport-chargepad-1,9
|
|
|
|
* angels-roboport-a
|
|
** bob-logistic-zone-interface
|
|
*** products
|
|
- bob-logistic-zone-interface,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- advanced-circuit,2
|
|
- roboport-antenna-1,1
|
|
|
|
* angels-roboport-b
|
|
** roboport-antenna-2
|
|
*** products
|
|
- roboport-antenna-2,1
|
|
*** ingredients
|
|
- aluminium-plate,1
|
|
- tinned-copper-cable,2
|
|
- advanced-circuit,5
|
|
|
|
* angels-roboport-b
|
|
** roboport-door-2
|
|
*** products
|
|
- roboport-door-2,1
|
|
*** ingredients
|
|
- invar-alloy,15
|
|
- brass-gear-wheel,20
|
|
- steel-bearing,20
|
|
|
|
* angels-roboport-b
|
|
** roboport-chargepad-2
|
|
*** products
|
|
- roboport-chargepad-2,1
|
|
*** ingredients
|
|
- invar-alloy,2
|
|
- battery,2
|
|
- advanced-circuit,5
|
|
|
|
* angels-roboport-b
|
|
** bob-roboport-2
|
|
*** products
|
|
- bob-roboport-2,1
|
|
*** ingredients
|
|
- aluminium-plate,15
|
|
- roboport,1
|
|
- roboport-antenna-2,5
|
|
- roboport-door-2,1
|
|
- roboport-chargepad-2,4
|
|
|
|
* angels-roboport-b
|
|
** bob-logistic-zone-expander-2
|
|
*** products
|
|
- bob-logistic-zone-expander-2,1
|
|
*** ingredients
|
|
- aluminium-plate,5
|
|
- bob-logistic-zone-expander,1
|
|
- roboport-antenna-2,3
|
|
|
|
* angels-roboport-b
|
|
** bob-robochest-2
|
|
*** products
|
|
- bob-robochest-2,1
|
|
*** ingredients
|
|
- aluminium-plate,8
|
|
- bob-robochest,1
|
|
- roboport-door-2,1
|
|
- roboport-chargepad-2,1
|
|
|
|
* angels-roboport-b
|
|
** bob-robo-charge-port-2
|
|
*** products
|
|
- bob-robo-charge-port-2,1
|
|
*** ingredients
|
|
- aluminium-plate,10
|
|
- bob-robo-charge-port,1
|
|
- roboport-chargepad-2,4
|
|
|
|
* angels-roboport-b
|
|
** bob-robo-charge-port-large-2
|
|
*** products
|
|
- bob-robo-charge-port-large-2,1
|
|
*** ingredients
|
|
- aluminium-plate,15
|
|
- bob-robo-charge-port-large,1
|
|
- roboport-chargepad-2,9
|
|
|
|
* angels-roboport-c
|
|
** roboport-antenna-3
|
|
*** products
|
|
- roboport-antenna-3,1
|
|
*** ingredients
|
|
- nickel-plate,1
|
|
- insulated-cable,2
|
|
- processing-unit,5
|
|
|
|
* angels-roboport-c
|
|
** roboport-door-3
|
|
*** products
|
|
- roboport-door-3,1
|
|
*** ingredients
|
|
- titanium-plate,15
|
|
- titanium-gear-wheel,20
|
|
- titanium-bearing,20
|
|
|
|
* angels-roboport-c
|
|
** roboport-chargepad-3
|
|
*** products
|
|
- roboport-chargepad-3,1
|
|
*** ingredients
|
|
- titanium-plate,2
|
|
- lithium-ion-battery,2
|
|
- processing-unit,5
|
|
|
|
* angels-roboport-c
|
|
** bob-roboport-3
|
|
*** products
|
|
- bob-roboport-3,1
|
|
*** ingredients
|
|
- titanium-plate,15
|
|
- bob-roboport-2,1
|
|
- roboport-antenna-3,5
|
|
- roboport-door-3,1
|
|
- roboport-chargepad-3,4
|
|
|
|
* angels-roboport-c
|
|
** bob-logistic-zone-expander-3
|
|
*** products
|
|
- bob-logistic-zone-expander-3,1
|
|
*** ingredients
|
|
- titanium-plate,5
|
|
- bob-logistic-zone-expander-2,1
|
|
- roboport-antenna-3,3
|
|
|
|
* angels-roboport-c
|
|
** bob-robochest-3
|
|
*** products
|
|
- bob-robochest-3,1
|
|
*** ingredients
|
|
- titanium-plate,8
|
|
- bob-robochest-2,1
|
|
- roboport-door-3,1
|
|
- roboport-chargepad-3,1
|
|
|
|
* angels-roboport-c
|
|
** bob-robo-charge-port-3
|
|
*** products
|
|
- bob-robo-charge-port-3,1
|
|
*** ingredients
|
|
- titanium-plate,10
|
|
- bob-robo-charge-port-2,1
|
|
- roboport-chargepad-3,4
|
|
|
|
* angels-roboport-c
|
|
** bob-robo-charge-port-large-3
|
|
*** products
|
|
- bob-robo-charge-port-large-3,1
|
|
*** ingredients
|
|
- titanium-plate,15
|
|
- bob-robo-charge-port-large-2,1
|
|
- roboport-chargepad-3,9
|
|
|
|
* angels-roboport-d
|
|
** roboport-antenna-4
|
|
*** products
|
|
- roboport-antenna-4,1
|
|
*** ingredients
|
|
- gold-plate,1
|
|
- gilded-copper-cable,2
|
|
- nickel-plate,1
|
|
- advanced-processing-unit,5
|
|
|
|
* angels-roboport-d
|
|
** roboport-door-4
|
|
*** products
|
|
- roboport-door-4,1
|
|
*** ingredients
|
|
- nitinol-alloy,15
|
|
- nitinol-gear-wheel,20
|
|
- nitinol-bearing,20
|
|
|
|
* angels-roboport-d
|
|
** roboport-chargepad-4
|
|
*** products
|
|
- roboport-chargepad-4,1
|
|
*** ingredients
|
|
- nitinol-alloy,2
|
|
- silver-zinc-battery,2
|
|
- advanced-processing-unit,5
|
|
|
|
* angels-roboport-d
|
|
** bob-roboport-4
|
|
*** products
|
|
- bob-roboport-4,1
|
|
*** ingredients
|
|
- nitinol-alloy,15
|
|
- bob-roboport-3,1
|
|
- roboport-antenna-4,5
|
|
- roboport-door-4,1
|
|
- roboport-chargepad-4,4
|
|
|
|
* angels-roboport-d
|
|
** bob-logistic-zone-expander-4
|
|
*** products
|
|
- bob-logistic-zone-expander-4,1
|
|
*** ingredients
|
|
- nitinol-alloy,5
|
|
- bob-logistic-zone-expander-3,1
|
|
- roboport-antenna-4,3
|
|
|
|
* angels-roboport-d
|
|
** bob-robochest-4
|
|
*** products
|
|
- bob-robochest-4,1
|
|
*** ingredients
|
|
- nitinol-alloy,8
|
|
- bob-robochest-3,1
|
|
- roboport-door-4,1
|
|
- roboport-chargepad-4,1
|
|
|
|
* angels-roboport-d
|
|
** bob-robo-charge-port-4
|
|
*** products
|
|
- bob-robo-charge-port-4,1
|
|
*** ingredients
|
|
- nitinol-alloy,10
|
|
- bob-robo-charge-port-3,1
|
|
- roboport-chargepad-4,4
|
|
|
|
* angels-roboport-d
|
|
** bob-robo-charge-port-large-4
|
|
*** products
|
|
- bob-robo-charge-port-large-4,1
|
|
*** ingredients
|
|
- nitinol-alloy,15
|
|
- bob-robo-charge-port-large-3,1
|
|
- roboport-chargepad-4,9
|
|
|
|
* angels-robot-a
|
|
** flying-robot-frame
|
|
*** products
|
|
- flying-robot-frame,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- electric-engine-unit,1
|
|
- battery,2
|
|
- electronic-circuit,3
|
|
|
|
* angels-robot-a
|
|
** robot-brain-construction
|
|
*** products
|
|
- robot-brain-construction,1
|
|
*** ingredients
|
|
- solder,5
|
|
- circuit-board,1
|
|
- basic-electronic-components,8
|
|
- electronic-components,3
|
|
|
|
* angels-robot-a
|
|
** robot-tool-construction
|
|
*** products
|
|
- robot-tool-construction,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- steel-gear-wheel,2
|
|
|
|
* angels-robot-a
|
|
** construction-robot
|
|
*** products
|
|
- construction-robot,1
|
|
*** ingredients
|
|
- flying-robot-frame,1
|
|
- robot-brain-construction,1
|
|
- robot-tool-construction,1
|
|
|
|
* angels-robot-a
|
|
** robot-brain-logistic
|
|
*** products
|
|
- robot-brain-logistic,1
|
|
*** ingredients
|
|
- solder,5
|
|
- circuit-board,1
|
|
- basic-electronic-components,6
|
|
- electronic-components,4
|
|
|
|
* angels-robot-a
|
|
** robot-tool-logistic
|
|
*** products
|
|
- robot-tool-logistic,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- steel-gear-wheel,2
|
|
|
|
* angels-robot-a
|
|
** logistic-robot
|
|
*** products
|
|
- logistic-robot,1
|
|
*** ingredients
|
|
- flying-robot-frame,1
|
|
- robot-brain-logistic,1
|
|
- robot-tool-logistic,1
|
|
|
|
* angels-robot-a
|
|
** robot-brain-combat
|
|
*** products
|
|
- robot-brain-combat,1
|
|
*** ingredients
|
|
- solder,5
|
|
- basic-circuit-board,1
|
|
- basic-electronic-components,8
|
|
|
|
* angels-robot-a
|
|
** robot-tool-combat
|
|
*** products
|
|
- robot-tool-combat,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- steel-gear-wheel,5
|
|
|
|
* angels-robot-a
|
|
** defender-robot
|
|
*** products
|
|
- defender-robot,1
|
|
*** ingredients
|
|
- flying-robot-frame,1
|
|
- robot-brain-combat,1
|
|
- robot-tool-combat,1
|
|
|
|
* angels-robot-b
|
|
** flying-robot-frame-2
|
|
*** products
|
|
- flying-robot-frame-2,1
|
|
*** ingredients
|
|
- aluminium-plate,1
|
|
- electric-engine-unit,1
|
|
- battery,2
|
|
- advanced-circuit,3
|
|
|
|
* angels-robot-b
|
|
** robot-brain-construction-2
|
|
*** products
|
|
- robot-brain-construction-2,1
|
|
*** ingredients
|
|
- solder,5
|
|
- circuit-board,1
|
|
- basic-electronic-components,12
|
|
- electronic-components,4
|
|
|
|
* angels-robot-b
|
|
** robot-tool-construction-2
|
|
*** products
|
|
- robot-tool-construction-2,1
|
|
*** ingredients
|
|
- aluminium-plate,1
|
|
- brass-gear-wheel,2
|
|
- steel-bearing,2
|
|
|
|
* angels-robot-b
|
|
** bob-construction-robot-2
|
|
*** products
|
|
- bob-construction-robot-2,1
|
|
*** ingredients
|
|
- construction-robot,1
|
|
- flying-robot-frame-2,1
|
|
- robot-brain-construction-2,1
|
|
- robot-tool-construction-2,1
|
|
|
|
* angels-robot-b
|
|
** robot-brain-logistic-2
|
|
*** products
|
|
- robot-brain-logistic-2,1
|
|
*** ingredients
|
|
- solder,5
|
|
- circuit-board,1
|
|
- basic-electronic-components,10
|
|
- electronic-components,6
|
|
|
|
* angels-robot-b
|
|
** robot-tool-logistic-2
|
|
*** products
|
|
- robot-tool-logistic-2,1
|
|
*** ingredients
|
|
- aluminium-plate,1
|
|
- brass-gear-wheel,2
|
|
- steel-bearing,2
|
|
|
|
* angels-robot-b
|
|
** bob-logistic-robot-2
|
|
*** products
|
|
- bob-logistic-robot-2,1
|
|
*** ingredients
|
|
- logistic-robot,1
|
|
- flying-robot-frame-2,1
|
|
- robot-brain-logistic-2,1
|
|
- robot-tool-logistic-2,1
|
|
|
|
* angels-robot-b
|
|
** robot-brain-combat-2
|
|
*** products
|
|
- robot-brain-combat-2,1
|
|
*** ingredients
|
|
- solder,5
|
|
- circuit-board,1
|
|
- basic-electronic-components,10
|
|
- electronic-components,2
|
|
|
|
* angels-robot-b
|
|
** robot-tool-combat-2
|
|
*** products
|
|
- robot-tool-combat-2,1
|
|
*** ingredients
|
|
- glass,1
|
|
- brass-alloy,1
|
|
- battery,1
|
|
- brass-gear-wheel,2
|
|
|
|
* angels-robot-b
|
|
** distractor-robot
|
|
*** products
|
|
- distractor-robot,1
|
|
*** ingredients
|
|
- defender-robot,1
|
|
- flying-robot-frame-2,1
|
|
- robot-brain-combat-2,1
|
|
- robot-tool-combat-2,1
|
|
|
|
* angels-robot-c
|
|
** flying-robot-frame-3
|
|
*** products
|
|
- flying-robot-frame-3,1
|
|
*** ingredients
|
|
- titanium-plate,1
|
|
- electric-engine-unit,1
|
|
- lithium-ion-battery,2
|
|
- processing-unit,3
|
|
|
|
* angels-robot-c
|
|
** robot-brain-construction-3
|
|
*** products
|
|
- robot-brain-construction-3,1
|
|
*** ingredients
|
|
- solder,5
|
|
- superior-circuit-board,1
|
|
- basic-electronic-components,4
|
|
- electronic-components,8
|
|
- intergrated-electronics,4
|
|
|
|
* angels-robot-c
|
|
** robot-tool-construction-3
|
|
*** products
|
|
- robot-tool-construction-3,1
|
|
*** ingredients
|
|
- titanium-plate,1
|
|
- titanium-gear-wheel,2
|
|
- titanium-bearing,2
|
|
|
|
* angels-robot-c
|
|
** bob-construction-robot-3
|
|
*** products
|
|
- bob-construction-robot-3,1
|
|
*** ingredients
|
|
- bob-construction-robot-2,1
|
|
- flying-robot-frame-3,1
|
|
- robot-brain-construction-3,1
|
|
- robot-tool-construction-3,1
|
|
|
|
* angels-robot-c
|
|
** robot-brain-logistic-3
|
|
*** products
|
|
- robot-brain-logistic-3,1
|
|
*** ingredients
|
|
- solder,5
|
|
- superior-circuit-board,1
|
|
- basic-electronic-components,4
|
|
- electronic-components,6
|
|
- intergrated-electronics,6
|
|
|
|
* angels-robot-c
|
|
** robot-tool-logistic-3
|
|
*** products
|
|
- robot-tool-logistic-3,1
|
|
*** ingredients
|
|
- titanium-plate,1
|
|
- titanium-gear-wheel,2
|
|
- titanium-bearing,2
|
|
|
|
* angels-robot-c
|
|
** bob-logistic-robot-3
|
|
*** products
|
|
- bob-logistic-robot-3,1
|
|
*** ingredients
|
|
- bob-logistic-robot-2,1
|
|
- flying-robot-frame-3,1
|
|
- robot-brain-logistic-3,1
|
|
- robot-tool-logistic-3,1
|
|
|
|
* angels-robot-c
|
|
** robot-brain-combat-3
|
|
*** products
|
|
- robot-brain-combat-3,1
|
|
*** ingredients
|
|
- solder,5
|
|
- superior-circuit-board,1
|
|
- basic-electronic-components,4
|
|
- electronic-components,2
|
|
- intergrated-electronics,1
|
|
|
|
* angels-robot-c
|
|
** robot-tool-combat-3
|
|
*** products
|
|
- robot-tool-combat-3,1
|
|
*** ingredients
|
|
- titanium-plate,1
|
|
- lithium-ion-battery,1
|
|
- titanium-gear-wheel,2
|
|
- emerald-5,1
|
|
|
|
* angels-robot-c
|
|
** destroyer-robot
|
|
*** products
|
|
- destroyer-robot,1
|
|
*** ingredients
|
|
- distractor-robot,1
|
|
- flying-robot-frame-3,1
|
|
- robot-brain-combat-3,1
|
|
- robot-tool-combat-3,1
|
|
|
|
* angels-robot-d
|
|
** flying-robot-frame-4
|
|
*** products
|
|
- flying-robot-frame-4,1
|
|
*** ingredients
|
|
- silicon-nitride,1
|
|
- electric-engine-unit,1
|
|
- silver-zinc-battery,2
|
|
- advanced-processing-unit,3
|
|
|
|
* angels-robot-d
|
|
** robot-brain-construction-4
|
|
*** products
|
|
- robot-brain-construction-4,1
|
|
*** ingredients
|
|
- solder,5
|
|
- multi-layer-circuit-board,1
|
|
- basic-electronic-components,2
|
|
- electronic-components,6
|
|
- intergrated-electronics,6
|
|
- processing-electronics,4
|
|
|
|
* angels-robot-d
|
|
** robot-tool-construction-4
|
|
*** products
|
|
- robot-tool-construction-4,1
|
|
*** ingredients
|
|
- silicon-nitride,1
|
|
- tungsten-carbide,1
|
|
- nitinol-gear-wheel,2
|
|
- ceramic-bearing,2
|
|
|
|
* angels-robot-d
|
|
** bob-construction-robot-4
|
|
*** products
|
|
- bob-construction-robot-4,1
|
|
*** ingredients
|
|
- bob-construction-robot-3,1
|
|
- flying-robot-frame-4,1
|
|
- robot-brain-construction-4,1
|
|
- robot-tool-construction-4,1
|
|
|
|
* angels-robot-d
|
|
** robot-brain-logistic-4
|
|
*** products
|
|
- robot-brain-logistic-4,1
|
|
*** ingredients
|
|
- solder,5
|
|
- multi-layer-circuit-board,1
|
|
- basic-electronic-components,2
|
|
- electronic-components,4
|
|
- intergrated-electronics,8
|
|
- processing-electronics,4
|
|
|
|
* angels-robot-d
|
|
** robot-tool-logistic-4
|
|
*** products
|
|
- robot-tool-logistic-4,1
|
|
*** ingredients
|
|
- silicon-nitride,1
|
|
- nitinol-gear-wheel,2
|
|
- ceramic-bearing,2
|
|
|
|
* angels-robot-d
|
|
** bob-logistic-robot-4
|
|
*** products
|
|
- bob-logistic-robot-4,1
|
|
*** ingredients
|
|
- bob-logistic-robot-3,1
|
|
- flying-robot-frame-4,1
|
|
- robot-brain-logistic-4,1
|
|
- robot-tool-logistic-4,1
|
|
|
|
* angels-robot-d
|
|
** robot-brain-combat-4
|
|
*** products
|
|
- robot-brain-combat-4,1
|
|
*** ingredients
|
|
- solder,5
|
|
- multi-layer-circuit-board,1
|
|
- basic-electronic-components,2
|
|
- electronic-components,4
|
|
- intergrated-electronics,2
|
|
- processing-electronics,1
|
|
|
|
* angels-robot-d
|
|
** robot-tool-combat-4
|
|
*** products
|
|
- robot-tool-combat-4,1
|
|
*** ingredients
|
|
- silicon-nitride,1
|
|
- silver-zinc-battery,1
|
|
- nitinol-gear-wheel,2
|
|
- diamond-5,1
|
|
|
|
* angels-robot-d
|
|
** bob-laser-robot
|
|
*** products
|
|
- bob-laser-robot,1
|
|
*** ingredients
|
|
- destroyer-robot,1
|
|
- flying-robot-frame-4,1
|
|
- robot-brain-combat-4,1
|
|
- robot-tool-combat-4,1
|
|
|
|
* angels-silicon
|
|
** silica-ore-processing
|
|
*** products
|
|
- processed-silica,2
|
|
*** ingredients
|
|
- quartz,4
|
|
|
|
* angels-silicon
|
|
** silica-processed-processing
|
|
*** products
|
|
- pellet-silica,4
|
|
*** ingredients
|
|
- processed-silica,3
|
|
|
|
* angels-silicon
|
|
** processed-silicon-smelting
|
|
*** products
|
|
- liquid-trichlorosilane,120
|
|
- gas-hydrogen,30
|
|
*** ingredients
|
|
- processed-silica,8
|
|
- gas-hydrogen-chloride,60
|
|
|
|
* angels-silicon
|
|
** pellet-silicon-smelting
|
|
*** products
|
|
- alumina,6
|
|
- gas-silane,120
|
|
*** ingredients
|
|
- ingot-aluminium,6
|
|
- pellet-silica,8
|
|
- gas-hydrogen,60
|
|
|
|
* angels-silicon
|
|
** silicon-ore-smelting
|
|
*** products
|
|
- ingot-silicon,24
|
|
*** ingredients
|
|
- quartz,24
|
|
- solid-carbon,6
|
|
|
|
* angels-silicon
|
|
** liquid-trichlorosilane-smelting
|
|
*** products
|
|
- ingot-silicon,24
|
|
*** ingredients
|
|
- ingot-silicon,6
|
|
- liquid-trichlorosilane,90
|
|
|
|
* angels-silicon
|
|
** gas-silane-smelting
|
|
*** products
|
|
- ingot-silicon,24
|
|
*** ingredients
|
|
- ingot-silicon,6
|
|
- gas-silane,90
|
|
|
|
* angels-silicon
|
|
** silicon-powder
|
|
*** products
|
|
- silicon-powder,1
|
|
*** ingredients
|
|
- ingot-silicon,1
|
|
|
|
* angels-silicon
|
|
** powder-silicon
|
|
*** products
|
|
- silicon-powder,1
|
|
*** ingredients
|
|
- ingot-silicon,1
|
|
|
|
* angels-silicon-casting
|
|
** molten-silicon-smelting
|
|
*** products
|
|
- liquid-molten-silicon,120
|
|
*** ingredients
|
|
- ingot-silicon,12
|
|
|
|
* angels-silicon-casting
|
|
** angels-mono-silicon-seed
|
|
*** products
|
|
- angels-mono-silicon-seed,5
|
|
*** ingredients
|
|
- liquid-molten-silicon,5
|
|
- gas-nitrogen,10
|
|
|
|
* angels-silicon-casting
|
|
** angels-quartz-crucible
|
|
*** products
|
|
- angels-quartz-crucible,1
|
|
*** ingredients
|
|
- quartz,1
|
|
|
|
* angels-silicon-casting
|
|
** angels-mono-silicon-1
|
|
*** products
|
|
- angels-mono-silicon,4
|
|
*** ingredients
|
|
- angels-mono-silicon-seed,1
|
|
- liquid-molten-silicon,40
|
|
|
|
* angels-silicon-casting
|
|
** angels-mono-silicon-2
|
|
*** products
|
|
- angels-mono-silicon,6
|
|
- angels-quartz-crucible,1
|
|
*** ingredients
|
|
- angels-mono-silicon-seed,1
|
|
- angels-quartz-crucible,1
|
|
- liquid-molten-silicon,40
|
|
|
|
* angels-silicon-casting
|
|
** angels-silicon-wafer
|
|
*** products
|
|
- silicon-wafer,1-5
|
|
*** ingredients
|
|
- angels-mono-silicon,1
|
|
|
|
* angels-silicon-casting
|
|
** silicon-wafer
|
|
*** products
|
|
- silicon-wafer,6
|
|
*** ingredients
|
|
- angels-mono-silicon,1
|
|
|
|
* angels-silicon-casting
|
|
** silicon-nitride
|
|
*** products
|
|
- silicon-nitride,1
|
|
*** ingredients
|
|
- silicon-powder,1
|
|
- gas-nitrogen,13
|
|
|
|
* angels-silicon-casting
|
|
** silicon-carbide
|
|
*** products
|
|
- silicon-carbide,2
|
|
*** ingredients
|
|
- silicon-powder,1
|
|
- solid-carbon,1
|
|
|
|
* angels-silo
|
|
** silo
|
|
*** products
|
|
- silo,1
|
|
*** ingredients
|
|
- stone-brick,20
|
|
- iron-plate,20
|
|
- steel-plate,10
|
|
|
|
* angels-silo
|
|
** silo-active-provider
|
|
*** products
|
|
- silo-active-provider,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- advanced-circuit,10
|
|
- silo,1
|
|
|
|
* angels-silo
|
|
** silo-passive-provider
|
|
*** products
|
|
- silo-passive-provider,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- electronic-circuit,10
|
|
- silo,1
|
|
|
|
* angels-silo
|
|
** silo-storage
|
|
*** products
|
|
- silo-storage,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- electronic-circuit,10
|
|
- silo,1
|
|
|
|
* angels-silo
|
|
** silo-buffer
|
|
*** products
|
|
- silo-buffer,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- advanced-circuit,10
|
|
- silo,1
|
|
|
|
* angels-silo
|
|
** silo-requester
|
|
*** products
|
|
- silo-requester,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- electronic-circuit,10
|
|
- silo,1
|
|
|
|
* angels-silver
|
|
** silver-ore-processing
|
|
*** products
|
|
- processed-silver,2
|
|
*** ingredients
|
|
- silver-ore,4
|
|
|
|
* angels-silver
|
|
** silver-processed-processing
|
|
*** products
|
|
- pellet-silver,4
|
|
*** ingredients
|
|
- processed-silver,3
|
|
|
|
* angels-silver
|
|
** processed-silver-smelting
|
|
*** products
|
|
- silver-nitrate,12
|
|
*** ingredients
|
|
- processed-silver,4
|
|
- liquid-nitric-acid,60
|
|
|
|
* angels-silver
|
|
** silver-oxide
|
|
*** products
|
|
- silver-oxide,1
|
|
*** ingredients
|
|
- silver-nitrate,1
|
|
- solid-sodium-hydroxide,1
|
|
|
|
* angels-silver
|
|
** pellet-silver-smelting
|
|
*** products
|
|
- solid-sodium-silver-cyanide,24
|
|
- solid-sodium-hydroxide,4
|
|
*** ingredients
|
|
- pellet-silver,8
|
|
- solid-sodium-cyanide,6
|
|
- water-purified,60
|
|
- gas-oxygen,60
|
|
|
|
* angels-silver
|
|
** solid-sodium-silver-cyanide-smelting
|
|
*** products
|
|
- cathode-silver,12
|
|
*** ingredients
|
|
- solid-sodium-silver-cyanide,12
|
|
|
|
* angels-silver
|
|
** silver-ore-smelting
|
|
*** products
|
|
- ingot-silver,24
|
|
*** ingredients
|
|
- silver-ore,24
|
|
|
|
* angels-silver
|
|
** solid-silver-nitrate-smelting
|
|
*** products
|
|
- ingot-silver,24
|
|
*** ingredients
|
|
- silver-nitrate,24
|
|
|
|
* angels-silver
|
|
** cathode-silver-smelting
|
|
*** products
|
|
- ingot-silver,24
|
|
*** ingredients
|
|
- cathode-silver,24
|
|
|
|
* angels-silver
|
|
** powder-silver
|
|
*** products
|
|
- powder-silver,1
|
|
*** ingredients
|
|
- ingot-silver,1
|
|
|
|
* angels-silver-casting
|
|
** molten-silver-smelting
|
|
*** products
|
|
- liquid-molten-silver,120
|
|
*** ingredients
|
|
- ingot-silver,12
|
|
|
|
* angels-silver-casting
|
|
** roll-silver-casting
|
|
*** products
|
|
- angels-roll-silver,2
|
|
*** ingredients
|
|
- liquid-molten-silver,80
|
|
- water,40
|
|
|
|
* angels-silver-casting
|
|
** roll-silver-casting-fast
|
|
*** products
|
|
- angels-roll-silver,4
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-silver,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-silver-casting
|
|
** angels-wire-coil-silver-casting
|
|
*** products
|
|
- angels-wire-coil-silver,4
|
|
*** ingredients
|
|
- liquid-molten-silver,40
|
|
- liquid-molten-copper,40
|
|
- water,40
|
|
|
|
* angels-silver-casting
|
|
** angels-wire-coil-silver-casting-fast
|
|
*** products
|
|
- angels-wire-coil-silver,8
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-silver,70
|
|
- liquid-molten-copper,70
|
|
- liquid-coolant,40
|
|
|
|
* angels-silver-casting
|
|
** silver-plate
|
|
*** products
|
|
- silver-plate,3
|
|
*** ingredients
|
|
- silver-ore,4
|
|
|
|
* angels-silver-casting
|
|
** angels-plate-silver
|
|
*** products
|
|
- silver-plate,4
|
|
*** ingredients
|
|
- liquid-molten-silver,40
|
|
|
|
* angels-silver-casting
|
|
** angels-roll-silver-converting
|
|
*** products
|
|
- silver-plate,4
|
|
*** ingredients
|
|
- angels-roll-silver,1
|
|
|
|
* angels-silver-casting
|
|
** basic-silvered-copper-wire
|
|
*** products
|
|
- angels-wire-silver,5
|
|
*** ingredients
|
|
- copper-cable,10
|
|
- silver-plate,4
|
|
|
|
* angels-silver-casting
|
|
** angels-wire-coil-silver-converting
|
|
*** products
|
|
- angels-wire-silver,16
|
|
*** ingredients
|
|
- angels-wire-coil-silver,4
|
|
|
|
* angels-sintering-oven
|
|
** sintering-oven
|
|
*** products
|
|
- sintering-oven,1
|
|
*** ingredients
|
|
- clay-brick,45
|
|
- steel-plate,24
|
|
- electronic-circuit,5
|
|
|
|
* angels-sintering-oven
|
|
** sintering-oven-2
|
|
*** products
|
|
- sintering-oven-2,1
|
|
*** ingredients
|
|
- clay-brick,45
|
|
- bronze-alloy,24
|
|
- sintering-oven,1
|
|
- electronic-circuit,5
|
|
|
|
* angels-sintering-oven
|
|
** sintering-oven-3
|
|
*** products
|
|
- sintering-oven-3,1
|
|
*** ingredients
|
|
- aluminium-plate,32
|
|
- concrete-brick,45
|
|
- sintering-oven-2,1
|
|
- advanced-circuit,5
|
|
|
|
* angels-sintering-oven
|
|
** sintering-oven-4
|
|
*** products
|
|
- sintering-oven-4,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,45
|
|
- titanium-plate,32
|
|
- processing-unit,5
|
|
|
|
* angels-sintering-oven
|
|
** sintering-oven-5
|
|
*** products
|
|
- sintering-oven-5,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,45
|
|
- tungsten-plate,32
|
|
- sintering-oven-4,1
|
|
- advanced-processing-unit,5
|
|
|
|
* angels-smeltingtrain
|
|
** smelting-locomotive-1
|
|
*** products
|
|
- smelting-locomotive-1,1
|
|
*** ingredients
|
|
- steel-plate,40
|
|
- engine-unit,25
|
|
- electronic-circuit,20
|
|
- locomotive,1
|
|
|
|
* angels-smeltingtrain
|
|
** smelting-locomotive-1-2
|
|
*** products
|
|
- smelting-locomotive-1-2,1
|
|
*** ingredients
|
|
- steel-plate,50
|
|
- engine-unit,30
|
|
- smelting-locomotive-1,1
|
|
- speed-module,2
|
|
|
|
* angels-smeltingtrain
|
|
** smelting-locomotive-1-3
|
|
*** products
|
|
- smelting-locomotive-1-3,1
|
|
*** ingredients
|
|
- electric-engine-unit,40
|
|
- low-density-structure,50
|
|
- smelting-locomotive-1-2,1
|
|
- speed-module-2,2
|
|
|
|
* angels-smeltingtrain
|
|
** smelting-locomotive-1-4
|
|
*** products
|
|
- smelting-locomotive-1-4,1
|
|
*** ingredients
|
|
- electric-engine-unit,45
|
|
- low-density-structure,75
|
|
- smelting-locomotive-1-3,1
|
|
- speed-module-3,2
|
|
|
|
* angels-smeltingtrain
|
|
** smelting-locomotive-1-5
|
|
*** products
|
|
- smelting-locomotive-1-5,1
|
|
*** ingredients
|
|
- electric-engine-unit,50
|
|
- rocket-control-unit,2
|
|
- low-density-structure,100
|
|
- smelting-locomotive-1-4,1
|
|
|
|
* angels-smeltingtrain
|
|
** smelting-locomotive-tender
|
|
*** products
|
|
- smelting-locomotive-tender,1
|
|
*** ingredients
|
|
- steel-plate,35
|
|
- engine-unit,25
|
|
- electronic-circuit,15
|
|
- locomotive,1
|
|
|
|
* angels-smeltingtrain
|
|
** smelting-locomotive-tender-2
|
|
*** products
|
|
- smelting-locomotive-tender-2,1
|
|
*** ingredients
|
|
- steel-plate,40
|
|
- engine-unit,30
|
|
- smelting-locomotive-tender,1
|
|
- speed-module,1
|
|
- effectivity-module,1
|
|
|
|
* angels-smeltingtrain
|
|
** smelting-locomotive-tender-3
|
|
*** products
|
|
- smelting-locomotive-tender-3,1
|
|
*** ingredients
|
|
- electric-engine-unit,40
|
|
- low-density-structure,40
|
|
- smelting-locomotive-tender-2,1
|
|
- speed-module-2,1
|
|
- effectivity-module-2,1
|
|
|
|
* angels-smeltingtrain
|
|
** smelting-locomotive-tender-4
|
|
*** products
|
|
- smelting-locomotive-tender-4,1
|
|
*** ingredients
|
|
- electric-engine-unit,45
|
|
- low-density-structure,60
|
|
- smelting-locomotive-tender-3,1
|
|
- speed-module-3,1
|
|
- effectivity-module-3,1
|
|
|
|
* angels-smeltingtrain
|
|
** smelting-locomotive-tender-5
|
|
*** products
|
|
- smelting-locomotive-tender-5,1
|
|
*** ingredients
|
|
- electric-engine-unit,50
|
|
- rocket-control-unit,2
|
|
- low-density-structure,80
|
|
- smelting-locomotive-tender-4,1
|
|
|
|
* angels-smeltingtrain
|
|
** smelting-wagon-1
|
|
*** products
|
|
- smelting-wagon-1,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- iron-gear-wheel,25
|
|
- electronic-circuit,15
|
|
- cargo-wagon,1
|
|
|
|
* angels-smeltingtrain
|
|
** smelting-wagon-1-2
|
|
*** products
|
|
- smelting-wagon-1-2,1
|
|
*** ingredients
|
|
- steel-plate,25
|
|
- iron-chest,5
|
|
- smelting-wagon-1,1
|
|
- effectivity-module,2
|
|
|
|
* angels-smeltingtrain
|
|
** smelting-wagon-1-3
|
|
*** products
|
|
- smelting-wagon-1-3,1
|
|
*** ingredients
|
|
- low-density-structure,25
|
|
- iron-chest,10
|
|
- smelting-wagon-1-2,1
|
|
- effectivity-module-2,2
|
|
|
|
* angels-smeltingtrain
|
|
** smelting-wagon-1-4
|
|
*** products
|
|
- smelting-wagon-1-4,1
|
|
*** ingredients
|
|
- low-density-structure,35
|
|
- steel-chest,5
|
|
- smelting-wagon-1-3,1
|
|
- effectivity-module-3,2
|
|
|
|
* angels-smeltingtrain
|
|
** smelting-wagon-1-5
|
|
*** products
|
|
- smelting-wagon-1-5,1
|
|
*** ingredients
|
|
- low-density-structure,50
|
|
- steel-chest,10
|
|
- smelting-wagon-1-4,1
|
|
- effectivity-module-3,2
|
|
|
|
* angels-solder-casting
|
|
** angels-solder-smelting-1
|
|
*** products
|
|
- liquid-molten-solder,120
|
|
*** ingredients
|
|
- angels-solder-mixture,12
|
|
|
|
* angels-solder-casting
|
|
** angels-solder-smelting-2
|
|
*** products
|
|
- liquid-molten-solder,240
|
|
*** ingredients
|
|
- ingot-lead,12
|
|
- ingot-tin,12
|
|
|
|
* angels-solder-casting
|
|
** angels-solder-smelting-3
|
|
*** products
|
|
- liquid-molten-solder,240
|
|
*** ingredients
|
|
- ingot-tin,12
|
|
- ingot-zinc,12
|
|
|
|
* angels-solder-casting
|
|
** angels-solder-smelting-4
|
|
*** products
|
|
- liquid-molten-solder,360
|
|
*** ingredients
|
|
- ingot-copper,12
|
|
- ingot-silver,12
|
|
- ingot-tin,12
|
|
|
|
* angels-solder-casting
|
|
** roll-solder-casting
|
|
*** products
|
|
- angels-roll-solder,4
|
|
*** ingredients
|
|
- liquid-molten-solder,80
|
|
- water,40
|
|
|
|
* angels-solder-casting
|
|
** roll-solder-casting-fast
|
|
*** products
|
|
- angels-roll-solder,8
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-solder,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-solder-casting
|
|
** solder
|
|
*** products
|
|
- solder,8
|
|
*** ingredients
|
|
- solder-alloy,4
|
|
- resin,1
|
|
|
|
* angels-solder-casting
|
|
** angels-solder-mixture-smelting
|
|
*** products
|
|
- solder,2
|
|
*** ingredients
|
|
- angels-solder-mixture,2
|
|
|
|
* angels-solder-casting
|
|
** angels-solder
|
|
*** products
|
|
- solder,6
|
|
*** ingredients
|
|
- liquid-molten-solder,40
|
|
|
|
* angels-solder-casting
|
|
** angels-roll-solder-converting
|
|
*** products
|
|
- solder,12
|
|
*** ingredients
|
|
- angels-roll-solder,4
|
|
|
|
* angels-steel-casting
|
|
** molten-steel-smelting-1
|
|
*** products
|
|
- liquid-molten-steel,120
|
|
*** ingredients
|
|
- ingot-steel,12
|
|
|
|
* angels-steel-casting
|
|
** molten-steel-smelting-2
|
|
*** products
|
|
- liquid-molten-steel,240
|
|
*** ingredients
|
|
- ingot-steel,12
|
|
- ingot-silicon,12
|
|
|
|
* angels-steel-casting
|
|
** molten-steel-smelting-3
|
|
*** products
|
|
- liquid-molten-steel,240
|
|
*** ingredients
|
|
- ingot-steel,12
|
|
- ingot-manganese,12
|
|
|
|
* angels-steel-casting
|
|
** molten-steel-smelting-4
|
|
*** products
|
|
- liquid-molten-steel,360
|
|
*** ingredients
|
|
- ingot-cobalt,12
|
|
- ingot-steel,12
|
|
- ingot-nickel,12
|
|
|
|
* angels-steel-casting
|
|
** molten-steel-smelting-5
|
|
*** products
|
|
- liquid-molten-steel,360
|
|
*** ingredients
|
|
- ingot-chrome,12
|
|
- ingot-steel,12
|
|
- powdered-tungsten,12
|
|
|
|
* angels-steel-casting
|
|
** angels-roll-steel-casting
|
|
*** products
|
|
- angels-roll-steel,2
|
|
*** ingredients
|
|
- liquid-molten-steel,80
|
|
- water,40
|
|
|
|
* angels-steel-casting
|
|
** angels-roll-steel-casting-fast
|
|
*** products
|
|
- angels-roll-steel,4
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-steel,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-steel-casting
|
|
** rod-stack-steel-casting
|
|
*** products
|
|
- angels-rod-stack-steel,1
|
|
*** ingredients
|
|
- liquid-molten-steel,60
|
|
- water,40
|
|
|
|
* angels-steel-casting
|
|
** rod-stack-steel-casting-fast
|
|
*** products
|
|
- angels-rod-stack-steel,2
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-steel,110
|
|
- liquid-coolant,40
|
|
|
|
* angels-steel-casting
|
|
** steel-plate
|
|
*** products
|
|
- steel-plate,1
|
|
*** ingredients
|
|
- iron-plate,2
|
|
- gas-oxygen,10
|
|
|
|
* angels-steel-casting
|
|
** angels-plate-steel
|
|
*** products
|
|
- steel-plate,4
|
|
*** ingredients
|
|
- liquid-molten-steel,40
|
|
|
|
* angels-steel-casting
|
|
** angels-roll-steel-converting
|
|
*** products
|
|
- steel-plate,4
|
|
*** ingredients
|
|
- angels-roll-steel,1
|
|
|
|
* angels-steel-casting
|
|
** angels-rod-steel-plate
|
|
*** products
|
|
- angels-rod-steel,1
|
|
*** ingredients
|
|
- steel-plate,2
|
|
|
|
* angels-steel-casting
|
|
** angels-rod-stack-steel-converting
|
|
*** products
|
|
- angels-rod-steel,4
|
|
*** ingredients
|
|
- angels-rod-stack-steel,1
|
|
|
|
* angels-stone
|
|
** solid-lime
|
|
*** products
|
|
- solid-lime,4
|
|
- gas-carbon-dioxide,50
|
|
*** ingredients
|
|
- solid-limestone,4
|
|
|
|
* angels-stone
|
|
** cement-mixture-1
|
|
*** products
|
|
- solid-cement,1
|
|
*** ingredients
|
|
- quartz,1
|
|
- solid-lime,1
|
|
|
|
* angels-stone
|
|
** cement-mixture-2
|
|
*** products
|
|
- solid-cement,2
|
|
*** ingredients
|
|
- alumina,1
|
|
- iron-ore,1
|
|
- quartz,1
|
|
- solid-lime,1
|
|
|
|
* angels-stone
|
|
** angels-clay-brick-raw
|
|
*** products
|
|
- clay-brick-raw,4
|
|
*** ingredients
|
|
- solid-lime,2
|
|
- solid-clay,4
|
|
- solid-sand,2
|
|
|
|
* angels-stone
|
|
** angels-clay-brick
|
|
*** products
|
|
- clay-brick,4
|
|
*** ingredients
|
|
- clay-brick-raw,4
|
|
|
|
* angels-stone
|
|
** bio-tile
|
|
*** products
|
|
- bio-tile,5-10
|
|
*** ingredients
|
|
- solid-glass-mixture,1
|
|
- concrete-brick,2
|
|
- solid-soil,2
|
|
- token-bio,1
|
|
|
|
* angels-stone
|
|
** stone-brick
|
|
*** products
|
|
- stone-brick,1
|
|
*** ingredients
|
|
- stone,2
|
|
|
|
* angels-stone-casting
|
|
** concrete-mixture-1
|
|
*** products
|
|
- liquid-concrete,100
|
|
*** ingredients
|
|
- slag,4
|
|
- solid-cement,8
|
|
- water,100
|
|
|
|
* angels-stone-casting
|
|
** concrete-mixture-2
|
|
*** products
|
|
- liquid-concrete,120
|
|
*** ingredients
|
|
- stone,3
|
|
- solid-cement,6
|
|
- solid-sand,3
|
|
- water,100
|
|
|
|
* angels-stone-casting
|
|
** concrete
|
|
*** products
|
|
- concrete,10
|
|
*** ingredients
|
|
- iron-ore,1
|
|
- stone-brick,5
|
|
- water,100
|
|
|
|
* angels-stone-casting
|
|
** angels-concrete
|
|
*** products
|
|
- concrete,4
|
|
*** ingredients
|
|
- liquid-concrete,40
|
|
|
|
* angels-stone-casting
|
|
** hazard-concrete
|
|
*** products
|
|
- hazard-concrete,10
|
|
*** ingredients
|
|
- concrete,10
|
|
|
|
* angels-stone-casting
|
|
** refined-concrete
|
|
*** products
|
|
- refined-concrete,10
|
|
*** ingredients
|
|
- concrete,20
|
|
- steel-plate,1
|
|
- iron-stick,8
|
|
- water,100
|
|
|
|
* angels-stone-casting
|
|
** refined-hazard-concrete
|
|
*** products
|
|
- refined-hazard-concrete,10
|
|
*** ingredients
|
|
- refined-concrete,10
|
|
|
|
* angels-stone-casting
|
|
** angels-concrete-brick
|
|
*** products
|
|
- concrete-brick,4
|
|
*** ingredients
|
|
- stone-brick,4
|
|
- liquid-concrete,40
|
|
|
|
* angels-stone-casting
|
|
** angels-reinforced-concrete-brick
|
|
*** products
|
|
- reinforced-concrete-brick,4
|
|
*** ingredients
|
|
- stone-brick,4
|
|
- steel-plate,4
|
|
- liquid-concrete,40
|
|
|
|
* angels-strand-casting-machine
|
|
** strand-casting-machine
|
|
*** products
|
|
- strand-casting-machine,1
|
|
*** ingredients
|
|
- clay-brick,15
|
|
- bronze-alloy,18
|
|
- steel-gear-wheel,12
|
|
- electronic-circuit,3
|
|
- bronze-pipe,18
|
|
|
|
* angels-strand-casting-machine
|
|
** strand-casting-machine-2
|
|
*** products
|
|
- strand-casting-machine-2,1
|
|
*** ingredients
|
|
- aluminium-plate,24
|
|
- concrete-brick,15
|
|
- strand-casting-machine,1
|
|
- brass-gear-wheel,12
|
|
- advanced-circuit,3
|
|
- brass-pipe,18
|
|
|
|
* angels-strand-casting-machine
|
|
** strand-casting-machine-3
|
|
*** products
|
|
- strand-casting-machine-3,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,15
|
|
- titanium-plate,24
|
|
- strand-casting-machine-2,1
|
|
- titanium-gear-wheel,12
|
|
- processing-unit,3
|
|
- titanium-pipe,18
|
|
|
|
* angels-strand-casting-machine
|
|
** strand-casting-machine-4
|
|
*** products
|
|
- strand-casting-machine-4,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,15
|
|
- tungsten-plate,24
|
|
- strand-casting-machine-3,1
|
|
- tungsten-gear-wheel,12
|
|
- advanced-processing-unit,3
|
|
- tungsten-pipe,18
|
|
|
|
* angels-sub-power-poles
|
|
** substation
|
|
*** products
|
|
- substation,1
|
|
*** ingredients
|
|
- copper-plate,5
|
|
- steel-plate,10
|
|
- advanced-circuit,5
|
|
|
|
* angels-sub-power-poles
|
|
** substation-2
|
|
*** products
|
|
- substation-2,1
|
|
*** ingredients
|
|
- tinned-copper-cable,5
|
|
- brass-alloy,10
|
|
- advanced-circuit,5
|
|
- substation,1
|
|
|
|
* angels-sub-power-poles
|
|
** substation-3
|
|
*** products
|
|
- substation-3,1
|
|
*** ingredients
|
|
- titanium-plate,10
|
|
- insulated-cable,5
|
|
- processing-unit,5
|
|
- substation-2,1
|
|
|
|
* angels-sub-power-poles
|
|
** substation-4
|
|
*** products
|
|
- substation-4,1
|
|
*** ingredients
|
|
- gilded-copper-cable,5
|
|
- nitinol-alloy,10
|
|
- advanced-processing-unit,5
|
|
- substation-3,1
|
|
|
|
* angels-tin
|
|
** tin-ore-processing
|
|
*** products
|
|
- processed-tin,2
|
|
*** ingredients
|
|
- tin-ore,4
|
|
|
|
* angels-tin
|
|
** tin-processed-processing
|
|
*** products
|
|
- pellet-tin,4
|
|
*** ingredients
|
|
- processed-tin,3
|
|
|
|
* angels-tin
|
|
** tin-ore-smelting
|
|
*** products
|
|
- ingot-tin,24
|
|
*** ingredients
|
|
- tin-ore,24
|
|
|
|
* angels-tin
|
|
** processed-tin-smelting
|
|
*** products
|
|
- ingot-tin,24
|
|
*** ingredients
|
|
- processed-tin,8
|
|
- solid-coke,2
|
|
|
|
* angels-tin
|
|
** pellet-tin-smelting
|
|
*** products
|
|
- ingot-tin,24
|
|
*** ingredients
|
|
- pellet-tin,8
|
|
- solid-carbon,2
|
|
|
|
* angels-tin
|
|
** powder-tin
|
|
*** products
|
|
- powder-tin,1
|
|
*** ingredients
|
|
- ingot-tin,1
|
|
|
|
* angels-tin-casting
|
|
** molten-tin-smelting
|
|
*** products
|
|
- liquid-molten-tin,120
|
|
*** ingredients
|
|
- ingot-tin,12
|
|
|
|
* angels-tin-casting
|
|
** roll-tin-casting
|
|
*** products
|
|
- angels-roll-tin,2
|
|
*** ingredients
|
|
- liquid-molten-tin,80
|
|
- water,40
|
|
|
|
* angels-tin-casting
|
|
** roll-tin-casting-fast
|
|
*** products
|
|
- angels-roll-tin,4
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-tin,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-tin-casting
|
|
** angels-wire-coil-tin-casting
|
|
*** products
|
|
- angels-wire-coil-tin,4
|
|
*** ingredients
|
|
- liquid-molten-tin,40
|
|
- liquid-molten-copper,40
|
|
- water,40
|
|
|
|
* angels-tin-casting
|
|
** angels-wire-coil-tin-casting-fast
|
|
*** products
|
|
- angels-wire-coil-tin,8
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-tin,70
|
|
- liquid-molten-copper,70
|
|
- liquid-coolant,40
|
|
|
|
* angels-tin-casting
|
|
** angelsore6-crushed-smelting
|
|
*** products
|
|
- tin-plate,1
|
|
*** ingredients
|
|
- angels-ore6-crushed,3
|
|
|
|
* angels-tin-casting
|
|
** tin-plate
|
|
*** products
|
|
- tin-plate,3
|
|
*** ingredients
|
|
- tin-ore,4
|
|
|
|
* angels-tin-casting
|
|
** angels-plate-tin
|
|
*** products
|
|
- tin-plate,4
|
|
*** ingredients
|
|
- liquid-molten-tin,40
|
|
|
|
* angels-tin-casting
|
|
** angels-roll-tin-converting
|
|
*** products
|
|
- tin-plate,4
|
|
*** ingredients
|
|
- angels-roll-tin,1
|
|
|
|
* angels-tin-casting
|
|
** tinned-copper-cable
|
|
*** products
|
|
- tinned-copper-cable,3
|
|
*** ingredients
|
|
- copper-cable,3
|
|
- tin-plate,1
|
|
|
|
* angels-tin-casting
|
|
** basic-tinned-copper-wire
|
|
*** products
|
|
- tinned-copper-cable,5
|
|
*** ingredients
|
|
- copper-cable,10
|
|
- tin-plate,4
|
|
|
|
* angels-tin-casting
|
|
** angels-wire-coil-tin-converting
|
|
*** products
|
|
- tinned-copper-cable,16
|
|
*** ingredients
|
|
- angels-wire-coil-tin,4
|
|
|
|
* angels-titanium
|
|
** titanium-ore-processing
|
|
*** products
|
|
- processed-titanium,2
|
|
*** ingredients
|
|
- rutile-ore,4
|
|
|
|
* angels-titanium
|
|
** titanium-processed-processing
|
|
*** products
|
|
- pellet-titanium,4
|
|
*** ingredients
|
|
- processed-titanium,3
|
|
|
|
* angels-titanium
|
|
** titanium-ore-smelting
|
|
*** products
|
|
- liquid-titanium-tetrachloride,120
|
|
*** ingredients
|
|
- rutile-ore,24
|
|
- solid-carbon,6
|
|
- gas-chlorine,60
|
|
|
|
* angels-titanium
|
|
** processed-titanium-smelting
|
|
*** products
|
|
- liquid-titanium-tetrachloride,120
|
|
*** ingredients
|
|
- processed-titanium,8
|
|
- solid-carbon,6
|
|
- gas-chlorine,60
|
|
|
|
* angels-titanium
|
|
** liquid-titanium-tetrachloride-smelting
|
|
*** products
|
|
- sponge-titanium,24
|
|
*** ingredients
|
|
- liquid-titanium-tetrachloride,120
|
|
|
|
* angels-titanium
|
|
** sponge-titanium-smelting
|
|
*** products
|
|
- ingot-titanium,24
|
|
*** ingredients
|
|
- sponge-titanium,24
|
|
|
|
* angels-titanium
|
|
** pellet-titanium-smelting
|
|
*** products
|
|
- ingot-titanium,24
|
|
- solid-limestone,6
|
|
*** ingredients
|
|
- pellet-titanium,8
|
|
- solid-carbon,6
|
|
- solid-calcium-chloride,6
|
|
|
|
* angels-titanium
|
|
** powder-titanium
|
|
*** products
|
|
- powder-titanium,1
|
|
*** ingredients
|
|
- ingot-titanium,1
|
|
|
|
* angels-titanium-casting
|
|
** molten-titanium-smelting-1
|
|
*** products
|
|
- liquid-molten-titanium,120
|
|
*** ingredients
|
|
- ingot-titanium,12
|
|
|
|
* angels-titanium-casting
|
|
** molten-titanium-smelting-2
|
|
*** products
|
|
- liquid-molten-titanium,240
|
|
*** ingredients
|
|
- ingot-manganese,12
|
|
- ingot-titanium,12
|
|
|
|
* angels-titanium-casting
|
|
** molten-titanium-smelting-3
|
|
*** products
|
|
- liquid-molten-titanium,240
|
|
*** ingredients
|
|
- ingot-nickel,12
|
|
- ingot-titanium,12
|
|
|
|
* angels-titanium-casting
|
|
** molten-titanium-smelting-4
|
|
*** products
|
|
- liquid-molten-titanium,360
|
|
*** ingredients
|
|
- ingot-aluminium,12
|
|
- ingot-tin,12
|
|
- ingot-titanium,12
|
|
|
|
* angels-titanium-casting
|
|
** molten-titanium-smelting-5
|
|
*** products
|
|
- liquid-molten-titanium,360
|
|
*** ingredients
|
|
- ingot-chrome,12
|
|
- ingot-cobalt,12
|
|
- ingot-titanium,12
|
|
|
|
* angels-titanium-casting
|
|
** roll-titanium-casting
|
|
*** products
|
|
- angels-roll-titanium,2
|
|
*** ingredients
|
|
- liquid-molten-titanium,80
|
|
- water,40
|
|
|
|
* angels-titanium-casting
|
|
** roll-titanium-casting-fast
|
|
*** products
|
|
- angels-roll-titanium,4
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-titanium,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-titanium-casting
|
|
** angels-plate-titanium
|
|
*** products
|
|
- titanium-plate,4
|
|
*** ingredients
|
|
- liquid-molten-titanium,40
|
|
|
|
* angels-titanium-casting
|
|
** angels-roll-titanium-converting
|
|
*** products
|
|
- titanium-plate,4
|
|
*** ingredients
|
|
- angels-roll-titanium,1
|
|
|
|
* angels-tungsten
|
|
** tungsten-ore-processing
|
|
*** products
|
|
- processed-tungsten,2
|
|
*** ingredients
|
|
- tungsten-ore,4
|
|
|
|
* angels-tungsten
|
|
** tungsten-processed-processing
|
|
*** products
|
|
- pellet-tungsten,4
|
|
*** ingredients
|
|
- processed-tungsten,3
|
|
|
|
* angels-tungsten
|
|
** tungsten-ore-smelting
|
|
*** products
|
|
- solid-calcium-chloride,2
|
|
- liquid-tungstic-acid,60
|
|
*** ingredients
|
|
- tungsten-ore,12
|
|
- gas-hydrogen-chloride,30
|
|
|
|
* angels-tungsten
|
|
** liquid-tungstic-acid-smelting
|
|
*** products
|
|
- tungsten-oxide,24
|
|
- water-purified,60
|
|
*** ingredients
|
|
- liquid-tungstic-acid,120
|
|
|
|
* angels-tungsten
|
|
** pellet-tungsten-smelting
|
|
*** products
|
|
- tungsten-oxide,12
|
|
*** ingredients
|
|
- pellet-tungsten,4
|
|
- gas-ammonia,60
|
|
|
|
* angels-tungsten
|
|
** solid-tungsten-oxide-smelting
|
|
*** products
|
|
- gas-tungsten-hexafluoride,60
|
|
*** ingredients
|
|
- tungsten-oxide,12
|
|
- gas-hydrogen-fluoride,30
|
|
|
|
* angels-tungsten
|
|
** processed-tungsten-smelting
|
|
*** products
|
|
- solid-ammonium-paratungstate,24
|
|
*** ingredients
|
|
- processed-tungsten,8
|
|
- gas-ammonia,60
|
|
|
|
* angels-tungsten
|
|
** gas-tungsten-hexafluoride-smelting
|
|
*** products
|
|
- powdered-tungsten,24
|
|
- fluorite-ore,3
|
|
*** ingredients
|
|
- gas-tungsten-hexafluoride,120
|
|
|
|
* angels-tungsten
|
|
** solid-ammonium-paratungstate-smelting
|
|
*** products
|
|
- powdered-tungsten,24
|
|
*** ingredients
|
|
- solid-ammonium-paratungstate,24
|
|
- gas-hydrogen,60
|
|
|
|
* angels-tungsten-casting
|
|
** casting-powder-tungsten-1
|
|
*** products
|
|
- casting-powder-tungsten,24
|
|
*** ingredients
|
|
- powder-cobalt,12
|
|
- powdered-tungsten,12
|
|
|
|
* angels-tungsten-casting
|
|
** casting-powder-tungsten-2
|
|
*** products
|
|
- casting-powder-tungsten,24
|
|
*** ingredients
|
|
- powder-nickel,12
|
|
- powdered-tungsten,12
|
|
|
|
* angels-tungsten-casting
|
|
** angels-plate-tungsten
|
|
*** products
|
|
- tungsten-plate,12
|
|
*** ingredients
|
|
- casting-powder-tungsten,12
|
|
|
|
* angels-tungsten-casting
|
|
** tungsten-carbide
|
|
*** products
|
|
- tungsten-carbide,2
|
|
*** ingredients
|
|
- tungsten-oxide,1
|
|
- solid-carbon,1
|
|
|
|
* angels-tungsten-casting
|
|
** tungsten-carbide-2
|
|
*** products
|
|
- tungsten-carbide,2
|
|
*** ingredients
|
|
- powdered-tungsten,1
|
|
- solid-carbon,1
|
|
|
|
* angels-tungsten-casting
|
|
** copper-tungsten-alloy
|
|
*** products
|
|
- copper-tungsten-alloy,5
|
|
*** ingredients
|
|
- powdered-tungsten,3
|
|
- copper-plate,2
|
|
|
|
* angels-vehicle-car
|
|
** car
|
|
*** products
|
|
- car,1
|
|
*** ingredients
|
|
- iron-plate,20
|
|
- steel-plate,5
|
|
- engine-unit,8
|
|
|
|
* angels-vehicle-car
|
|
** angels-crawler
|
|
*** products
|
|
- angels-crawler,1
|
|
*** ingredients
|
|
- steel-plate,75
|
|
- engine-unit,20
|
|
- iron-gear-wheel,25
|
|
- electronic-circuit,20
|
|
|
|
* angels-vehicle-car
|
|
** angels-cab
|
|
*** products
|
|
- angels-cab,1
|
|
*** ingredients
|
|
- steel-plate,75
|
|
- engine-unit,20
|
|
- iron-gear-wheel,25
|
|
- electronic-circuit,20
|
|
|
|
* angels-vehicle-car
|
|
** angels-cab-deploy-charge
|
|
*** products
|
|
- angels-cab-deploy-charge,1
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- steel-plate,1
|
|
- iron-gear-wheel,1
|
|
- electronic-circuit,1
|
|
|
|
* angels-vehicle-car
|
|
** angels-cab-undeploy-charge
|
|
*** products
|
|
- angels-cab-undeploy-charge,1
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- steel-plate,1
|
|
- iron-gear-wheel,1
|
|
- electronic-circuit,1
|
|
|
|
* angels-vehicle-car
|
|
** angels-cab-energy-interface-mk1
|
|
*** products
|
|
- angels-cab-energy-interface-mk1,1
|
|
*** ingredients
|
|
- red-wire,10
|
|
- green-wire,10
|
|
- electronic-circuit,20
|
|
- medium-electric-pole,1
|
|
|
|
* angels-vehicle-equipment
|
|
** angels-burner-generator-vequip
|
|
*** products
|
|
- angels-burner-generator-vequip,1
|
|
*** ingredients
|
|
- iron-plate,20
|
|
- electronic-circuit,20
|
|
|
|
* angels-vehicle-equipment
|
|
** angels-fusion-reactor-vequip
|
|
*** products
|
|
- angels-fusion-reactor-vequip,1
|
|
*** ingredients
|
|
- iron-plate,20
|
|
- steel-plate,20
|
|
- advanced-circuit,20
|
|
|
|
* angels-vehicle-equipment
|
|
** angels-construction-roboport-vequip
|
|
*** products
|
|
- angels-construction-roboport-vequip,1
|
|
*** ingredients
|
|
- iron-plate,20
|
|
- electronic-circuit,20
|
|
|
|
* angels-vehicle-equipment
|
|
** angels-repair-roboport-vequip
|
|
*** products
|
|
- angels-repair-roboport-vequip,1
|
|
*** ingredients
|
|
- iron-plate,20
|
|
- steel-plate,20
|
|
- advanced-circuit,20
|
|
|
|
* angels-vehicle-equipment
|
|
** angels-heavy-energy-shield-vequip
|
|
*** products
|
|
- angels-heavy-energy-shield-vequip,1
|
|
*** ingredients
|
|
- iron-plate,20
|
|
- steel-plate,20
|
|
- advanced-circuit,20
|
|
|
|
* angels-vehicle-equipment
|
|
** angels-rocket-defense-equipment-vequip
|
|
*** products
|
|
- angels-rocket-defense-equipment-vequip,1
|
|
*** ingredients
|
|
- iron-plate,20
|
|
- steel-plate,20
|
|
- advanced-circuit,20
|
|
|
|
* angels-vehicle-equipment-bobcombat-a
|
|
** vehicle-shield-1
|
|
*** products
|
|
- vehicle-shield-1,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- advanced-circuit,5
|
|
|
|
* angels-vehicle-equipment-bobcombat-a
|
|
** vehicle-shield-2
|
|
*** products
|
|
- vehicle-shield-2,1
|
|
*** ingredients
|
|
- processing-unit,5
|
|
- vehicle-shield-1,2
|
|
|
|
* angels-vehicle-equipment-bobcombat-a
|
|
** vehicle-shield-3
|
|
*** products
|
|
- vehicle-shield-3,1
|
|
*** ingredients
|
|
- alien-artifact,10
|
|
- advanced-processing-unit,5
|
|
- vehicle-shield-2,2
|
|
- productivity-module-2,1
|
|
|
|
* angels-vehicle-equipment-bobcombat-a
|
|
** vehicle-shield-4
|
|
*** products
|
|
- vehicle-shield-4,1
|
|
*** ingredients
|
|
- alien-artifact-orange,5
|
|
- alien-artifact-blue,5
|
|
- advanced-processing-unit,5
|
|
- vehicle-shield-3,2
|
|
- effectivity-module-4,1
|
|
- productivity-module-4,1
|
|
|
|
* angels-vehicle-equipment-bobcombat-a
|
|
** vehicle-shield-5
|
|
*** products
|
|
- vehicle-shield-5,1
|
|
*** ingredients
|
|
- alien-artifact-yellow,5
|
|
- alien-artifact-purple,5
|
|
- advanced-processing-unit,5
|
|
- vehicle-shield-4,2
|
|
- effectivity-module-6,1
|
|
- productivity-module-6,1
|
|
|
|
* angels-vehicle-equipment-bobcombat-a
|
|
** vehicle-shield-6
|
|
*** products
|
|
- vehicle-shield-6,1
|
|
*** ingredients
|
|
- alien-artifact-red,5
|
|
- alien-artifact-green,5
|
|
- advanced-processing-unit,5
|
|
- vehicle-shield-5,2
|
|
- effectivity-module-8,1
|
|
- productivity-module-8,1
|
|
|
|
* angels-vehicle-equipment-bobcombat-b
|
|
** vehicle-laser-defense-1
|
|
*** products
|
|
- vehicle-laser-defense-1,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- battery,3
|
|
- electronic-circuit,5
|
|
- ruby-5,1
|
|
|
|
* angels-vehicle-equipment-bobcombat-b
|
|
** vehicle-laser-defense-2
|
|
*** products
|
|
- vehicle-laser-defense-2,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- advanced-circuit,5
|
|
- vehicle-laser-defense-1,1
|
|
- sapphire-5,1
|
|
|
|
* angels-vehicle-equipment-bobcombat-b
|
|
** vehicle-laser-defense-3
|
|
*** products
|
|
- vehicle-laser-defense-3,1
|
|
*** ingredients
|
|
- invar-alloy,5
|
|
- lithium-ion-battery,3
|
|
- vehicle-laser-defense-2,1
|
|
- emerald-5,1
|
|
|
|
* angels-vehicle-equipment-bobcombat-b
|
|
** vehicle-laser-defense-4
|
|
*** products
|
|
- vehicle-laser-defense-4,1
|
|
*** ingredients
|
|
- titanium-plate,5
|
|
- lithium-ion-battery,3
|
|
- processing-unit,5
|
|
- vehicle-laser-defense-3,1
|
|
- amethyst-5,1
|
|
|
|
* angels-vehicle-equipment-bobcombat-b
|
|
** vehicle-laser-defense-5
|
|
*** products
|
|
- vehicle-laser-defense-5,1
|
|
*** ingredients
|
|
- nitinol-alloy,5
|
|
- silver-zinc-battery,3
|
|
- processing-unit,5
|
|
- vehicle-laser-defense-4,1
|
|
- topaz-5,1
|
|
|
|
* angels-vehicle-equipment-bobcombat-b
|
|
** vehicle-laser-defense-6
|
|
*** products
|
|
- vehicle-laser-defense-6,1
|
|
*** ingredients
|
|
- nitinol-alloy,5
|
|
- silver-zinc-battery,3
|
|
- advanced-processing-unit,5
|
|
- vehicle-laser-defense-5,1
|
|
- diamond-5,1
|
|
|
|
* angels-vehicle-equipment-bobcombat-c
|
|
** vehicle-big-turret-1
|
|
*** products
|
|
- vehicle-big-turret-1,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- alien-artifact,30
|
|
- battery,12
|
|
- electronic-circuit,20
|
|
|
|
* angels-vehicle-equipment-bobcombat-c
|
|
** vehicle-big-turret-2
|
|
*** products
|
|
- vehicle-big-turret-2,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- alien-artifact,30
|
|
- battery,12
|
|
- advanced-circuit,20
|
|
- vehicle-big-turret-1,1
|
|
|
|
* angels-vehicle-equipment-bobcombat-c
|
|
** vehicle-big-turret-3
|
|
*** products
|
|
- vehicle-big-turret-3,1
|
|
*** ingredients
|
|
- invar-alloy,20
|
|
- alien-artifact,30
|
|
- lithium-ion-battery,12
|
|
- advanced-circuit,20
|
|
- vehicle-big-turret-2,1
|
|
|
|
* angels-vehicle-equipment-bobcombat-c
|
|
** vehicle-big-turret-4
|
|
*** products
|
|
- vehicle-big-turret-4,1
|
|
*** ingredients
|
|
- titanium-plate,20
|
|
- alien-artifact-orange,15
|
|
- alien-artifact-blue,15
|
|
- lithium-ion-battery,12
|
|
- processing-unit,20
|
|
- vehicle-big-turret-3,1
|
|
|
|
* angels-vehicle-equipment-bobcombat-c
|
|
** vehicle-big-turret-5
|
|
*** products
|
|
- vehicle-big-turret-5,1
|
|
*** ingredients
|
|
- nitinol-alloy,20
|
|
- alien-artifact-yellow,15
|
|
- alien-artifact-purple,15
|
|
- silver-zinc-battery,12
|
|
- processing-unit,20
|
|
- vehicle-big-turret-4,1
|
|
|
|
* angels-vehicle-equipment-bobcombat-c
|
|
** vehicle-big-turret-6
|
|
*** products
|
|
- vehicle-big-turret-6,1
|
|
*** ingredients
|
|
- nitinol-alloy,20
|
|
- alien-artifact-red,15
|
|
- alien-artifact-green,15
|
|
- silver-zinc-battery,12
|
|
- advanced-processing-unit,20
|
|
- vehicle-big-turret-5,1
|
|
|
|
* angels-vehicle-equipment-bobpower-a
|
|
** vehicle-solar-panel-1
|
|
*** products
|
|
- vehicle-solar-panel-1,1
|
|
*** ingredients
|
|
- copper-cable,4
|
|
- steel-plate,2
|
|
- electronic-circuit,5
|
|
|
|
* angels-vehicle-equipment-bobpower-a
|
|
** vehicle-solar-panel-2
|
|
*** products
|
|
- vehicle-solar-panel-2,1
|
|
*** ingredients
|
|
- glass,2
|
|
- silver-plate,2
|
|
- advanced-circuit,5
|
|
- vehicle-solar-panel-1,1
|
|
|
|
* angels-vehicle-equipment-bobpower-a
|
|
** vehicle-solar-panel-3
|
|
*** products
|
|
- vehicle-solar-panel-3,1
|
|
*** ingredients
|
|
- aluminium-plate,2
|
|
- gold-plate,2
|
|
- processing-unit,5
|
|
- vehicle-solar-panel-2,1
|
|
|
|
* angels-vehicle-equipment-bobpower-a
|
|
** vehicle-solar-panel-4
|
|
*** products
|
|
- vehicle-solar-panel-4,1
|
|
*** ingredients
|
|
- gilded-copper-cable,5
|
|
- silicon-wafer,10
|
|
- titanium-plate,2
|
|
- advanced-processing-unit,5
|
|
- vehicle-solar-panel-3,1
|
|
|
|
* angels-vehicle-equipment-bobpower-a
|
|
** vehicle-solar-panel-5
|
|
*** products
|
|
- vehicle-solar-panel-5,1
|
|
*** ingredients
|
|
- gilded-copper-cable,5
|
|
- silicon-wafer,10
|
|
- nitinol-alloy,2
|
|
- alien-artifact,10
|
|
- advanced-processing-unit,5
|
|
- vehicle-solar-panel-4,1
|
|
|
|
* angels-vehicle-equipment-bobpower-a
|
|
** vehicle-solar-panel-6
|
|
*** products
|
|
- vehicle-solar-panel-6,1
|
|
*** ingredients
|
|
- gilded-copper-cable,5
|
|
- silicon-wafer,10
|
|
- nitinol-alloy,2
|
|
- alien-artifact,10
|
|
- advanced-processing-unit,5
|
|
- vehicle-solar-panel-5,1
|
|
- diamond-5,1
|
|
|
|
* angels-vehicle-equipment-bobpower-b
|
|
** vehicle-fusion-cell-1
|
|
*** products
|
|
- vehicle-fusion-cell-1,1
|
|
*** ingredients
|
|
- processing-unit,125
|
|
|
|
* angels-vehicle-equipment-bobpower-b
|
|
** vehicle-fusion-cell-2
|
|
*** products
|
|
- vehicle-fusion-cell-2,1
|
|
*** ingredients
|
|
- alien-artifact,15
|
|
- processing-unit,25
|
|
- vehicle-fusion-cell-1,1
|
|
- speed-module-2,1
|
|
- effectivity-module-2,1
|
|
- productivity-module-2,1
|
|
|
|
* angels-vehicle-equipment-bobpower-b
|
|
** vehicle-fusion-cell-3
|
|
*** products
|
|
- vehicle-fusion-cell-3,1
|
|
*** ingredients
|
|
- alien-artifact,15
|
|
- processing-unit,25
|
|
- vehicle-fusion-cell-2,1
|
|
- speed-module-3,1
|
|
- effectivity-module-3,1
|
|
- productivity-module-3,1
|
|
|
|
* angels-vehicle-equipment-bobpower-b
|
|
** vehicle-fusion-cell-4
|
|
*** products
|
|
- vehicle-fusion-cell-4,1
|
|
*** ingredients
|
|
- alien-artifact-orange,8
|
|
- alien-artifact-blue,8
|
|
- advanced-processing-unit,25
|
|
- vehicle-fusion-cell-3,1
|
|
- speed-module-5,1
|
|
- effectivity-module-5,1
|
|
- productivity-module-5,1
|
|
|
|
* angels-vehicle-equipment-bobpower-b
|
|
** vehicle-fusion-cell-5
|
|
*** products
|
|
- vehicle-fusion-cell-5,1
|
|
*** ingredients
|
|
- alien-artifact-yellow,8
|
|
- alien-artifact-purple,8
|
|
- advanced-processing-unit,25
|
|
- vehicle-fusion-cell-4,1
|
|
- speed-module-6,1
|
|
- effectivity-module-6,1
|
|
- productivity-module-6,1
|
|
|
|
* angels-vehicle-equipment-bobpower-b
|
|
** vehicle-fusion-cell-6
|
|
*** products
|
|
- vehicle-fusion-cell-6,1
|
|
*** ingredients
|
|
- alien-artifact-red,8
|
|
- alien-artifact-green,8
|
|
- advanced-processing-unit,25
|
|
- vehicle-fusion-cell-5,1
|
|
- speed-module-8,1
|
|
- effectivity-module-8,1
|
|
- productivity-module-8,1
|
|
|
|
* angels-vehicle-equipment-bobpower-c
|
|
** vehicle-fusion-reactor-1
|
|
*** products
|
|
- vehicle-fusion-reactor-1,1
|
|
*** ingredients
|
|
- processing-unit,250
|
|
|
|
* angels-vehicle-equipment-bobpower-c
|
|
** vehicle-fusion-reactor-2
|
|
*** products
|
|
- vehicle-fusion-reactor-2,1
|
|
*** ingredients
|
|
- alien-artifact,30
|
|
- processing-unit,50
|
|
- vehicle-fusion-reactor-1,1
|
|
- speed-module-2,2
|
|
- effectivity-module-2,2
|
|
- productivity-module-2,2
|
|
|
|
* angels-vehicle-equipment-bobpower-c
|
|
** vehicle-fusion-reactor-3
|
|
*** products
|
|
- vehicle-fusion-reactor-3,1
|
|
*** ingredients
|
|
- alien-artifact,30
|
|
- processing-unit,50
|
|
- vehicle-fusion-reactor-2,1
|
|
- speed-module-3,2
|
|
- effectivity-module-3,2
|
|
- productivity-module-3,2
|
|
|
|
* angels-vehicle-equipment-bobpower-c
|
|
** vehicle-fusion-reactor-4
|
|
*** products
|
|
- vehicle-fusion-reactor-4,1
|
|
*** ingredients
|
|
- alien-artifact-orange,15
|
|
- alien-artifact-blue,15
|
|
- advanced-processing-unit,50
|
|
- vehicle-fusion-reactor-3,1
|
|
- speed-module-5,2
|
|
- effectivity-module-5,2
|
|
- productivity-module-5,2
|
|
|
|
* angels-vehicle-equipment-bobpower-c
|
|
** vehicle-fusion-reactor-5
|
|
*** products
|
|
- vehicle-fusion-reactor-5,1
|
|
*** ingredients
|
|
- alien-artifact-yellow,15
|
|
- alien-artifact-purple,15
|
|
- advanced-processing-unit,50
|
|
- vehicle-fusion-reactor-4,1
|
|
- speed-module-6,2
|
|
- effectivity-module-6,2
|
|
- productivity-module-6,2
|
|
|
|
* angels-vehicle-equipment-bobpower-c
|
|
** vehicle-fusion-reactor-6
|
|
*** products
|
|
- vehicle-fusion-reactor-6,1
|
|
*** ingredients
|
|
- alien-artifact-red,15
|
|
- alien-artifact-green,15
|
|
- advanced-processing-unit,50
|
|
- vehicle-fusion-reactor-5,1
|
|
- speed-module-8,2
|
|
- effectivity-module-8,2
|
|
- productivity-module-8,2
|
|
|
|
* angels-vehicle-equipment-bobpower-d
|
|
** vehicle-battery-1
|
|
*** products
|
|
- vehicle-battery-1,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- battery,5
|
|
|
|
* angels-vehicle-equipment-bobpower-d
|
|
** vehicle-battery-2
|
|
*** products
|
|
- vehicle-battery-2,1
|
|
*** ingredients
|
|
- processing-unit,5
|
|
- vehicle-battery-1,2
|
|
|
|
* angels-vehicle-equipment-bobpower-d
|
|
** vehicle-battery-3
|
|
*** products
|
|
- vehicle-battery-3,1
|
|
*** ingredients
|
|
- lithium-ion-battery,5
|
|
- vehicle-battery-2,2
|
|
|
|
* angels-vehicle-equipment-bobpower-d
|
|
** vehicle-battery-4
|
|
*** products
|
|
- vehicle-battery-4,1
|
|
*** ingredients
|
|
- alien-artifact-orange,5
|
|
- alien-artifact-blue,5
|
|
- advanced-processing-unit,5
|
|
- vehicle-battery-3,2
|
|
|
|
* angels-vehicle-equipment-bobpower-d
|
|
** vehicle-battery-5
|
|
*** products
|
|
- vehicle-battery-5,1
|
|
*** ingredients
|
|
- alien-artifact-yellow,5
|
|
- alien-artifact-purple,5
|
|
- silver-zinc-battery,5
|
|
- vehicle-battery-4,2
|
|
|
|
* angels-vehicle-equipment-bobpower-d
|
|
** vehicle-battery-6
|
|
*** products
|
|
- vehicle-battery-6,1
|
|
*** ingredients
|
|
- alien-artifact-red,5
|
|
- alien-artifact-green,5
|
|
- advanced-processing-unit,5
|
|
- vehicle-battery-5,2
|
|
|
|
* angels-vehicle-equipment-bobpower-e
|
|
** vehicle-motor
|
|
*** products
|
|
- vehicle-motor,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- electric-engine-unit,30
|
|
- processing-unit,10
|
|
|
|
* angels-vehicle-equipment-bobpower-e
|
|
** vehicle-engine
|
|
*** products
|
|
- vehicle-engine,1
|
|
*** ingredients
|
|
- nitinol-alloy,20
|
|
- nitinol-gear-wheel,30
|
|
- nitinol-bearing,30
|
|
- advanced-processing-unit,10
|
|
- vehicle-motor,1
|
|
|
|
* angels-vehicle-equipment-bobpower-e
|
|
** vehicle-belt-immunity-equipment
|
|
*** products
|
|
- vehicle-belt-immunity-equipment,1
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- advanced-circuit,5
|
|
|
|
* angels-vehicle-equipment-bobrobot-a
|
|
** vehicle-roboport-robot-equipment
|
|
*** products
|
|
- vehicle-roboport-robot-equipment,1
|
|
*** ingredients
|
|
- solder,2
|
|
- circuit-board,1
|
|
- basic-electronic-components,30
|
|
- electronic-components,15
|
|
- module-case,1
|
|
|
|
* angels-vehicle-equipment-bobrobot-a
|
|
** vehicle-roboport-robot-equipment-2
|
|
*** products
|
|
- vehicle-roboport-robot-equipment-2,1
|
|
*** ingredients
|
|
- solder,3
|
|
- circuit-board,1
|
|
- basic-electronic-components,15
|
|
- electronic-components,30
|
|
- vehicle-roboport-robot-equipment,1
|
|
|
|
* angels-vehicle-equipment-bobrobot-a
|
|
** vehicle-roboport-robot-equipment-3
|
|
*** products
|
|
- vehicle-roboport-robot-equipment-3,1
|
|
*** ingredients
|
|
- solder,4
|
|
- superior-circuit-board,1
|
|
- basic-electronic-components,10
|
|
- electronic-components,20
|
|
- intergrated-electronics,10
|
|
- vehicle-roboport-robot-equipment-2,1
|
|
|
|
* angels-vehicle-equipment-bobrobot-a
|
|
** vehicle-roboport-robot-equipment-4
|
|
*** products
|
|
- vehicle-roboport-robot-equipment-4,1
|
|
*** ingredients
|
|
- solder,6
|
|
- multi-layer-circuit-board,1
|
|
- basic-electronic-components,5
|
|
- electronic-components,10
|
|
- intergrated-electronics,20
|
|
- processing-electronics,8
|
|
- vehicle-roboport-robot-equipment-3,1
|
|
|
|
* angels-vehicle-equipment-bobrobot-b
|
|
** vehicle-roboport-chargepad-equipment
|
|
*** products
|
|
- vehicle-roboport-chargepad-equipment,1
|
|
*** ingredients
|
|
- roboport-chargepad-1,2
|
|
|
|
* angels-vehicle-equipment-bobrobot-b
|
|
** vehicle-roboport-chargepad-equipment-2
|
|
*** products
|
|
- vehicle-roboport-chargepad-equipment-2,1
|
|
*** ingredients
|
|
- roboport-chargepad-2,2
|
|
- vehicle-roboport-chargepad-equipment,1
|
|
|
|
* angels-vehicle-equipment-bobrobot-b
|
|
** vehicle-roboport-chargepad-equipment-3
|
|
*** products
|
|
- vehicle-roboport-chargepad-equipment-3,1
|
|
*** ingredients
|
|
- roboport-chargepad-3,2
|
|
- vehicle-roboport-chargepad-equipment-2,1
|
|
|
|
* angels-vehicle-equipment-bobrobot-b
|
|
** vehicle-roboport-chargepad-equipment-4
|
|
*** products
|
|
- vehicle-roboport-chargepad-equipment-4,1
|
|
*** ingredients
|
|
- roboport-chargepad-4,2
|
|
- vehicle-roboport-chargepad-equipment-3,1
|
|
|
|
* angels-vehicle-equipment-bobrobot-c
|
|
** vehicle-roboport-antenna-equipment
|
|
*** products
|
|
- vehicle-roboport-antenna-equipment,1
|
|
*** ingredients
|
|
- roboport-antenna-1,2
|
|
- roboport-door-1,1
|
|
|
|
* angels-vehicle-equipment-bobrobot-c
|
|
** vehicle-roboport-antenna-equipment-2
|
|
*** products
|
|
- vehicle-roboport-antenna-equipment-2,1
|
|
*** ingredients
|
|
- roboport-antenna-2,2
|
|
- roboport-door-2,1
|
|
- vehicle-roboport-antenna-equipment,1
|
|
|
|
* angels-vehicle-equipment-bobrobot-c
|
|
** vehicle-roboport-antenna-equipment-3
|
|
*** products
|
|
- vehicle-roboport-antenna-equipment-3,1
|
|
*** ingredients
|
|
- roboport-antenna-3,2
|
|
- roboport-door-3,1
|
|
- vehicle-roboport-antenna-equipment-2,1
|
|
|
|
* angels-vehicle-equipment-bobrobot-c
|
|
** vehicle-roboport-antenna-equipment-4
|
|
*** products
|
|
- vehicle-roboport-antenna-equipment-4,1
|
|
*** ingredients
|
|
- roboport-antenna-4,2
|
|
- roboport-door-4,1
|
|
- vehicle-roboport-antenna-equipment-3,1
|
|
|
|
* angels-vehicle-equipment-bobrobot-d
|
|
** vehicle-roboport
|
|
*** products
|
|
- vehicle-roboport,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- roboport-antenna-1,2
|
|
- roboport-door-1,1
|
|
- roboport-chargepad-1,2
|
|
|
|
* angels-vehicle-equipment-bobrobot-d
|
|
** vehicle-roboport-2
|
|
*** products
|
|
- vehicle-roboport-2,1
|
|
*** ingredients
|
|
- aluminium-plate,5
|
|
- roboport-antenna-2,2
|
|
- roboport-door-2,1
|
|
- roboport-chargepad-2,2
|
|
- vehicle-roboport,1
|
|
|
|
* angels-vehicle-equipment-bobrobot-d
|
|
** vehicle-roboport-3
|
|
*** products
|
|
- vehicle-roboport-3,1
|
|
*** ingredients
|
|
- titanium-plate,5
|
|
- roboport-antenna-3,2
|
|
- roboport-door-3,1
|
|
- roboport-chargepad-3,2
|
|
- vehicle-roboport-2,1
|
|
|
|
* angels-vehicle-equipment-bobrobot-d
|
|
** vehicle-roboport-4
|
|
*** products
|
|
- vehicle-roboport-4,1
|
|
*** ingredients
|
|
- nitinol-alloy,5
|
|
- roboport-antenna-4,2
|
|
- roboport-door-4,1
|
|
- roboport-chargepad-4,2
|
|
- vehicle-roboport-3,1
|
|
|
|
* angels-vehicle-spidertron
|
|
** spidertron-remote
|
|
*** products
|
|
- spidertron-remote,1
|
|
*** ingredients
|
|
- rocket-control-unit,1
|
|
- radar,1
|
|
|
|
* angels-vehicle-spidertron
|
|
** antron
|
|
*** products
|
|
- antron,1
|
|
*** ingredients
|
|
- mech-frame,1
|
|
- mech-leg,6
|
|
- gun-turret,2
|
|
|
|
* angels-vehicle-spidertron
|
|
** tankotron
|
|
*** products
|
|
- tankotron,1
|
|
*** ingredients
|
|
- mech-armor-plate,5
|
|
- mech-frame,1
|
|
- mech-leg,6
|
|
- spidertron-cannon,2
|
|
|
|
* angels-vehicle-spidertron
|
|
** spidertron
|
|
*** products
|
|
- spidertron,1
|
|
*** ingredients
|
|
- rtg,2
|
|
- mech-armor-plate,10
|
|
- mech-frame,1
|
|
- mech-leg,8
|
|
- rocket-launcher,4
|
|
|
|
* angels-vehicle-spidertron
|
|
** heavy-spidertron
|
|
*** products
|
|
- heavy-spidertron,1
|
|
*** ingredients
|
|
- rtg,3
|
|
- mech-armor-plate,20
|
|
- mech-frame,1
|
|
- mech-leg,8
|
|
- rocket-launcher,8
|
|
|
|
* angels-vehicle-spidertron
|
|
** logistic-spidertron
|
|
*** products
|
|
- logistic-spidertron,1
|
|
*** ingredients
|
|
- titanium-chest,1
|
|
- mech-armor-plate,5
|
|
- mech-frame,1
|
|
- mech-leg,8
|
|
- gun-turret,2
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-locomotive
|
|
*** products
|
|
- crawler-locomotive,1
|
|
*** ingredients
|
|
- steel-plate,40
|
|
- engine-unit,25
|
|
- electronic-circuit,20
|
|
- locomotive,1
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-locomotive-2
|
|
*** products
|
|
- crawler-locomotive-2,1
|
|
*** ingredients
|
|
- steel-plate,50
|
|
- engine-unit,30
|
|
- crawler-locomotive,1
|
|
- speed-module,2
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-locomotive-3
|
|
*** products
|
|
- crawler-locomotive-3,1
|
|
*** ingredients
|
|
- electric-engine-unit,40
|
|
- low-density-structure,50
|
|
- crawler-locomotive-2,1
|
|
- speed-module-2,2
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-locomotive-4
|
|
*** products
|
|
- crawler-locomotive-4,1
|
|
*** ingredients
|
|
- electric-engine-unit,45
|
|
- low-density-structure,75
|
|
- crawler-locomotive-3,1
|
|
- speed-module-3,2
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-locomotive-5
|
|
*** products
|
|
- crawler-locomotive-5,1
|
|
*** ingredients
|
|
- electric-engine-unit,50
|
|
- rocket-control-unit,2
|
|
- low-density-structure,100
|
|
- crawler-locomotive-4,1
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-locomotive-wagon
|
|
*** products
|
|
- crawler-locomotive-wagon,1
|
|
*** ingredients
|
|
- steel-plate,35
|
|
- engine-unit,25
|
|
- electronic-circuit,15
|
|
- locomotive,1
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-locomotive-wagon-2
|
|
*** products
|
|
- crawler-locomotive-wagon-2,1
|
|
*** ingredients
|
|
- steel-plate,40
|
|
- engine-unit,30
|
|
- crawler-locomotive-wagon,1
|
|
- speed-module,1
|
|
- effectivity-module,1
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-locomotive-wagon-3
|
|
*** products
|
|
- crawler-locomotive-wagon-3,1
|
|
*** ingredients
|
|
- electric-engine-unit,40
|
|
- low-density-structure,40
|
|
- crawler-locomotive-wagon-2,1
|
|
- speed-module-2,1
|
|
- effectivity-module-2,1
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-locomotive-wagon-4
|
|
*** products
|
|
- crawler-locomotive-wagon-4,1
|
|
*** ingredients
|
|
- electric-engine-unit,45
|
|
- low-density-structure,60
|
|
- crawler-locomotive-wagon-3,1
|
|
- speed-module-3,1
|
|
- effectivity-module-3,1
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-locomotive-wagon-5
|
|
*** products
|
|
- crawler-locomotive-wagon-5,1
|
|
*** ingredients
|
|
- electric-engine-unit,50
|
|
- rocket-control-unit,2
|
|
- low-density-structure,80
|
|
- crawler-locomotive-wagon-4,1
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-wagon
|
|
*** products
|
|
- crawler-wagon,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- iron-gear-wheel,25
|
|
- electronic-circuit,15
|
|
- cargo-wagon,1
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-wagon-2
|
|
*** products
|
|
- crawler-wagon-2,1
|
|
*** ingredients
|
|
- steel-plate,25
|
|
- iron-chest,5
|
|
- crawler-wagon,1
|
|
- effectivity-module,2
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-wagon-3
|
|
*** products
|
|
- crawler-wagon-3,1
|
|
*** ingredients
|
|
- low-density-structure,25
|
|
- iron-chest,10
|
|
- crawler-wagon-2,1
|
|
- effectivity-module-2,2
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-wagon-4
|
|
*** products
|
|
- crawler-wagon-4,1
|
|
*** ingredients
|
|
- low-density-structure,35
|
|
- steel-chest,5
|
|
- crawler-wagon-3,1
|
|
- effectivity-module-3,2
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-wagon-5
|
|
*** products
|
|
- crawler-wagon-5,1
|
|
*** ingredients
|
|
- low-density-structure,50
|
|
- steel-chest,10
|
|
- crawler-wagon-4,1
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-bot-wagon
|
|
*** products
|
|
- crawler-bot-wagon,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- iron-gear-wheel,25
|
|
- electronic-circuit,15
|
|
- cargo-wagon,1
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-bot-wagon-2
|
|
*** products
|
|
- crawler-bot-wagon-2,1
|
|
*** ingredients
|
|
- steel-plate,25
|
|
- iron-chest,5
|
|
- crawler-bot-wagon,1
|
|
- effectivity-module,2
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-bot-wagon-3
|
|
*** products
|
|
- crawler-bot-wagon-3,1
|
|
*** ingredients
|
|
- low-density-structure,25
|
|
- steel-chest,5
|
|
- crawler-bot-wagon-2,1
|
|
- effectivity-module-2,2
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-bot-wagon-4
|
|
*** products
|
|
- crawler-bot-wagon-4,1
|
|
*** ingredients
|
|
- low-density-structure,35
|
|
- logistic-chest-storage,5
|
|
- crawler-bot-wagon-3,1
|
|
- effectivity-module-3,2
|
|
|
|
* angels-vehicle-train-crawler
|
|
** crawler-bot-wagon-5
|
|
*** products
|
|
- crawler-bot-wagon-5,1
|
|
*** ingredients
|
|
- rocket-control-unit,2
|
|
- low-density-structure,50
|
|
- logistic-chest-buffer,5
|
|
- crawler-bot-wagon-4,1
|
|
|
|
* angels-warehouse
|
|
** angels-warehouse
|
|
*** products
|
|
- angels-warehouse,1
|
|
*** ingredients
|
|
- stone-brick,100
|
|
- iron-plate,100
|
|
- steel-plate,50
|
|
|
|
* angels-warehouse
|
|
** angels-warehouse-active-provider
|
|
*** products
|
|
- angels-warehouse-active-provider,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- advanced-circuit,20
|
|
- angels-warehouse,1
|
|
|
|
* angels-warehouse
|
|
** angels-warehouse-passive-provider
|
|
*** products
|
|
- angels-warehouse-passive-provider,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- electronic-circuit,20
|
|
- angels-warehouse,1
|
|
|
|
* angels-warehouse
|
|
** angels-warehouse-storage
|
|
*** products
|
|
- angels-warehouse-storage,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- electronic-circuit,20
|
|
- angels-warehouse,1
|
|
|
|
* angels-warehouse
|
|
** angels-warehouse-buffer
|
|
*** products
|
|
- angels-warehouse-buffer,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- advanced-circuit,20
|
|
- angels-warehouse,1
|
|
|
|
* angels-warehouse
|
|
** angels-warehouse-requester
|
|
*** products
|
|
- angels-warehouse-requester,1
|
|
*** ingredients
|
|
- steel-plate,20
|
|
- electronic-circuit,20
|
|
- angels-warehouse,1
|
|
|
|
* angels-water-void
|
|
** angels-water-void-thermal-water
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- thermal-water,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-slag-slurry
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- slag-slurry,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-mineral-sludge
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- mineral-sludge,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-crystal-slurry
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- crystal-slurry,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-crystal-seedling
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- crystal-seedling,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-crystal-matrix
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- crystal-matrix,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-water
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- water,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-water-purified
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- water-purified,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-water-saline
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- water-saline,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-water-mineralized
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- water-mineralized,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-lithia-water
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- lithia-water,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-liquid-coolant
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- liquid-coolant,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-water-yellow-waste
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- water-yellow-waste,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-water-greenyellow-waste
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- water-greenyellow-waste,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-water-green-waste
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- water-green-waste,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-water-red-waste
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- water-red-waste,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-water-viscous-mud
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- water-viscous-mud,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-water-heavy-mud
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- water-heavy-mud,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-water-concentrated-mud
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- water-concentrated-mud,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-water-light-mud
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- water-light-mud,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-water-thin-mud
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- water-thin-mud,400
|
|
|
|
* angels-water-void
|
|
** angels-water-void-liquid-aqueous-sodium-hydroxide
|
|
*** products
|
|
- water-void,1
|
|
*** ingredients
|
|
- liquid-aqueous-sodium-hydroxide,400
|
|
|
|
* angels-zinc
|
|
** zinc-ore-processing
|
|
*** products
|
|
- processed-zinc,2
|
|
*** ingredients
|
|
- zinc-ore,4
|
|
|
|
* angels-zinc
|
|
** zinc-processed-processing
|
|
*** products
|
|
- pellet-zinc,4
|
|
*** ingredients
|
|
- processed-zinc,3
|
|
|
|
* angels-zinc
|
|
** zinc-ore-processing-alt
|
|
*** products
|
|
- solid-zinc-oxide,8
|
|
- gas-sulfur-dioxide,30
|
|
*** ingredients
|
|
- zinc-ore,8
|
|
- gas-oxygen,60
|
|
|
|
* angels-zinc
|
|
** pellet-zinc-smelting
|
|
*** products
|
|
- solid-zinc-oxide,24
|
|
- gas-sulfur-dioxide,30
|
|
*** ingredients
|
|
- pellet-zinc,8
|
|
- gas-oxygen,60
|
|
|
|
* angels-zinc
|
|
** solid-zinc-oxide-smelting
|
|
*** products
|
|
- cathode-zinc,12
|
|
*** ingredients
|
|
- solid-zinc-oxide,12
|
|
- liquid-sulfuric-acid,40
|
|
|
|
* angels-zinc
|
|
** zinc-ore-smelting
|
|
*** products
|
|
- ingot-zinc,24
|
|
- ingot-lead,6
|
|
- gas-sulfur-dioxide,30
|
|
*** ingredients
|
|
- zinc-ore,24
|
|
- gas-oxygen,60
|
|
- liquid-molten-lead,60
|
|
|
|
* angels-zinc
|
|
** processed-zinc-smelting
|
|
*** products
|
|
- ingot-zinc,24
|
|
- gas-sulfur-dioxide,30
|
|
*** ingredients
|
|
- processed-zinc,8
|
|
- solid-carbon,6
|
|
- gas-oxygen,60
|
|
|
|
* angels-zinc
|
|
** cathode-zinc-smelting
|
|
*** products
|
|
- ingot-zinc,24
|
|
*** ingredients
|
|
- cathode-zinc,24
|
|
|
|
* angels-zinc
|
|
** powder-zinc
|
|
*** products
|
|
- powder-zinc,1
|
|
*** ingredients
|
|
- ingot-zinc,1
|
|
|
|
* angels-zinc-casting
|
|
** molten-zinc-smelting
|
|
*** products
|
|
- liquid-molten-zinc,120
|
|
*** ingredients
|
|
- ingot-zinc,12
|
|
|
|
* angels-zinc-casting
|
|
** roll-zinc-casting
|
|
*** products
|
|
- angels-roll-zinc,2
|
|
*** ingredients
|
|
- liquid-molten-zinc,80
|
|
- water,40
|
|
|
|
* angels-zinc-casting
|
|
** roll-zinc-casting-fast
|
|
*** products
|
|
- angels-roll-zinc,4
|
|
- liquid-coolant-used,40
|
|
*** ingredients
|
|
- liquid-molten-zinc,140
|
|
- liquid-coolant,40
|
|
|
|
* angels-zinc-casting
|
|
** angels-plate-zinc
|
|
*** products
|
|
- zinc-plate,4
|
|
*** ingredients
|
|
- liquid-molten-zinc,40
|
|
|
|
* angels-zinc-casting
|
|
** angels-roll-zinc-converting
|
|
*** products
|
|
- zinc-plate,4
|
|
*** ingredients
|
|
- angels-roll-zinc,1
|
|
|
|
* belt
|
|
** loader
|
|
*** products
|
|
- loader,1
|
|
*** ingredients
|
|
- iron-plate,5
|
|
- iron-gear-wheel,5
|
|
- electronic-circuit,5
|
|
- transport-belt,5
|
|
- inserter,5
|
|
|
|
* belt
|
|
** fast-loader
|
|
*** products
|
|
- fast-loader,1
|
|
*** ingredients
|
|
- loader,1
|
|
- fast-transport-belt,5
|
|
|
|
* belt
|
|
** express-loader
|
|
*** products
|
|
- express-loader,1
|
|
*** ingredients
|
|
- fast-loader,1
|
|
- express-transport-belt,5
|
|
|
|
* bio-arboretum
|
|
** tree-generator-1
|
|
*** products
|
|
- tree-seed,4
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- seedling,4
|
|
- water,50
|
|
|
|
* bio-arboretum
|
|
** tree-generator-2
|
|
*** products
|
|
- tree-seed,6
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- solid-fertilizer,1
|
|
- seedling,6
|
|
- water,50
|
|
|
|
* bio-arboretum
|
|
** tree-generator-3
|
|
*** products
|
|
- tree-seed,8
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- solid-fertilizer,1
|
|
- seedling,8
|
|
- water,50
|
|
- gas-carbon-dioxide,20
|
|
|
|
* bio-arboretum
|
|
** tree-arboretum-0
|
|
*** products
|
|
- temperate-tree,1
|
|
- swamp-tree,1
|
|
- desert-tree,1
|
|
*** ingredients
|
|
- solid-alienated-fertilizer,2
|
|
- tree-seed,2
|
|
- token-bio,16
|
|
- water,50
|
|
|
|
* bio-arboretum
|
|
** bob-basic-greenhouse-cycle
|
|
*** products
|
|
- solid-tree,2-4
|
|
*** ingredients
|
|
- seedling,10
|
|
- water,20
|
|
|
|
* bio-arboretum
|
|
** bob-advanced-greenhouse-cycle
|
|
*** products
|
|
- solid-tree,4-8
|
|
*** ingredients
|
|
- solid-fertilizer,5
|
|
- seedling,10
|
|
- water,20
|
|
|
|
* bio-arboretum
|
|
** tree-arboretum-1
|
|
*** products
|
|
- solid-tree,4
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- tree-seed,2
|
|
- water,50
|
|
|
|
* bio-arboretum
|
|
** tree-arboretum-2
|
|
*** products
|
|
- solid-tree,6
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- solid-fertilizer,1
|
|
- tree-seed,2
|
|
- water,50
|
|
|
|
* bio-arboretum
|
|
** tree-arboretum-3
|
|
*** products
|
|
- solid-tree,8
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- solid-fertilizer,1
|
|
- tree-seed,2
|
|
- water,50
|
|
- liquid-nutrient-pulp,10
|
|
|
|
* bio-arboretum-desert
|
|
** desert-tree-generator-1
|
|
*** products
|
|
- tree-desert-seed,4
|
|
*** ingredients
|
|
- solid-sand,5
|
|
- seedling,4
|
|
- water-saline,50
|
|
|
|
* bio-arboretum-desert
|
|
** desert-tree-generator-2
|
|
*** products
|
|
- tree-desert-seed,6
|
|
*** ingredients
|
|
- solid-sand,5
|
|
- solid-fertilizer,1
|
|
- seedling,6
|
|
- water-saline,50
|
|
|
|
* bio-arboretum-desert
|
|
** desert-tree-generator-3
|
|
*** products
|
|
- tree-desert-seed,8
|
|
*** ingredients
|
|
- solid-sand,5
|
|
- solid-fertilizer,1
|
|
- seedling,8
|
|
- water-saline,50
|
|
- gas-nitrogen,20
|
|
|
|
* bio-arboretum-desert
|
|
** desert-tree-arboretum-0
|
|
*** products
|
|
- desert-tree,1
|
|
*** ingredients
|
|
- solid-alienated-fertilizer,2
|
|
- tree-desert-seed,2
|
|
- token-bio,16
|
|
- water-saline,50
|
|
|
|
* bio-arboretum-desert
|
|
** desert-tree-arboretum-1
|
|
*** products
|
|
- bio-rubber,4
|
|
- solid-tree,2
|
|
*** ingredients
|
|
- solid-sand,5
|
|
- tree-desert-seed,2
|
|
- water-saline,50
|
|
|
|
* bio-arboretum-desert
|
|
** desert-tree-arboretum-2
|
|
*** products
|
|
- bio-rubber,7
|
|
- solid-tree,3
|
|
*** ingredients
|
|
- solid-sand,5
|
|
- solid-fertilizer,1
|
|
- tree-desert-seed,2
|
|
- water-saline,50
|
|
|
|
* bio-arboretum-desert
|
|
** bio-rubber-tree
|
|
*** products
|
|
- bio-rubber,10
|
|
*** ingredients
|
|
- desert-tree,1
|
|
|
|
* bio-arboretum-desert
|
|
** bio-rubber
|
|
*** products
|
|
- liquid-rubber,10
|
|
*** ingredients
|
|
- bio-rubber,1
|
|
- gas-acetone,40
|
|
|
|
* bio-arboretum-swamp
|
|
** swamp-tree-generator-1
|
|
*** products
|
|
- tree-swamp-seed,4
|
|
*** ingredients
|
|
- solid-mud,5
|
|
- seedling,4
|
|
- water-light-mud,50
|
|
|
|
* bio-arboretum-swamp
|
|
** swamp-tree-generator-2
|
|
*** products
|
|
- tree-swamp-seed,6
|
|
*** ingredients
|
|
- solid-mud,5
|
|
- solid-fertilizer,1
|
|
- seedling,6
|
|
- water-light-mud,50
|
|
|
|
* bio-arboretum-swamp
|
|
** swamp-tree-generator-3
|
|
*** products
|
|
- tree-swamp-seed,8
|
|
*** ingredients
|
|
- solid-mud,5
|
|
- solid-fertilizer,1
|
|
- seedling,8
|
|
- water-light-mud,50
|
|
- gas-nitrogen,20
|
|
|
|
* bio-arboretum-swamp
|
|
** swamp-tree-arboretum-0
|
|
*** products
|
|
- swamp-tree,1
|
|
*** ingredients
|
|
- solid-alienated-fertilizer,2
|
|
- tree-swamp-seed,2
|
|
- token-bio,16
|
|
- water-light-mud,50
|
|
|
|
* bio-arboretum-swamp
|
|
** swamp-tree-arboretum-1
|
|
*** products
|
|
- bio-plastic,4
|
|
- solid-tree,2
|
|
*** ingredients
|
|
- solid-mud,5
|
|
- tree-swamp-seed,2
|
|
- water-light-mud,50
|
|
|
|
* bio-arboretum-swamp
|
|
** swamp-tree-arboretum-2
|
|
*** products
|
|
- bio-plastic,7
|
|
- solid-tree,3
|
|
*** ingredients
|
|
- solid-mud,5
|
|
- solid-fertilizer,1
|
|
- tree-swamp-seed,2
|
|
- water-light-mud,50
|
|
|
|
* bio-arboretum-swamp
|
|
** bio-plastic-tree
|
|
*** products
|
|
- bio-plastic,10
|
|
*** ingredients
|
|
- swamp-tree,1
|
|
|
|
* bio-arboretum-swamp
|
|
** bio-plastic
|
|
*** products
|
|
- liquid-plastic,10
|
|
*** ingredients
|
|
- bio-plastic,1
|
|
- gas-acetone,40
|
|
|
|
* bio-arboretum-temperate
|
|
** temperate-tree-generator-1
|
|
*** products
|
|
- tree-temperate-seed,4
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- seedling,4
|
|
- water,50
|
|
|
|
* bio-arboretum-temperate
|
|
** temperate-tree-generator-2
|
|
*** products
|
|
- tree-temperate-seed,6
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- solid-fertilizer,1
|
|
- seedling,6
|
|
- water,50
|
|
|
|
* bio-arboretum-temperate
|
|
** temperate-tree-generator-3
|
|
*** products
|
|
- tree-temperate-seed,8
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- solid-fertilizer,1
|
|
- seedling,8
|
|
- water,50
|
|
- gas-carbon-dioxide,20
|
|
|
|
* bio-arboretum-temperate
|
|
** temperate-tree-arboretum-0
|
|
*** products
|
|
- temperate-tree,1
|
|
*** ingredients
|
|
- solid-alienated-fertilizer,2
|
|
- tree-temperate-seed,2
|
|
- token-bio,16
|
|
- water,50
|
|
|
|
* bio-arboretum-temperate
|
|
** temperate-tree-arboretum-1
|
|
*** products
|
|
- bio-resin,4
|
|
- solid-tree,2
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- tree-temperate-seed,2
|
|
- water,50
|
|
|
|
* bio-arboretum-temperate
|
|
** temperate-tree-arboretum-2
|
|
*** products
|
|
- bio-resin,7
|
|
- solid-tree,3
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- solid-fertilizer,1
|
|
- tree-temperate-seed,2
|
|
- water,50
|
|
|
|
* bio-arboretum-temperate
|
|
** bio-resin-tree
|
|
*** products
|
|
- bio-resin,10
|
|
*** ingredients
|
|
- temperate-tree,1
|
|
|
|
* bio-arboretum-temperate
|
|
** bio-resin
|
|
*** products
|
|
- liquid-resin,10
|
|
*** ingredients
|
|
- bio-resin,1
|
|
- gas-ethanol,40
|
|
|
|
* bio-arboretum-temperate
|
|
** bio-resin-resin-liquification
|
|
*** products
|
|
- liquid-resin,10-40
|
|
*** ingredients
|
|
- resin,4
|
|
- gas-ethanol,100
|
|
|
|
* bio-arboretum-temperate
|
|
** bio-resin-wood-reprocessing
|
|
*** products
|
|
- resin,1
|
|
*** ingredients
|
|
- wood,10
|
|
|
|
* bio-biter
|
|
** biter-small-keeping
|
|
*** products
|
|
- biter-small,3
|
|
- biter-small,1
|
|
- crystal-splinter-raw,4
|
|
*** ingredients
|
|
- biter-small,4
|
|
- bio-alien-processed-meat,2
|
|
- liquid-nutrient-pulp,20
|
|
|
|
* bio-biter
|
|
** biter-small-breeding
|
|
*** products
|
|
- biter-queen-small,1
|
|
- biter-queen-small,1
|
|
- biter-small-egg,1
|
|
- biter-small-egg,1
|
|
*** ingredients
|
|
- biter-queen-small,2
|
|
- bio-alien-processed-meat,2
|
|
- liquid-nutrient-pulp,20
|
|
|
|
* bio-biter
|
|
** biter-medium-keeping
|
|
*** products
|
|
- biter-medium,3
|
|
- biter-medium,1
|
|
- crystal-shard-raw,4
|
|
*** ingredients
|
|
- biter-medium,4
|
|
- bio-alien-processed-meat,3
|
|
- liquid-nutrient-pulp,40
|
|
|
|
* bio-biter
|
|
** biter-medium-breeding
|
|
*** products
|
|
- biter-queen-medium,1
|
|
- biter-queen-medium,1
|
|
- biter-medium-egg,1
|
|
- biter-medium-egg,1
|
|
*** ingredients
|
|
- biter-queen-medium,2
|
|
- bio-alien-processed-meat,2
|
|
- liquid-nutrient-pulp,40
|
|
|
|
* bio-biter
|
|
** biter-big-keeping
|
|
*** products
|
|
- biter-big,3
|
|
- biter-big,1
|
|
- crystal-full-raw,4
|
|
*** ingredients
|
|
- biter-big,4
|
|
- bio-alien-processed-meat,4
|
|
- liquid-nutrient-pulp,60
|
|
|
|
* bio-biter
|
|
** biter-big-breeding
|
|
*** products
|
|
- biter-queen-big,1
|
|
- biter-queen-big,1
|
|
- biter-big-egg,1
|
|
- biter-big-egg,1
|
|
*** ingredients
|
|
- biter-queen-big,2
|
|
- bio-alien-processed-meat,2
|
|
- liquid-nutrient-pulp,60
|
|
|
|
* bio-biter-butchery
|
|
** biter-small-butchering
|
|
*** products
|
|
- bio-raw-meat,1
|
|
- crystal-splinter-raw,1
|
|
*** ingredients
|
|
- biter-small,1
|
|
|
|
* bio-biter-butchery
|
|
** biter-queen-small-butchering
|
|
*** products
|
|
- bio-raw-meat,1-2
|
|
- crystal-splinter-raw,1
|
|
*** ingredients
|
|
- biter-queen-small,1
|
|
|
|
* bio-biter-butchery
|
|
** biter-medium-butchering
|
|
*** products
|
|
- bio-raw-meat,1
|
|
- crystal-shard-raw,1
|
|
*** ingredients
|
|
- biter-medium,1
|
|
|
|
* bio-biter-butchery
|
|
** biter-queen-medium-butchering
|
|
*** products
|
|
- bio-raw-meat,1-2
|
|
- crystal-shard-raw,1
|
|
*** ingredients
|
|
- biter-queen-medium,1
|
|
|
|
* bio-biter-butchery
|
|
** biter-big-butchering
|
|
*** products
|
|
- bio-raw-meat,1
|
|
- crystal-full-raw,1
|
|
*** ingredients
|
|
- biter-big,1
|
|
|
|
* bio-biter-butchery
|
|
** biter-queen-big-butchering
|
|
*** products
|
|
- bio-raw-meat,1-2
|
|
- crystal-full-raw,1
|
|
*** ingredients
|
|
- biter-queen-big,1
|
|
|
|
* bio-biter-butchery
|
|
** alien-processed-meat
|
|
*** products
|
|
- bio-alien-processed-meat,1
|
|
*** ingredients
|
|
- bio-raw-meat,1
|
|
- alien-goo,2
|
|
|
|
* bio-biter-egg
|
|
** biter-small-eggsperiment
|
|
*** products
|
|
- biter-small-egg,1
|
|
*** ingredients
|
|
- crystal-dust,1
|
|
- bio-puffer-egg-3,1
|
|
- crystal-seed,1
|
|
|
|
* bio-biter-egg
|
|
** biter-small
|
|
*** products
|
|
- biter-small,1
|
|
- biter-queen-small,1
|
|
*** ingredients
|
|
- biter-small-egg,1
|
|
- bio-alien-processed-meat,1
|
|
- liquid-nutrient-pulp,10
|
|
|
|
* bio-biter-egg
|
|
** biter-medium-eggsperiment
|
|
*** products
|
|
- biter-medium-egg,1
|
|
*** ingredients
|
|
- bio-puffer-egg-4,1
|
|
- crystal-seed,1
|
|
- crystal-enhancer,1
|
|
- crystal-splinter-raw,1
|
|
|
|
* bio-biter-egg
|
|
** biter-medium
|
|
*** products
|
|
- biter-medium,1
|
|
- biter-queen-medium,1
|
|
*** ingredients
|
|
- biter-medium-egg,1
|
|
- bio-alien-processed-meat,1
|
|
- liquid-nutrient-pulp,20
|
|
|
|
* bio-biter-egg
|
|
** biter-big-eggsperiment
|
|
*** products
|
|
- biter-big-egg,1
|
|
*** ingredients
|
|
- bio-puffer-egg-5,1
|
|
- crystal-seed,1
|
|
- crystal-enhancer,1
|
|
- crystal-shard-raw,1
|
|
|
|
* bio-biter-egg
|
|
** biter-big
|
|
*** products
|
|
- biter-big,1
|
|
- biter-queen-big,1
|
|
*** ingredients
|
|
- biter-big-egg,1
|
|
- bio-alien-processed-meat,1
|
|
- liquid-nutrient-pulp,30
|
|
|
|
* bio-biter-processing-crystal-full
|
|
** crystal-powder-from-dust
|
|
*** products
|
|
- crystal-powder,20
|
|
- milling-drum-used,1
|
|
*** ingredients
|
|
- crystal-dust,10
|
|
- milling-drum,1
|
|
|
|
* bio-biter-processing-crystal-full
|
|
** crystal-powder-slurry
|
|
*** products
|
|
- crystal-slurry,1
|
|
*** ingredients
|
|
- crystal-powder,1
|
|
- water-purified,1
|
|
|
|
* bio-biter-processing-crystal-full
|
|
** crystal-full-cutting
|
|
*** products
|
|
- crystal-full-blue-cut,1
|
|
- crystal-full-red-cut,1
|
|
- crystal-full-green-cut,1
|
|
- crystal-powder,1
|
|
*** ingredients
|
|
- crystal-full-raw,1
|
|
|
|
* bio-biter-processing-crystal-full
|
|
** crystal-full-blue
|
|
*** products
|
|
- crystal-full-blue,1
|
|
- crystal-grindstone,1
|
|
*** ingredients
|
|
- crystal-grindstone,1
|
|
- crystal-full-blue-cut,1
|
|
- crystal-slurry,2
|
|
|
|
* bio-biter-processing-crystal-full
|
|
** crystal-full-red
|
|
*** products
|
|
- crystal-full-red,1
|
|
- crystal-grindstone,1
|
|
*** ingredients
|
|
- crystal-grindstone,1
|
|
- crystal-full-red-cut,1
|
|
- crystal-slurry,2
|
|
|
|
* bio-biter-processing-crystal-full
|
|
** crystal-full-green
|
|
*** products
|
|
- crystal-full-green,1
|
|
- crystal-grindstone,1
|
|
*** ingredients
|
|
- crystal-grindstone,1
|
|
- crystal-full-green-cut,1
|
|
- crystal-slurry,2
|
|
|
|
* bio-biter-processing-crystal-full
|
|
** crystal-full-harmonic
|
|
*** products
|
|
- crystal-full-harmonic,1
|
|
*** ingredients
|
|
- crystal-full-blue,1
|
|
- crystal-full-red,1
|
|
- crystal-full-green,1
|
|
|
|
* bio-biter-processing-crystal-full
|
|
** crystal-powder-full-blue
|
|
*** products
|
|
- crystal-powder,15
|
|
- milling-drum-used,1
|
|
*** ingredients
|
|
- milling-drum,1
|
|
- crystal-full-blue-cut,5
|
|
|
|
* bio-biter-processing-crystal-full
|
|
** crystal-powder-full-red
|
|
*** products
|
|
- crystal-powder,15
|
|
- milling-drum-used,1
|
|
*** ingredients
|
|
- milling-drum,1
|
|
- crystal-full-red-cut,5
|
|
|
|
* bio-biter-processing-crystal-full
|
|
** crystal-powder-full-green
|
|
*** products
|
|
- crystal-powder,15
|
|
- milling-drum-used,1
|
|
*** ingredients
|
|
- milling-drum,1
|
|
- crystal-full-green-cut,5
|
|
|
|
* bio-biter-processing-crystal-shard
|
|
** crystal-shard-crystalization-1
|
|
*** products
|
|
- crystal-shard-raw,1
|
|
*** ingredients
|
|
- egg-shell-seed,1
|
|
- liquid-polluted-fish-atmosphere,50
|
|
|
|
* bio-biter-processing-crystal-shard
|
|
** crystal-shard-crystalization-2
|
|
*** products
|
|
- crystal-shard-raw,1
|
|
*** ingredients
|
|
- egg-shell-seed,1
|
|
- crystal-enhancer,1
|
|
- liquid-polluted-fish-atmosphere,50
|
|
|
|
* bio-biter-processing-crystal-shard
|
|
** crystal-shard-cutting
|
|
*** products
|
|
- crystal-shard-blue-cut,1
|
|
- crystal-shard-red-cut,1
|
|
- crystal-shard-green-cut,1
|
|
- crystal-powder,1
|
|
*** ingredients
|
|
- crystal-shard-raw,1
|
|
|
|
* bio-biter-processing-crystal-shard
|
|
** crystal-shard-blue
|
|
*** products
|
|
- crystal-shard-blue,1
|
|
- crystal-grindstone,1
|
|
*** ingredients
|
|
- crystal-grindstone,1
|
|
- crystal-shard-blue-cut,1
|
|
- crystal-slurry,2
|
|
|
|
* bio-biter-processing-crystal-shard
|
|
** crystal-shard-red
|
|
*** products
|
|
- crystal-shard-red,1
|
|
- crystal-grindstone,1
|
|
*** ingredients
|
|
- crystal-grindstone,1
|
|
- crystal-shard-red-cut,1
|
|
- crystal-slurry,2
|
|
|
|
* bio-biter-processing-crystal-shard
|
|
** crystal-shard-green
|
|
*** products
|
|
- crystal-shard-green,1
|
|
- crystal-grindstone,1
|
|
*** ingredients
|
|
- crystal-grindstone,1
|
|
- crystal-shard-green-cut,1
|
|
- crystal-slurry,2
|
|
|
|
* bio-biter-processing-crystal-shard
|
|
** crystal-shard-harmonic
|
|
*** products
|
|
- crystal-shard-harmonic,1
|
|
*** ingredients
|
|
- crystal-shard-blue,1
|
|
- crystal-shard-red,1
|
|
- crystal-shard-green,1
|
|
|
|
* bio-biter-processing-crystal-shard
|
|
** crystal-powder-shard-blue
|
|
*** products
|
|
- crystal-powder,10
|
|
- milling-drum-used,1
|
|
*** ingredients
|
|
- milling-drum,1
|
|
- crystal-shard-blue-cut,5
|
|
|
|
* bio-biter-processing-crystal-shard
|
|
** crystal-powder-shard-red
|
|
*** products
|
|
- crystal-powder,10
|
|
- milling-drum-used,1
|
|
*** ingredients
|
|
- milling-drum,1
|
|
- crystal-shard-red-cut,5
|
|
|
|
* bio-biter-processing-crystal-shard
|
|
** crystal-powder-shard-green
|
|
*** products
|
|
- crystal-powder,10
|
|
- milling-drum-used,1
|
|
*** ingredients
|
|
- milling-drum,1
|
|
- crystal-shard-green-cut,5
|
|
|
|
* bio-biter-processing-crystal-splinter
|
|
** crystal-splinter-crystalization-1
|
|
*** products
|
|
- crystal-splinter-raw,1
|
|
*** ingredients
|
|
- liquid-polluted-fish-atmosphere,50
|
|
|
|
* bio-biter-processing-crystal-splinter
|
|
** crystal-splinter-crystalization-2
|
|
*** products
|
|
- crystal-splinter-raw,1
|
|
*** ingredients
|
|
- crystal-seed,1
|
|
- liquid-polluted-fish-atmosphere,50
|
|
|
|
* bio-biter-processing-crystal-splinter
|
|
** crystal-splinter-cutting
|
|
*** products
|
|
- crystal-splinter-blue-cut,1
|
|
- crystal-splinter-red-cut,1
|
|
- crystal-splinter-green-cut,1
|
|
- crystal-powder,1
|
|
*** ingredients
|
|
- crystal-splinter-raw,1
|
|
|
|
* bio-biter-processing-crystal-splinter
|
|
** crystal-splinter-blue
|
|
*** products
|
|
- crystal-splinter-blue,1
|
|
- crystal-grindstone,1
|
|
*** ingredients
|
|
- crystal-splinter-blue-cut,1
|
|
- crystal-grindstone,1
|
|
- crystal-slurry,2
|
|
|
|
* bio-biter-processing-crystal-splinter
|
|
** crystal-splinter-red
|
|
*** products
|
|
- crystal-splinter-red,1
|
|
- crystal-grindstone,1
|
|
*** ingredients
|
|
- crystal-splinter-red-cut,1
|
|
- crystal-grindstone,1
|
|
- crystal-slurry,2
|
|
|
|
* bio-biter-processing-crystal-splinter
|
|
** crystal-splinter-green
|
|
*** products
|
|
- crystal-splinter-green,1
|
|
- crystal-grindstone,1
|
|
*** ingredients
|
|
- crystal-splinter-green-cut,1
|
|
- crystal-grindstone,1
|
|
- crystal-slurry,2
|
|
|
|
* bio-biter-processing-crystal-splinter
|
|
** crystal-splinter-harmonic
|
|
*** products
|
|
- crystal-splinter-harmonic,1
|
|
*** ingredients
|
|
- crystal-splinter-blue,1
|
|
- crystal-splinter-red,1
|
|
- crystal-splinter-green,1
|
|
|
|
* bio-biter-processing-crystal-splinter
|
|
** crystal-powder-splinter-blue
|
|
*** products
|
|
- crystal-powder,5
|
|
- milling-drum-used,1
|
|
*** ingredients
|
|
- milling-drum,1
|
|
- crystal-splinter-blue-cut,5
|
|
|
|
* bio-biter-processing-crystal-splinter
|
|
** crystal-powder-splinter-red
|
|
*** products
|
|
- crystal-powder,5
|
|
- milling-drum-used,1
|
|
*** ingredients
|
|
- milling-drum,1
|
|
- crystal-splinter-red-cut,5
|
|
|
|
* bio-biter-processing-crystal-splinter
|
|
** crystal-powder-splinter-green
|
|
*** products
|
|
- crystal-powder,5
|
|
- milling-drum-used,1
|
|
*** ingredients
|
|
- milling-drum,1
|
|
- crystal-splinter-green-cut,5
|
|
|
|
* bio-fish
|
|
** fish-keeping-0
|
|
*** products
|
|
- raw-fish,2
|
|
- raw-fish,1
|
|
- liquid-polluted-fish-atmosphere,100
|
|
*** ingredients
|
|
- raw-fish,4
|
|
- liquid-nutrient-pulp,20
|
|
- liquid-fish-atmosphere,100
|
|
|
|
* bio-fish
|
|
** fish-keeping-1
|
|
*** products
|
|
- alien-fish-1-raw,3
|
|
- alien-fish-1-raw,1
|
|
- liquid-polluted-fish-atmosphere,100
|
|
*** ingredients
|
|
- alien-fish-1-raw,4
|
|
- liquid-nutrient-pulp,20
|
|
- liquid-fish-atmosphere,100
|
|
|
|
* bio-fish
|
|
** fish-keeping-2
|
|
*** products
|
|
- alien-fish-2-raw,3
|
|
- alien-fish-2-raw,1
|
|
- liquid-polluted-fish-atmosphere,100
|
|
*** ingredients
|
|
- alien-fish-2-raw,4
|
|
- liquid-nutrient-pulp,20
|
|
- liquid-fish-atmosphere,100
|
|
|
|
* bio-fish
|
|
** fish-keeping-3
|
|
*** products
|
|
- alien-fish-3-raw,3
|
|
- alien-fish-3-raw,1
|
|
- liquid-polluted-fish-atmosphere,100
|
|
*** ingredients
|
|
- alien-fish-3-raw,4
|
|
- liquid-nutrient-pulp,20
|
|
- liquid-fish-atmosphere,100
|
|
|
|
* bio-fish
|
|
** liquid-fish-atmosphere
|
|
*** products
|
|
- liquid-fish-atmosphere,100
|
|
*** ingredients
|
|
- water,50
|
|
- water-saline,50
|
|
|
|
* bio-fish-breeding
|
|
** fish-breeding-0
|
|
*** products
|
|
- raw-fish,2-4
|
|
- liquid-polluted-fish-atmosphere,100
|
|
*** ingredients
|
|
- raw-fish,2
|
|
- liquid-nutrient-pulp,20
|
|
- liquid-fish-atmosphere,100
|
|
|
|
* bio-fish-breeding
|
|
** fish-breeding-1
|
|
*** products
|
|
- alien-fish-1-raw,5-10
|
|
- liquid-polluted-fish-atmosphere,100
|
|
*** ingredients
|
|
- algae-brown,2
|
|
- alien-fish-1-raw,2
|
|
- liquid-nutrient-pulp,20
|
|
- liquid-fish-atmosphere,100
|
|
|
|
* bio-fish-breeding
|
|
** fish-breeding-2
|
|
*** products
|
|
- alien-fish-2-raw,5-10
|
|
- liquid-polluted-fish-atmosphere,100
|
|
*** ingredients
|
|
- algae-green,2
|
|
- alien-fish-2-raw,2
|
|
- liquid-nutrient-pulp,20
|
|
- liquid-fish-atmosphere,100
|
|
|
|
* bio-fish-breeding
|
|
** fish-breeding-3
|
|
*** products
|
|
- alien-fish-3-raw,5-10
|
|
- liquid-polluted-fish-atmosphere,100
|
|
*** ingredients
|
|
- alien-fish-3-raw,2
|
|
- bio-raw-meat,2
|
|
- liquid-nutrient-pulp,20
|
|
- liquid-fish-atmosphere,100
|
|
|
|
* bio-fish-breeding
|
|
** liquid-polluted-fish-atmosphere
|
|
*** products
|
|
- liquid-polluted-fish-atmosphere,100
|
|
*** ingredients
|
|
- bio-raw-meat,25
|
|
- liquid-fish-atmosphere,100
|
|
|
|
* bio-fish-butchery
|
|
** fish-butchery-0
|
|
*** products
|
|
- bio-raw-meat,1
|
|
*** ingredients
|
|
- raw-fish,1
|
|
|
|
* bio-fish-butchery
|
|
** fish-butchery-1
|
|
*** products
|
|
- bio-raw-meat,1
|
|
*** ingredients
|
|
- alien-fish-1-raw,1
|
|
|
|
* bio-fish-butchery
|
|
** fish-butchery-2
|
|
*** products
|
|
- bio-raw-meat,1
|
|
*** ingredients
|
|
- alien-fish-2-raw,1
|
|
|
|
* bio-fish-butchery
|
|
** fish-butchery-3
|
|
*** products
|
|
- bio-raw-meat,2
|
|
*** ingredients
|
|
- alien-fish-3-raw,1
|
|
|
|
* bio-hogger
|
|
** hogger-hogging-1
|
|
*** products
|
|
- bio-hogger-1,3-5
|
|
- copper-ore,10
|
|
*** ingredients
|
|
- iron-ore,10
|
|
- iron-plate,1
|
|
- bio-hogger-1,4
|
|
- liquid-nutrient-pulp,20
|
|
|
|
* bio-hogger
|
|
** hogger-hogging-2
|
|
*** products
|
|
- bio-hogger-2,3-5
|
|
- copper-ore,10
|
|
*** ingredients
|
|
- iron-ore,10
|
|
- iron-plate,1
|
|
- bio-hogger-2,4
|
|
- liquid-nutrient-pulp,20
|
|
|
|
* bio-hogger
|
|
** hogger-hogging-3
|
|
*** products
|
|
- bio-hogger-3,3-5
|
|
- copper-ore,10
|
|
*** ingredients
|
|
- iron-ore,10
|
|
- iron-plate,1
|
|
- bio-hogger-3,4
|
|
- liquid-nutrient-pulp,20
|
|
|
|
* bio-hogger
|
|
** hogger-hogging-4
|
|
*** products
|
|
- bio-hogger-4,3-5
|
|
- copper-ore,10
|
|
*** ingredients
|
|
- iron-ore,10
|
|
- iron-plate,1
|
|
- bio-hogger-4,4
|
|
- liquid-nutrient-pulp,20
|
|
|
|
* bio-hogger
|
|
** hogger-hogging-5
|
|
*** products
|
|
- bio-hogger-5,3-5
|
|
- copper-ore,10
|
|
*** ingredients
|
|
- iron-ore,10
|
|
- iron-plate,1
|
|
- bio-hogger-5,4
|
|
- liquid-nutrient-pulp,20
|
|
|
|
* bio-hogger-breeding
|
|
** hogger-breeding-1
|
|
*** products
|
|
- bio-hogger-1,2
|
|
- bio-hogger-1,1
|
|
- bio-hogger-2,1
|
|
- bio-hogger-3,1
|
|
- bio-hogger-4,1
|
|
- bio-hogger-5,1
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- bio-hogger-1,2
|
|
- liquid-nutrient-pulp,20
|
|
|
|
* bio-hogger-breeding
|
|
** hogger-breeding-2
|
|
*** products
|
|
- bio-hogger-2,2
|
|
- bio-hogger-1,1
|
|
- bio-hogger-2,1
|
|
- bio-hogger-3,1
|
|
- bio-hogger-4,1
|
|
- bio-hogger-5,1
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- bio-hogger-2,2
|
|
- liquid-nutrient-pulp,20
|
|
|
|
* bio-hogger-breeding
|
|
** hogger-breeding-3
|
|
*** products
|
|
- bio-hogger-3,2
|
|
- bio-hogger-1,1
|
|
- bio-hogger-2,1
|
|
- bio-hogger-3,1
|
|
- bio-hogger-4,1
|
|
- bio-hogger-5,1
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- bio-hogger-3,2
|
|
- liquid-nutrient-pulp,20
|
|
|
|
* bio-hogger-breeding
|
|
** hogger-breeding-4
|
|
*** products
|
|
- bio-hogger-4,2
|
|
- bio-hogger-1,1
|
|
- bio-hogger-2,1
|
|
- bio-hogger-3,1
|
|
- bio-hogger-4,1
|
|
- bio-hogger-5,1
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- bio-hogger-4,2
|
|
- liquid-nutrient-pulp,20
|
|
|
|
* bio-hogger-breeding
|
|
** hogger-breeding-5
|
|
*** products
|
|
- bio-hogger-5,2
|
|
- bio-hogger-1,1
|
|
- bio-hogger-2,1
|
|
- bio-hogger-3,1
|
|
- bio-hogger-4,1
|
|
- bio-hogger-5,1
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- bio-hogger-5,2
|
|
- liquid-nutrient-pulp,20
|
|
|
|
* bio-hogger-butchery
|
|
** hogger-butchery-1
|
|
*** products
|
|
- bio-raw-meat,1
|
|
*** ingredients
|
|
- bio-hogger-1,1
|
|
|
|
* bio-hogger-butchery
|
|
** hogger-butchery-2
|
|
*** products
|
|
- bio-raw-meat,1
|
|
*** ingredients
|
|
- bio-hogger-2,1
|
|
|
|
* bio-hogger-butchery
|
|
** hogger-butchery-3
|
|
*** products
|
|
- bio-raw-meat,1
|
|
*** ingredients
|
|
- bio-hogger-3,1
|
|
|
|
* bio-hogger-butchery
|
|
** hogger-butchery-4
|
|
*** products
|
|
- bio-raw-meat,1
|
|
*** ingredients
|
|
- bio-hogger-4,1
|
|
|
|
* bio-hogger-butchery
|
|
** hogger-butchery-5
|
|
*** products
|
|
- bio-raw-meat,1
|
|
*** ingredients
|
|
- bio-hogger-5,1
|
|
|
|
* bio-liquor
|
|
** liquid-pulping-liquor
|
|
*** products
|
|
- liquid-pulping-liquor,100
|
|
*** ingredients
|
|
- gas-sulfur-dioxide,100
|
|
- gas-oxygen,40
|
|
- water,50
|
|
|
|
* bio-liquor
|
|
** brown-liquor-recovery
|
|
*** products
|
|
- solid-sodium-sulfate,1
|
|
- water-red-waste,50
|
|
*** ingredients
|
|
- solid-sodium-hydroxide,2
|
|
- liquid-brown-liquor,50
|
|
|
|
* bio-liquor
|
|
** liquid-white-liquor
|
|
*** products
|
|
- liquid-white-liquor,40
|
|
*** ingredients
|
|
- solid-sodium-hydroxide,2
|
|
- solid-sodium-sulfate,2
|
|
- water,40
|
|
|
|
* bio-liquor
|
|
** kraft-causting
|
|
*** products
|
|
- solid-limestone,4
|
|
- liquid-white-liquor,55
|
|
*** ingredients
|
|
- solid-lime,4
|
|
- liquid-green-liquor,60
|
|
- water,60
|
|
|
|
* bio-liquor
|
|
** kraft-recovery
|
|
*** products
|
|
- liquid-green-liquor,40
|
|
*** ingredients
|
|
- liquid-black-liquor,40
|
|
|
|
* bio-paper
|
|
** solid-wood-pulp
|
|
*** products
|
|
- solid-wood-pulp,20
|
|
*** ingredients
|
|
- solid-alginic-acid,5
|
|
- cellulose-fiber,20
|
|
|
|
* bio-paper
|
|
** sulfite-pulping
|
|
*** products
|
|
- solid-wood-pulp,25
|
|
- liquid-brown-liquor,75
|
|
*** ingredients
|
|
- cellulose-fiber,20
|
|
- liquid-pulping-liquor,75
|
|
- gas-ammonia,25
|
|
- water,50
|
|
|
|
* bio-paper
|
|
** kraft-cooking-washing
|
|
*** products
|
|
- solid-wood-pulp,30
|
|
- liquid-black-liquor,35-40
|
|
*** ingredients
|
|
- cellulose-fiber,20
|
|
- liquid-white-liquor,40
|
|
|
|
* bio-paper
|
|
** paper-bleaching-1
|
|
*** products
|
|
- solid-paper,4
|
|
*** ingredients
|
|
- solid-wood-pulp,2
|
|
|
|
* bio-paper
|
|
** paper-bleaching-2
|
|
*** products
|
|
- solid-paper,5
|
|
- solid-sodium-hypochlorite,2
|
|
*** ingredients
|
|
- solid-sodium-hydroxide,2
|
|
- solid-wood-pulp,2
|
|
- gas-chlorine,60
|
|
|
|
* bio-paper
|
|
** paper-bleaching-3
|
|
*** products
|
|
- solid-paper,6
|
|
- solid-sodium-carbonate,2
|
|
- water-yellow-waste,100
|
|
*** ingredients
|
|
- solid-sodium-hydroxide,2
|
|
- solid-wood-pulp,2
|
|
- gas-oxygen,60
|
|
- gas-sulfur-dioxide,40
|
|
- water,100
|
|
|
|
* bio-paper
|
|
** wooden-board-paper
|
|
*** products
|
|
- wooden-board,1
|
|
*** ingredients
|
|
- solid-paper,2
|
|
|
|
* bio-plastic
|
|
** liquid-acetic-acid-catalyst
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- liquid-acetic-acid,100
|
|
*** ingredients
|
|
- catalyst-metal-red,1
|
|
- gas-methanol,70
|
|
- gas-carbon-monoxide,30
|
|
- water-purified,50
|
|
|
|
* bio-plastic
|
|
** liquid-acetic-anhydride
|
|
*** products
|
|
- liquid-acetic-anhydride,150
|
|
*** ingredients
|
|
- liquid-acetic-acid,100
|
|
- gas-methanol,50
|
|
- gas-carbon-monoxide,50
|
|
|
|
* bio-plastic
|
|
** liquid-acetate-mixture
|
|
*** products
|
|
- liquid-cellulose-acetate-mixture,100
|
|
*** ingredients
|
|
- cellulose-fiber,10
|
|
- liquid-acetic-acid,40
|
|
- liquid-acetic-anhydride,40
|
|
- liquid-sulfuric-acid,20
|
|
|
|
* bio-plastic
|
|
** liquid-cellulose-acetate
|
|
*** products
|
|
- liquid-cellulose-acetate,50
|
|
- water-yellow-waste,20
|
|
*** ingredients
|
|
- liquid-cellulose-acetate-mixture,50
|
|
- water-purified,20
|
|
|
|
* bio-plastic
|
|
** bio-plastic-1
|
|
*** products
|
|
- liquid-plastic,15
|
|
*** ingredients
|
|
- liquid-cellulose-acetate,25
|
|
- gas-acetone,25
|
|
|
|
* bio-plastic
|
|
** liquid-propionic-acid-catalyst
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- liquid-propionic-acid,50
|
|
*** ingredients
|
|
- catalyst-metal-green,1
|
|
- gas-ethylene,50
|
|
- gas-carbon-monoxide,50
|
|
- water-purified,50
|
|
|
|
* bio-plastic
|
|
** bio-plastic-2
|
|
*** products
|
|
- liquid-plastic,25
|
|
*** ingredients
|
|
- cellulose-fiber,10
|
|
- liquid-acetic-acid,25
|
|
- liquid-propionic-acid,25
|
|
|
|
* bio-processing-alien-intermediate
|
|
** alien-spores
|
|
*** products
|
|
- alien-spores,70-80
|
|
- water-yellow-waste,30-40
|
|
*** ingredients
|
|
- liquid-polluted-fish-atmosphere,100
|
|
|
|
* bio-processing-alien-intermediate
|
|
** alien-bacteria
|
|
*** products
|
|
- alien-bacteria,1
|
|
*** ingredients
|
|
- solid-calcium-carbonate,1
|
|
- alien-spores,50
|
|
- liquid-hydrochloric-acid,50
|
|
|
|
* bio-processing-alien-intermediate
|
|
** alien-goo
|
|
*** products
|
|
- alien-goo,5-10
|
|
*** ingredients
|
|
- alien-bacteria,1
|
|
|
|
* bio-processing-alien-intermediate
|
|
** petri-dish
|
|
*** products
|
|
- petri-dish,2
|
|
*** ingredients
|
|
- glass,1
|
|
|
|
* bio-processing-alien-intermediate
|
|
** substrate-dish
|
|
*** products
|
|
- substrate-dish,3
|
|
*** ingredients
|
|
- paste-cellulose,1
|
|
- petri-dish,3
|
|
|
|
* bio-processing-alien-intermediate
|
|
** seeded-dish
|
|
*** products
|
|
- seeded-dish,5
|
|
*** ingredients
|
|
- alien-bacteria,1
|
|
- substrate-dish,5
|
|
|
|
* bio-processing-alien-intermediate
|
|
** crystal-seed
|
|
*** products
|
|
- crystal-seed,1
|
|
*** ingredients
|
|
- crystal-dust,1
|
|
- seeded-dish,1
|
|
|
|
* bio-processing-alien-intermediate
|
|
** egg-shell-seed
|
|
*** products
|
|
- egg-shell-seed,1
|
|
*** ingredients
|
|
- bio-puffer-egg-shell-powder,1
|
|
- seeded-dish,1
|
|
|
|
* bio-processing-alien-intermediate
|
|
** crystal-enhancer
|
|
*** products
|
|
- crystal-enhancer,1
|
|
*** ingredients
|
|
- catalysator-green,1
|
|
- seeded-dish,1
|
|
- crystal-powder,1
|
|
|
|
* bio-processing-alien-large
|
|
** alien-artifact-red-from-small
|
|
*** products
|
|
- alien-artifact-red,1
|
|
*** ingredients
|
|
- small-alien-artifact-red,25
|
|
|
|
* bio-processing-alien-large
|
|
** alien-artifact-yellow-from-small
|
|
*** products
|
|
- alien-artifact-yellow,1
|
|
*** ingredients
|
|
- small-alien-artifact-yellow,25
|
|
|
|
* bio-processing-alien-large
|
|
** alien-artifact-orange-from-small
|
|
*** products
|
|
- alien-artifact-orange,1
|
|
*** ingredients
|
|
- small-alien-artifact-orange,25
|
|
|
|
* bio-processing-alien-large
|
|
** alien-artifact-blue-from-small
|
|
*** products
|
|
- alien-artifact-blue,1
|
|
*** ingredients
|
|
- small-alien-artifact-blue,25
|
|
|
|
* bio-processing-alien-large
|
|
** alien-artifact-purple-from-small
|
|
*** products
|
|
- alien-artifact-purple,1
|
|
*** ingredients
|
|
- small-alien-artifact-purple,25
|
|
|
|
* bio-processing-alien-large
|
|
** alien-artifact-green-from-small
|
|
*** products
|
|
- alien-artifact-green,1
|
|
*** ingredients
|
|
- small-alien-artifact-green,25
|
|
|
|
* bio-processing-alien-large
|
|
** alien-artifact-from-small
|
|
*** products
|
|
- alien-artifact,1
|
|
*** ingredients
|
|
- small-alien-artifact,25
|
|
|
|
* bio-processing-alien-large-convert
|
|
** alien-artifact-red-from-basic
|
|
*** products
|
|
- alien-artifact-red,5
|
|
*** ingredients
|
|
- alien-artifact-red,1
|
|
- alien-artifact,5
|
|
|
|
* bio-processing-alien-large-convert
|
|
** alien-artifact-yellow-from-basic
|
|
*** products
|
|
- alien-artifact-yellow,5
|
|
*** ingredients
|
|
- alien-artifact-yellow,1
|
|
- alien-artifact,5
|
|
|
|
* bio-processing-alien-large-convert
|
|
** alien-artifact-orange-from-basic
|
|
*** products
|
|
- alien-artifact-orange,5
|
|
*** ingredients
|
|
- alien-artifact-orange,1
|
|
- alien-artifact,5
|
|
|
|
* bio-processing-alien-large-convert
|
|
** alien-artifact-blue-from-basic
|
|
*** products
|
|
- alien-artifact-blue,5
|
|
*** ingredients
|
|
- alien-artifact-blue,1
|
|
- alien-artifact,5
|
|
|
|
* bio-processing-alien-large-convert
|
|
** alien-artifact-purple-from-basic
|
|
*** products
|
|
- alien-artifact-purple,5
|
|
*** ingredients
|
|
- alien-artifact-purple,1
|
|
- alien-artifact,5
|
|
|
|
* bio-processing-alien-large-convert
|
|
** alien-artifact-green-from-basic
|
|
*** products
|
|
- alien-artifact-green,5
|
|
*** ingredients
|
|
- alien-artifact-green,1
|
|
- alien-artifact,5
|
|
|
|
* bio-processing-alien-pre
|
|
** alien-pre-artifact-red
|
|
*** products
|
|
- alien-pre-artifact-red,1
|
|
*** ingredients
|
|
- seeded-dish,1
|
|
- paste-copper,1
|
|
- ruby-4,1
|
|
|
|
* bio-processing-alien-pre
|
|
** alien-pre-artifact-yellow
|
|
*** products
|
|
- alien-pre-artifact-yellow,1
|
|
*** ingredients
|
|
- seeded-dish,1
|
|
- paste-gold,1
|
|
- diamond-4,1
|
|
|
|
* bio-processing-alien-pre
|
|
** alien-pre-artifact-orange
|
|
*** products
|
|
- alien-pre-artifact-orange,1
|
|
*** ingredients
|
|
- seeded-dish,1
|
|
- paste-tungsten,1
|
|
- topaz-4,1
|
|
|
|
* bio-processing-alien-pre
|
|
** alien-pre-artifact-blue
|
|
*** products
|
|
- alien-pre-artifact-blue,1
|
|
*** ingredients
|
|
- seeded-dish,1
|
|
- paste-cobalt,1
|
|
- sapphire-4,1
|
|
|
|
* bio-processing-alien-pre
|
|
** alien-pre-artifact-purple
|
|
*** products
|
|
- alien-pre-artifact-purple,1
|
|
*** ingredients
|
|
- seeded-dish,1
|
|
- paste-titanium,1
|
|
- amethyst-4,1
|
|
|
|
* bio-processing-alien-pre
|
|
** alien-pre-artifact-green
|
|
*** products
|
|
- alien-pre-artifact-green,1
|
|
*** ingredients
|
|
- seeded-dish,1
|
|
- paste-zinc,1
|
|
- emerald-4,1
|
|
|
|
* bio-processing-alien-pre
|
|
** alien-pre-artifact-base
|
|
*** products
|
|
- alien-pre-artifact-base,1
|
|
*** ingredients
|
|
- seeded-dish,1
|
|
- paste-iron,1
|
|
|
|
* bio-processing-alien-small
|
|
** small-alien-artifact-red
|
|
*** products
|
|
- small-alien-artifact-red,1
|
|
*** ingredients
|
|
- alien-pre-artifact-red,1
|
|
|
|
* bio-processing-alien-small
|
|
** small-alien-artifact-yellow
|
|
*** products
|
|
- small-alien-artifact-yellow,1
|
|
*** ingredients
|
|
- alien-pre-artifact-yellow,1
|
|
|
|
* bio-processing-alien-small
|
|
** small-alien-artifact-orange
|
|
*** products
|
|
- small-alien-artifact-orange,1
|
|
*** ingredients
|
|
- alien-pre-artifact-orange,1
|
|
|
|
* bio-processing-alien-small
|
|
** small-alien-artifact-blue
|
|
*** products
|
|
- small-alien-artifact-blue,1
|
|
*** ingredients
|
|
- alien-pre-artifact-blue,1
|
|
|
|
* bio-processing-alien-small
|
|
** small-alien-artifact-purple
|
|
*** products
|
|
- small-alien-artifact-purple,1
|
|
*** ingredients
|
|
- alien-pre-artifact-purple,1
|
|
|
|
* bio-processing-alien-small
|
|
** small-alien-artifact-green
|
|
*** products
|
|
- small-alien-artifact-green,1
|
|
*** ingredients
|
|
- alien-pre-artifact-green,1
|
|
|
|
* bio-processing-alien-small
|
|
** small-alien-artifact
|
|
*** products
|
|
- small-alien-artifact,1
|
|
*** ingredients
|
|
- alien-pre-artifact-base,1
|
|
|
|
* bio-processing-blocks
|
|
** temperate-upgrade
|
|
*** products
|
|
- temperate-upgrade,1
|
|
*** ingredients
|
|
- clay-brick,5
|
|
- token-bio,5
|
|
- electronic-circuit,1
|
|
- bronze-pipe,3
|
|
|
|
* bio-processing-blocks
|
|
** desert-upgrade
|
|
*** products
|
|
- desert-upgrade,1
|
|
*** ingredients
|
|
- clay-brick,10
|
|
- token-bio,5
|
|
- electronic-circuit,1
|
|
|
|
* bio-processing-blocks
|
|
** swamp-upgrade
|
|
*** products
|
|
- swamp-upgrade,1
|
|
*** ingredients
|
|
- token-bio,5
|
|
- electronic-circuit,1
|
|
- bronze-pipe,6
|
|
|
|
* bio-processing-blue
|
|
** algae-blue
|
|
*** products
|
|
- algae-blue,40
|
|
*** ingredients
|
|
- water-yellow-waste,100
|
|
- gas-carbon-dioxide,100
|
|
|
|
* bio-processing-blue
|
|
** blue-fiber-algae
|
|
*** products
|
|
- blue-cellulose-fiber,5
|
|
*** ingredients
|
|
- algae-blue,10
|
|
|
|
* bio-processing-blue
|
|
** gas-ammonia-from-blue-fiber
|
|
*** products
|
|
- gas-ammonia,100
|
|
*** ingredients
|
|
- blue-cellulose-fiber,20
|
|
|
|
* bio-processing-brown
|
|
** algae-brown
|
|
*** products
|
|
- algae-brown,40
|
|
*** ingredients
|
|
- water-saline,100
|
|
|
|
* bio-processing-brown
|
|
** algae-brown-burning-wash
|
|
*** products
|
|
- solid-sodium-carbonate,1
|
|
*** ingredients
|
|
- algae-brown,20
|
|
- water-purified,50
|
|
|
|
* bio-processing-brown
|
|
** algae-brown-burning
|
|
*** products
|
|
- solid-lithium,2
|
|
*** ingredients
|
|
- algae-brown,20
|
|
|
|
* bio-processing-brown
|
|
** solid-alginic-acid
|
|
*** products
|
|
- solid-alginic-acid,2
|
|
*** ingredients
|
|
- algae-brown,10
|
|
|
|
* bio-processing-buildings-alien-a
|
|
** bio-refugium-fish
|
|
*** products
|
|
- bio-refugium-fish,1
|
|
*** ingredients
|
|
- clay-brick,20
|
|
- glass,10
|
|
- bronze-alloy,6
|
|
- electronic-circuit,5
|
|
- bronze-pipe,75
|
|
|
|
* bio-processing-buildings-alien-a
|
|
** bio-butchery
|
|
*** products
|
|
- bio-butchery,1
|
|
*** ingredients
|
|
- clay-brick,10
|
|
- bronze-alloy,9
|
|
- steel-gear-wheel,6
|
|
- electronic-circuit,1
|
|
|
|
* bio-processing-buildings-alien-a
|
|
** bio-hatchery
|
|
*** products
|
|
- bio-hatchery,1
|
|
*** ingredients
|
|
- small-lamp,3
|
|
- aluminium-plate,8
|
|
- concrete-brick,10
|
|
- advanced-circuit,4
|
|
|
|
* bio-processing-buildings-alien-a
|
|
** bio-refugium-puffer
|
|
*** products
|
|
- bio-refugium-puffer,1
|
|
*** ingredients
|
|
- aluminium-plate,16
|
|
- glass,5
|
|
- concrete-brick,15
|
|
- advanced-circuit,4
|
|
- brass-pipe,33
|
|
|
|
* bio-processing-buildings-alien-a
|
|
** bio-refugium-biter
|
|
*** products
|
|
- bio-refugium-biter,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,95
|
|
- titanium-plate,40
|
|
- processing-unit,4
|
|
- stone-wall,4
|
|
- titanium-pipe,33
|
|
|
|
* bio-processing-buildings-alien-a
|
|
** bio-refugium-hogger
|
|
*** products
|
|
- bio-refugium-hogger,1
|
|
*** ingredients
|
|
- clay-brick,15
|
|
- steel-plate,12
|
|
- electronic-circuit,4
|
|
- steel-pipe,33
|
|
|
|
* bio-processing-buildings-nauvis-a
|
|
** algae-farm
|
|
*** products
|
|
- algae-farm,1
|
|
*** ingredients
|
|
- stone-brick,55
|
|
- iron-plate,33
|
|
- basic-circuit-board,4
|
|
- pipe,54
|
|
|
|
* bio-processing-buildings-nauvis-a
|
|
** algae-farm-2
|
|
*** products
|
|
- algae-farm-2,1
|
|
*** ingredients
|
|
- clay-brick,55
|
|
- steel-plate,33
|
|
- algae-farm,1
|
|
- electronic-circuit,4
|
|
- steel-pipe,54
|
|
|
|
* bio-processing-buildings-nauvis-a
|
|
** algae-farm-3
|
|
*** products
|
|
- algae-farm-3,1
|
|
*** ingredients
|
|
- clay-brick,55
|
|
- bronze-alloy,33
|
|
- algae-farm-2,1
|
|
- electronic-circuit,4
|
|
- bronze-pipe,54
|
|
|
|
* bio-processing-buildings-nauvis-a
|
|
** algae-farm-4
|
|
*** products
|
|
- algae-farm-4,1
|
|
*** ingredients
|
|
- aluminium-plate,44
|
|
- concrete-brick,55
|
|
- algae-farm-3,1
|
|
- advanced-circuit,4
|
|
- brass-pipe,54
|
|
|
|
* bio-processing-buildings-nauvis-a
|
|
** bio-generator-temperate-1
|
|
*** products
|
|
- bio-generator-temperate-1,1
|
|
*** ingredients
|
|
- clay-brick,5
|
|
- steel-plate,6
|
|
- temperate-tree,1
|
|
- electronic-circuit,2
|
|
- steel-pipe,9
|
|
|
|
* bio-processing-buildings-nauvis-a
|
|
** bio-generator-swamp-1
|
|
*** products
|
|
- bio-generator-swamp-1,1
|
|
*** ingredients
|
|
- clay-brick,5
|
|
- steel-plate,6
|
|
- swamp-tree,1
|
|
- electronic-circuit,2
|
|
- steel-pipe,9
|
|
|
|
* bio-processing-buildings-nauvis-a
|
|
** bio-generator-desert-1
|
|
*** products
|
|
- bio-generator-desert-1,1
|
|
*** ingredients
|
|
- clay-brick,5
|
|
- steel-plate,6
|
|
- desert-tree,1
|
|
- electronic-circuit,2
|
|
- steel-pipe,9
|
|
|
|
* bio-processing-buildings-nauvis-a
|
|
** bio-arboretum-1
|
|
*** products
|
|
- bio-arboretum-1,1
|
|
*** ingredients
|
|
- clay-brick,30
|
|
- glass,6
|
|
- steel-plate,18
|
|
- electronic-circuit,2
|
|
- steel-pipe,24
|
|
|
|
* bio-processing-buildings-nauvis-a
|
|
** bob-greenhouse
|
|
*** products
|
|
- bob-greenhouse,1
|
|
*** ingredients
|
|
- stone,2
|
|
- glass,4
|
|
- iron-plate,5
|
|
|
|
* bio-processing-buildings-vegetabilis-a
|
|
** crop-farm
|
|
*** products
|
|
- crop-farm,1
|
|
*** ingredients
|
|
- clay-brick,45
|
|
- steel-plate,24
|
|
- solid-soil,15
|
|
- electronic-circuit,2
|
|
- steel-pipe,9
|
|
|
|
* bio-processing-buildings-vegetabilis-a
|
|
** temperate-farm
|
|
*** products
|
|
- temperate-farm,1
|
|
*** ingredients
|
|
- aluminium-plate,32
|
|
- concrete-brick,45
|
|
- temperate-upgrade,1
|
|
- crop-farm,1
|
|
- advanced-circuit,2
|
|
- brass-pipe,9
|
|
|
|
* bio-processing-buildings-vegetabilis-a
|
|
** swamp-farm
|
|
*** products
|
|
- swamp-farm,1
|
|
*** ingredients
|
|
- aluminium-plate,32
|
|
- concrete-brick,45
|
|
- swamp-upgrade,1
|
|
- crop-farm,1
|
|
- advanced-circuit,2
|
|
- brass-pipe,9
|
|
|
|
* bio-processing-buildings-vegetabilis-a
|
|
** desert-farm
|
|
*** products
|
|
- desert-farm,1
|
|
*** ingredients
|
|
- aluminium-plate,32
|
|
- concrete-brick,45
|
|
- desert-upgrade,1
|
|
- crop-farm,1
|
|
- advanced-circuit,2
|
|
- brass-pipe,9
|
|
|
|
* bio-processing-buildings-vegetabilis-b
|
|
** seed-extractor
|
|
*** products
|
|
- seed-extractor,1
|
|
*** ingredients
|
|
- clay-brick,5
|
|
- steel-plate,3
|
|
- steel-gear-wheel,6
|
|
- basic-circuit-board,4
|
|
|
|
* bio-processing-buildings-vegetabilis-b
|
|
** composter
|
|
*** products
|
|
- composter,1
|
|
*** ingredients
|
|
- clay-brick,10
|
|
- steel-plate,6
|
|
- steel-gear-wheel,6
|
|
- electronic-circuit,2
|
|
- wooden-chest,1
|
|
|
|
* bio-processing-buildings-vegetabilis-b
|
|
** bio-processor
|
|
*** products
|
|
- bio-processor,1
|
|
*** ingredients
|
|
- clay-brick,25
|
|
- steel-plate,15
|
|
- steel-gear-wheel,12
|
|
- electronic-circuit,8
|
|
|
|
* bio-processing-buildings-vegetabilis-b
|
|
** bio-press
|
|
*** products
|
|
- bio-press,1
|
|
*** ingredients
|
|
- clay-brick,5
|
|
- bronze-alloy,6
|
|
- steel-gear-wheel,6
|
|
- electronic-circuit,2
|
|
- bronze-pipe,3
|
|
|
|
* bio-processing-buildings-vegetabilis-b
|
|
** nutrient-extractor
|
|
*** products
|
|
- nutrient-extractor,1
|
|
*** ingredients
|
|
- clay-brick,5
|
|
- bronze-alloy,3
|
|
- steel-gear-wheel,6
|
|
- electronic-circuit,2
|
|
- bronze-pipe,6
|
|
|
|
* bio-processing-green
|
|
** algae-green-simple
|
|
*** products
|
|
- algae-green,25
|
|
- algae-brown,5
|
|
*** ingredients
|
|
- water,100
|
|
|
|
* bio-processing-green
|
|
** algae-green
|
|
*** products
|
|
- algae-green,50
|
|
*** ingredients
|
|
- water-mineralized,80
|
|
- gas-carbon-dioxide,80
|
|
|
|
* bio-processing-green
|
|
** cellulose-fiber-algae
|
|
*** products
|
|
- cellulose-fiber,5
|
|
*** ingredients
|
|
- algae-green,10
|
|
|
|
* bio-processing-green
|
|
** paste-cellulose
|
|
*** products
|
|
- paste-cellulose,10
|
|
*** ingredients
|
|
- solid-sodium-hydroxide,3
|
|
- cellulose-fiber,5
|
|
- gas-chlor-methane,10
|
|
|
|
* bio-processing-green
|
|
** gas-methanol-from-wood
|
|
*** products
|
|
- gas-methanol,100
|
|
*** ingredients
|
|
- cellulose-fiber,20
|
|
|
|
* bio-processing-paste
|
|
** paste-copper
|
|
*** products
|
|
- paste-copper,1
|
|
*** ingredients
|
|
- powder-copper,2
|
|
- paste-cellulose,1
|
|
|
|
* bio-processing-paste
|
|
** paste-gold
|
|
*** products
|
|
- paste-gold,1
|
|
*** ingredients
|
|
- powder-gold,2
|
|
- paste-cellulose,1
|
|
|
|
* bio-processing-paste
|
|
** paste-tungsten
|
|
*** products
|
|
- paste-tungsten,1
|
|
*** ingredients
|
|
- powdered-tungsten,2
|
|
- paste-cellulose,1
|
|
|
|
* bio-processing-paste
|
|
** paste-cobalt
|
|
*** products
|
|
- paste-cobalt,1
|
|
*** ingredients
|
|
- powder-cobalt,2
|
|
- paste-cellulose,1
|
|
|
|
* bio-processing-paste
|
|
** paste-titanium
|
|
*** products
|
|
- paste-titanium,1
|
|
*** ingredients
|
|
- powder-titanium,2
|
|
- paste-cellulose,1
|
|
|
|
* bio-processing-paste
|
|
** paste-zinc
|
|
*** products
|
|
- paste-zinc,1
|
|
*** ingredients
|
|
- powder-zinc,2
|
|
- paste-cellulose,1
|
|
|
|
* bio-processing-paste
|
|
** paste-iron
|
|
*** products
|
|
- paste-iron,1
|
|
*** ingredients
|
|
- powder-iron,2
|
|
- paste-cellulose,1
|
|
|
|
* bio-processing-paste
|
|
** paste-silver
|
|
*** products
|
|
- paste-silver,1
|
|
*** ingredients
|
|
- powder-silver,2
|
|
- paste-cellulose,1
|
|
|
|
* bio-processing-red
|
|
** algae-red
|
|
*** products
|
|
- algae-red,40
|
|
*** ingredients
|
|
- thermal-water,100
|
|
- gas-ammonia,100
|
|
|
|
* bio-processing-red
|
|
** red-fiber-algae
|
|
*** products
|
|
- red-cellulose-fiber,5
|
|
*** ingredients
|
|
- algae-red,10
|
|
|
|
* bio-processing-red
|
|
** solid-calcium-carbonate
|
|
*** products
|
|
- solid-calcium-carbonate,5
|
|
*** ingredients
|
|
- red-cellulose-fiber,20
|
|
|
|
* bio-processing-wood
|
|
** wood-sawing-manual
|
|
*** products
|
|
- wood,5
|
|
*** ingredients
|
|
- solid-tree,1
|
|
|
|
* bio-processing-wood
|
|
** wood-sawing-1
|
|
*** products
|
|
- wood,6-8
|
|
- solid-saw,1
|
|
*** ingredients
|
|
- solid-saw,1
|
|
- solid-tree,1
|
|
|
|
* bio-processing-wood
|
|
** wood-sawing-2
|
|
*** products
|
|
- wood,6-8
|
|
- solid-crystal-tipped-saw,1
|
|
*** ingredients
|
|
- solid-crystal-tipped-saw,1
|
|
- solid-tree,1
|
|
|
|
* bio-processing-wood
|
|
** wood-sawing-3
|
|
*** products
|
|
- wood,6-8
|
|
- solid-crystal-full-saw,1
|
|
*** ingredients
|
|
- solid-crystal-full-saw,1
|
|
- solid-tree,1
|
|
|
|
* bio-processing-wood
|
|
** cellulose-fiber-raw-wood
|
|
*** products
|
|
- cellulose-fiber,4
|
|
*** ingredients
|
|
- wood,2
|
|
|
|
* bio-processing-wood
|
|
** wood-pellets
|
|
*** products
|
|
- wood-pellets,2
|
|
*** ingredients
|
|
- cellulose-fiber,12
|
|
|
|
* bio-processing-wood
|
|
** wood-bricks
|
|
*** products
|
|
- wood-bricks,4
|
|
*** ingredients
|
|
- wood-pellets,8
|
|
|
|
* bio-processing-wood
|
|
** gas-carbon-dioxide-from-wood
|
|
*** products
|
|
- gas-carbon-dioxide,70
|
|
*** ingredients
|
|
- wood-pellets,1
|
|
|
|
* bio-processing-wood
|
|
** wood-charcoal
|
|
*** products
|
|
- wood-charcoal,3
|
|
*** ingredients
|
|
- wood-pellets,2
|
|
|
|
* bio-processing-wood
|
|
** carbon-from-charcoal
|
|
*** products
|
|
- solid-carbon,2
|
|
*** ingredients
|
|
- wood-charcoal,1
|
|
- gas-oxygen,20
|
|
|
|
* bio-processor-fermentation
|
|
** fermentation-corn
|
|
*** products
|
|
- liquid-fermentation-raw,75
|
|
*** ingredients
|
|
- solid-corn,10
|
|
- water,50
|
|
|
|
* bio-processor-fermentation
|
|
** fermentation-fruit
|
|
*** products
|
|
- liquid-fermentation-raw,100
|
|
*** ingredients
|
|
- solid-fruit,10
|
|
- water,50
|
|
|
|
* bio-processor-fermentation
|
|
** aerobic-fermentation
|
|
*** products
|
|
- solid-compost,1
|
|
- liquid-acetic-acid,50
|
|
*** ingredients
|
|
- liquid-fermentation-raw,100
|
|
|
|
* bio-processor-fermentation
|
|
** anaerobic-fermentation
|
|
*** products
|
|
- solid-compost,1
|
|
- gas-ethanol,50
|
|
*** ingredients
|
|
- liquid-fermentation-raw,100
|
|
|
|
* bio-processor-fermentation
|
|
** ethanol-to-ethylene-synthesis
|
|
*** products
|
|
- gas-ethylene,50
|
|
- water-yellow-waste,50
|
|
*** ingredients
|
|
- gas-ethanol,50
|
|
- liquid-sulfuric-acid,50
|
|
|
|
* bio-processor-nutrient
|
|
** solid-beans-nutrients
|
|
*** products
|
|
- liquid-nutrient-pulp,80
|
|
*** ingredients
|
|
- solid-beans,5
|
|
|
|
* bio-processor-nutrient
|
|
** solid-corn-nutrients
|
|
*** products
|
|
- liquid-nutrient-pulp,70
|
|
*** ingredients
|
|
- solid-corn,5
|
|
|
|
* bio-processor-nutrient
|
|
** solid-leafs-nutrients
|
|
*** products
|
|
- liquid-nutrient-pulp,10
|
|
*** ingredients
|
|
- solid-leafs,5
|
|
|
|
* bio-processor-nutrient
|
|
** solid-nuts-nutrients
|
|
*** products
|
|
- liquid-nutrient-pulp,40
|
|
*** ingredients
|
|
- solid-nuts,5
|
|
|
|
* bio-processor-nutrient
|
|
** solid-pips-nutrients
|
|
*** products
|
|
- liquid-nutrient-pulp,20
|
|
*** ingredients
|
|
- solid-pips,5
|
|
|
|
* bio-processor-nutrient
|
|
** solid-fruit-nutrients
|
|
*** products
|
|
- liquid-nutrient-pulp,60
|
|
*** ingredients
|
|
- solid-fruit,5
|
|
|
|
* bio-processor-nutrient
|
|
** nutrients-refining-1
|
|
*** products
|
|
- liquid-fuel-oil,40
|
|
- gas-acetone,40
|
|
- gas-synthesis,20
|
|
*** ingredients
|
|
- liquid-nutrient-pulp,100
|
|
|
|
* bio-processor-nutrient
|
|
** nutrients-refining-2
|
|
*** products
|
|
- liquid-fuel-oil,60
|
|
- liquid-glycerol,40
|
|
*** ingredients
|
|
- liquid-nutrient-pulp,100
|
|
|
|
* bio-processor-nutrient
|
|
** nutrients-refining-3
|
|
*** products
|
|
- gas-acetone,60
|
|
- gas-ethanol,30
|
|
- gas-butane,10
|
|
*** ingredients
|
|
- liquid-nutrient-pulp,100
|
|
|
|
* bio-processor-press-fish
|
|
** fish-pressing-0
|
|
*** products
|
|
- fish-pulp,5
|
|
- liquid-raw-fish-oil,200
|
|
*** ingredients
|
|
- raw-fish,1
|
|
|
|
* bio-processor-press-fish
|
|
** fish-pressing-1
|
|
*** products
|
|
- fish-pulp,1
|
|
- liquid-raw-fish-oil,200
|
|
*** ingredients
|
|
- alien-fish-1-raw,1
|
|
|
|
* bio-processor-press-fish
|
|
** fish-pressing-2
|
|
*** products
|
|
- fish-pulp,2
|
|
- liquid-raw-fish-oil,100
|
|
*** ingredients
|
|
- alien-fish-2-raw,1
|
|
|
|
* bio-processor-press-fish
|
|
** fish-pressing-3
|
|
*** products
|
|
- fish-pulp,1
|
|
- liquid-raw-fish-oil,50
|
|
*** ingredients
|
|
- alien-fish-3-raw,1
|
|
|
|
* bio-processor-press-fish
|
|
** liquid-raw-fish-oil-filtering-1
|
|
*** products
|
|
- filter-frame,1
|
|
- liquid-fish-oil,100
|
|
- liquid-mineral-oil,100
|
|
*** ingredients
|
|
- filter-coal,1
|
|
- liquid-raw-fish-oil,150
|
|
- thermal-water,50
|
|
|
|
* bio-processor-press-fish
|
|
** liquid-raw-fish-oil-filtering-2
|
|
*** products
|
|
- filter-ceramic-used,1
|
|
- liquid-fish-oil,125
|
|
- liquid-mineral-oil,75
|
|
*** ingredients
|
|
- filter-ceramic,1
|
|
- liquid-raw-fish-oil,150
|
|
- thermal-water,50
|
|
|
|
* bio-processor-press-fish
|
|
** liquid-fish-oil-refining
|
|
*** products
|
|
- liquid-fermentation-raw,40
|
|
- lubricant,60
|
|
*** ingredients
|
|
- liquid-fish-oil,100
|
|
|
|
* bio-processor-press-fish
|
|
** advanced-liquid-fish-oil-refining
|
|
*** products
|
|
- liquid-fermentation-raw,75
|
|
- liquid-mineral-oil,25
|
|
*** ingredients
|
|
- liquid-fish-oil,100
|
|
|
|
* bio-processor-press-fish
|
|
** fish-pulp-nutrients
|
|
*** products
|
|
- liquid-nutrient-pulp,20
|
|
*** ingredients
|
|
- fish-pulp,5
|
|
|
|
* bio-processor-press-vegetables
|
|
** liquid-raw-vegetable-oil-nuts
|
|
*** products
|
|
- liquid-raw-vegetable-oil,50
|
|
*** ingredients
|
|
- solid-nuts,10
|
|
|
|
* bio-processor-press-vegetables
|
|
** liquid-raw-vegetable-oil-pips
|
|
*** products
|
|
- liquid-raw-vegetable-oil,40
|
|
*** ingredients
|
|
- solid-pips,10
|
|
|
|
* bio-processor-press-vegetables
|
|
** liquid-raw-vegetable-oil-beans
|
|
*** products
|
|
- liquid-raw-vegetable-oil,30
|
|
*** ingredients
|
|
- solid-beans,10
|
|
|
|
* bio-processor-press-vegetables
|
|
** liquid-raw-vegetable-oil-filtering-1
|
|
*** products
|
|
- filter-frame,1
|
|
- liquid-vegetable-oil,160
|
|
- liquid-nutrient-pulp,40
|
|
*** ingredients
|
|
- filter-coal,1
|
|
- liquid-raw-vegetable-oil,100
|
|
- water-purified,100
|
|
|
|
* bio-processor-press-vegetables
|
|
** liquid-raw-vegetable-oil-filtering-2
|
|
*** products
|
|
- filter-ceramic-used,1
|
|
- liquid-vegetable-oil,180
|
|
- liquid-nutrient-pulp,20
|
|
*** ingredients
|
|
- filter-ceramic,1
|
|
- liquid-raw-vegetable-oil,100
|
|
- water-purified,100
|
|
|
|
* bio-processor-press-vegetables
|
|
** liquid-vegetable-oil-refining
|
|
*** products
|
|
- liquid-fuel-oil,70
|
|
- liquid-mineral-oil,30
|
|
*** ingredients
|
|
- liquid-vegetable-oil,100
|
|
|
|
* bio-puffer-1
|
|
** puffer-puffing-1
|
|
*** products
|
|
- bio-puffer-1,3
|
|
- bio-puffer-1,1
|
|
- gas-acid,220
|
|
*** ingredients
|
|
- bio-puffer-1,4
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
- gas-compressed-air,100
|
|
|
|
* bio-puffer-1
|
|
** puffer-puffing-2
|
|
*** products
|
|
- bio-puffer-2,3
|
|
- bio-puffer-2,1
|
|
- gas-acid,20
|
|
- gas-raw-1,200
|
|
*** ingredients
|
|
- bio-puffer-2,4
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
- gas-ammonia,100
|
|
|
|
* bio-puffer-1
|
|
** puffer-puffing-3
|
|
*** products
|
|
- bio-puffer-3,3
|
|
- bio-puffer-3,1
|
|
- gas-acid,20
|
|
- gas-urea,200
|
|
*** ingredients
|
|
- bio-puffer-3,4
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
- gas-carbon-monoxide,100
|
|
|
|
* bio-puffer-1
|
|
** puffer-puffing-4
|
|
*** products
|
|
- bio-puffer-4,3
|
|
- bio-puffer-4,1
|
|
- gas-acid,20
|
|
- gas-synthesis,200
|
|
*** ingredients
|
|
- bio-puffer-4,4
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
- gas-sulfur-dioxide,100
|
|
|
|
* bio-puffer-1
|
|
** puffer-puffing-5
|
|
*** products
|
|
- bio-puffer-5,3
|
|
- bio-puffer-5,1
|
|
- gas-acid,20
|
|
- gas-hydrazine,200
|
|
*** ingredients
|
|
- bio-puffer-5,4
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
- gas-hydrogen-chloride,100
|
|
|
|
* bio-puffer-1
|
|
** gas-puffer-atmosphere
|
|
*** products
|
|
- gas-puffer-atmosphere,60
|
|
*** ingredients
|
|
- gas-sulfur-dioxide,20
|
|
- gas-hydrogen-fluoride,10
|
|
- gas-oxygen,10
|
|
|
|
* bio-puffer-2
|
|
** puffer-puffing-23
|
|
*** products
|
|
- bio-puffer-2,1
|
|
- bio-puffer-2,1
|
|
- bio-puffer-3,1
|
|
- bio-puffer-3,1
|
|
- gas-puffer-atmosphere,100
|
|
*** ingredients
|
|
- bio-puffer-2,2
|
|
- bio-puffer-3,2
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
- gas-acid,100
|
|
|
|
* bio-puffer-2
|
|
** puffer-puffing-12
|
|
*** products
|
|
- bio-puffer-1,1
|
|
- bio-puffer-1,1
|
|
- bio-puffer-2,1
|
|
- bio-puffer-2,1
|
|
- gas-acid,20
|
|
- gas-hydrogen-sulfide,100
|
|
*** ingredients
|
|
- bio-puffer-1,2
|
|
- bio-puffer-2,2
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
- water-yellow-waste,100
|
|
|
|
* bio-puffer-2
|
|
** puffer-puffing-13
|
|
*** products
|
|
- bio-puffer-1,1
|
|
- bio-puffer-1,1
|
|
- bio-puffer-3,1
|
|
- bio-puffer-3,1
|
|
- gas-acid,20
|
|
- gas-ammonia,100
|
|
*** ingredients
|
|
- bio-puffer-1,2
|
|
- bio-puffer-3,2
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
- water-red-waste,100
|
|
|
|
* bio-puffer-2
|
|
** puffer-puffing-14
|
|
*** products
|
|
- bio-puffer-1,1
|
|
- bio-puffer-1,1
|
|
- bio-puffer-4,1
|
|
- bio-puffer-4,1
|
|
- gas-acid,20
|
|
- gas-hydrogen-fluoride,100
|
|
*** ingredients
|
|
- bio-puffer-1,2
|
|
- bio-puffer-4,2
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
- water-greenyellow-waste,100
|
|
|
|
* bio-puffer-2
|
|
** puffer-puffing-15
|
|
*** products
|
|
- bio-puffer-1,1
|
|
- bio-puffer-1,1
|
|
- bio-puffer-5,1
|
|
- bio-puffer-5,1
|
|
- gas-acid,20
|
|
- gas-hydrogen-chloride,100
|
|
*** ingredients
|
|
- bio-puffer-1,2
|
|
- bio-puffer-5,2
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
- water-green-waste,100
|
|
|
|
* bio-puffer-breeding-1
|
|
** puffer-breeding-1
|
|
*** products
|
|
- bio-puffer-1,2
|
|
- bio-puffer-egg-1,1
|
|
- bio-puffer-egg-2,1
|
|
- bio-puffer-egg-3,1
|
|
- bio-puffer-egg-4,1
|
|
- bio-puffer-egg-5,1
|
|
- gas-acid,20
|
|
*** ingredients
|
|
- solid-beans,5
|
|
- bio-puffer-1,2
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
|
|
* bio-puffer-breeding-1
|
|
** puffer-breeding-2
|
|
*** products
|
|
- bio-puffer-2,2
|
|
- bio-puffer-egg-1,1
|
|
- bio-puffer-egg-2,1
|
|
- bio-puffer-egg-3,1
|
|
- bio-puffer-egg-4,1
|
|
- bio-puffer-egg-5,1
|
|
- gas-acid,20
|
|
*** ingredients
|
|
- solid-leafs,5
|
|
- bio-puffer-2,2
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
|
|
* bio-puffer-breeding-1
|
|
** puffer-breeding-3
|
|
*** products
|
|
- bio-puffer-3,2
|
|
- bio-puffer-egg-1,1
|
|
- bio-puffer-egg-2,1
|
|
- bio-puffer-egg-3,1
|
|
- bio-puffer-egg-4,1
|
|
- bio-puffer-egg-5,1
|
|
- gas-acid,20
|
|
*** ingredients
|
|
- solid-nuts,5
|
|
- bio-puffer-3,2
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
|
|
* bio-puffer-breeding-1
|
|
** puffer-breeding-4
|
|
*** products
|
|
- bio-puffer-4,2
|
|
- bio-puffer-egg-1,1
|
|
- bio-puffer-egg-2,1
|
|
- bio-puffer-egg-3,1
|
|
- bio-puffer-egg-4,1
|
|
- bio-puffer-egg-5,1
|
|
- gas-acid,20
|
|
*** ingredients
|
|
- solid-pips,5
|
|
- bio-puffer-4,2
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
|
|
* bio-puffer-breeding-1
|
|
** puffer-breeding-5
|
|
*** products
|
|
- bio-puffer-5,2
|
|
- bio-puffer-egg-1,1
|
|
- bio-puffer-egg-2,1
|
|
- bio-puffer-egg-3,1
|
|
- bio-puffer-egg-4,1
|
|
- bio-puffer-egg-5,1
|
|
- gas-acid,20
|
|
*** ingredients
|
|
- solid-fruit,5
|
|
- bio-puffer-5,2
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
|
|
* bio-puffer-breeding-2
|
|
** puffer-breeding-23
|
|
*** products
|
|
- bio-puffer-2,1
|
|
- bio-puffer-3,1
|
|
- bio-puffer-egg-1,1
|
|
- gas-acid,20
|
|
*** ingredients
|
|
- solid-fruit,5
|
|
- bio-puffer-2,1
|
|
- bio-puffer-3,1
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
|
|
* bio-puffer-breeding-2
|
|
** puffer-breeding-12
|
|
*** products
|
|
- bio-puffer-1,1
|
|
- bio-puffer-2,1
|
|
- bio-puffer-egg-2,1
|
|
- gas-acid,20
|
|
*** ingredients
|
|
- solid-pips,5
|
|
- bio-puffer-1,1
|
|
- bio-puffer-2,1
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
|
|
* bio-puffer-breeding-2
|
|
** puffer-breeding-13
|
|
*** products
|
|
- bio-puffer-1,1
|
|
- bio-puffer-3,1
|
|
- bio-puffer-egg-3,1
|
|
- gas-acid,20
|
|
*** ingredients
|
|
- solid-beans,5
|
|
- bio-puffer-1,1
|
|
- bio-puffer-3,1
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
|
|
* bio-puffer-breeding-2
|
|
** puffer-breeding-14
|
|
*** products
|
|
- bio-puffer-1,1
|
|
- bio-puffer-4,1
|
|
- bio-puffer-egg-4,1
|
|
- gas-acid,20
|
|
*** ingredients
|
|
- solid-corn,5
|
|
- bio-puffer-1,1
|
|
- bio-puffer-4,1
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
|
|
* bio-puffer-breeding-2
|
|
** puffer-breeding-15
|
|
*** products
|
|
- bio-puffer-1,1
|
|
- bio-puffer-5,1
|
|
- bio-puffer-egg-5,1
|
|
- gas-acid,20
|
|
*** ingredients
|
|
- solid-leafs,5
|
|
- bio-puffer-1,1
|
|
- bio-puffer-5,1
|
|
- liquid-nutrient-pulp,20
|
|
- gas-puffer-atmosphere,20
|
|
|
|
* bio-puffer-butchery
|
|
** puffer-butchery-1
|
|
*** products
|
|
- bio-raw-meat,1
|
|
*** ingredients
|
|
- bio-puffer-1,1
|
|
|
|
* bio-puffer-butchery
|
|
** puffer-butchery-2
|
|
*** products
|
|
- bio-raw-meat,1
|
|
*** ingredients
|
|
- bio-puffer-2,1
|
|
|
|
* bio-puffer-butchery
|
|
** puffer-butchery-3
|
|
*** products
|
|
- bio-raw-meat,1
|
|
*** ingredients
|
|
- bio-puffer-3,1
|
|
|
|
* bio-puffer-butchery
|
|
** puffer-butchery-4
|
|
*** products
|
|
- bio-raw-meat,1
|
|
*** ingredients
|
|
- bio-puffer-4,1
|
|
|
|
* bio-puffer-butchery
|
|
** puffer-butchery-5
|
|
*** products
|
|
- bio-raw-meat,1
|
|
*** ingredients
|
|
- bio-puffer-5,1
|
|
|
|
* bio-puffer-egg
|
|
** puffer-egg-1
|
|
*** products
|
|
- bio-puffer-egg-shell,1
|
|
- bio-puffer-1,1
|
|
- bio-puffer-2,1
|
|
*** ingredients
|
|
- bio-puffer-egg-1,1
|
|
|
|
* bio-puffer-egg
|
|
** puffer-egg-2
|
|
*** products
|
|
- bio-puffer-egg-shell,1
|
|
- bio-puffer-2,1
|
|
- bio-puffer-1,1
|
|
*** ingredients
|
|
- bio-puffer-egg-2,1
|
|
|
|
* bio-puffer-egg
|
|
** puffer-egg-3
|
|
*** products
|
|
- bio-puffer-egg-shell,1
|
|
- bio-puffer-3,1
|
|
- bio-puffer-1,1
|
|
*** ingredients
|
|
- bio-puffer-egg-3,1
|
|
|
|
* bio-puffer-egg
|
|
** puffer-egg-4
|
|
*** products
|
|
- bio-puffer-egg-shell,1
|
|
- bio-puffer-4,1
|
|
- bio-puffer-1,1
|
|
*** ingredients
|
|
- bio-puffer-egg-4,1
|
|
|
|
* bio-puffer-egg
|
|
** puffer-egg-5
|
|
*** products
|
|
- bio-puffer-egg-shell,1
|
|
- bio-puffer-5,1
|
|
- bio-puffer-1,1
|
|
*** ingredients
|
|
- bio-puffer-egg-5,1
|
|
|
|
* bio-puffer-egg
|
|
** bio-puffer-egg-shell-powder
|
|
*** products
|
|
- bio-puffer-egg-shell-powder,2
|
|
- milling-drum-used,1
|
|
*** ingredients
|
|
- milling-drum,1
|
|
- bio-puffer-egg-shell,2
|
|
|
|
* bio-wood
|
|
** solid-soil
|
|
*** products
|
|
- solid-soil,1
|
|
*** ingredients
|
|
- solid-mud,1
|
|
- solid-compost,1
|
|
|
|
* bio-wood
|
|
** solid-soil-alternative
|
|
*** products
|
|
- solid-soil,1
|
|
*** ingredients
|
|
- solid-sand,1
|
|
- solid-compost,2
|
|
|
|
* bio-wood
|
|
** solid-fertilizer
|
|
*** products
|
|
- solid-fertilizer,1
|
|
*** ingredients
|
|
- solid-compost,2
|
|
- gas-urea,20
|
|
|
|
* bio-wood
|
|
** bob-fertiliser
|
|
*** products
|
|
- solid-fertilizer,1
|
|
*** ingredients
|
|
- liquid-nitric-acid,10
|
|
- gas-ammonia,10
|
|
- gas-urea,20
|
|
|
|
* bio-wood
|
|
** solid-alienated-fertilizer
|
|
*** products
|
|
- solid-alienated-fertilizer,1
|
|
*** ingredients
|
|
- solid-fertilizer,1
|
|
- alien-goo,5
|
|
|
|
* bio-wood
|
|
** solid-saw
|
|
*** products
|
|
- solid-saw,1
|
|
*** ingredients
|
|
- iron-plate,1
|
|
|
|
* bio-wood
|
|
** solid-crystal-tipped-saw
|
|
*** products
|
|
- solid-crystal-tipped-saw,1
|
|
*** ingredients
|
|
- solid-saw,1
|
|
- crystal-splinter-harmonic,1
|
|
|
|
* bio-wood
|
|
** solid-crystal-full-saw
|
|
*** products
|
|
- solid-crystal-full-saw,1
|
|
*** ingredients
|
|
- solid-crystal-tipped-saw,1
|
|
- crystal-shard-harmonic,1
|
|
|
|
* bio-wood
|
|
** bob-seedling
|
|
*** products
|
|
- seedling,1-9
|
|
*** ingredients
|
|
- wood,1
|
|
|
|
* bio-yield-module
|
|
** angels-bio-yield-module
|
|
*** products
|
|
- angels-bio-yield-module,1
|
|
*** ingredients
|
|
- solder,1
|
|
- token-bio,1
|
|
- effectivity-module,1
|
|
- productivity-module,1
|
|
|
|
* bio-yield-module
|
|
** angels-bio-yield-module-2
|
|
*** products
|
|
- angels-bio-yield-module-2,1
|
|
*** ingredients
|
|
- solder,2
|
|
- token-bio,1
|
|
- effectivity-module-2,1
|
|
- productivity-module-2,1
|
|
|
|
* bio-yield-module
|
|
** angels-bio-yield-module-3
|
|
*** products
|
|
- angels-bio-yield-module-3,1
|
|
*** ingredients
|
|
- solder,3
|
|
- token-bio,1
|
|
- effectivity-module-3,1
|
|
- productivity-module-3,1
|
|
|
|
* bio-yield-module
|
|
** angels-bio-yield-module-4
|
|
*** products
|
|
- angels-bio-yield-module-4,1
|
|
*** ingredients
|
|
- solder,4
|
|
- token-bio,1
|
|
- effectivity-module-4,1
|
|
- productivity-module-4,1
|
|
|
|
* bio-yield-module
|
|
** angels-bio-yield-module-5
|
|
*** products
|
|
- angels-bio-yield-module-5,1
|
|
*** ingredients
|
|
- solder,6
|
|
- token-bio,1
|
|
- effectivity-module-5,1
|
|
- productivity-module-5,1
|
|
|
|
* bio-yield-module
|
|
** angels-bio-yield-module-6
|
|
*** products
|
|
- angels-bio-yield-module-6,1
|
|
*** ingredients
|
|
- solder,7
|
|
- token-bio,1
|
|
- effectivity-module-6,1
|
|
- productivity-module-6,1
|
|
|
|
* bio-yield-module
|
|
** angels-bio-yield-module-7
|
|
*** products
|
|
- angels-bio-yield-module-7,1
|
|
*** ingredients
|
|
- solder,8
|
|
- token-bio,1
|
|
- effectivity-module-7,1
|
|
- productivity-module-7,1
|
|
|
|
* bio-yield-module
|
|
** angels-bio-yield-module-8
|
|
*** products
|
|
- angels-bio-yield-module-8,1
|
|
*** ingredients
|
|
- solder,10
|
|
- token-bio,1
|
|
- effectivity-module-8,1
|
|
- productivity-module-8,1
|
|
|
|
* bob-alien-resource
|
|
** alien-blue-alloy
|
|
*** products
|
|
- alien-blue-alloy,10
|
|
*** ingredients
|
|
- tungsten-plate,10
|
|
- alien-artifact-blue,1
|
|
|
|
* bob-alien-resource
|
|
** alien-orange-alloy
|
|
*** products
|
|
- alien-orange-alloy,10
|
|
*** ingredients
|
|
- steel-plate,10
|
|
- alien-artifact-orange,1
|
|
|
|
* bob-alien-resource
|
|
** alien-acid
|
|
*** products
|
|
- alien-acid,100
|
|
*** ingredients
|
|
- alien-artifact-purple,1
|
|
- liquid-sulfuric-acid,100
|
|
|
|
* bob-alien-resource
|
|
** alien-explosive
|
|
*** products
|
|
- alien-explosive,100
|
|
*** ingredients
|
|
- coal,6
|
|
- sulfur,6
|
|
- alien-artifact-yellow,1
|
|
|
|
* bob-alien-resource
|
|
** alien-poison
|
|
*** products
|
|
- alien-poison,100
|
|
*** ingredients
|
|
- coal,6
|
|
- alien-artifact-green,1
|
|
- liquid-nitric-acid,60
|
|
|
|
* bob-alien-resource
|
|
** alien-fire
|
|
*** products
|
|
- alien-fire,100
|
|
*** ingredients
|
|
- alien-artifact-red,1
|
|
- liquid-naphtha,60
|
|
- liquid-fuel-oil,60
|
|
|
|
* bob-alloy
|
|
** solder-alloy
|
|
*** products
|
|
- solder-alloy,11
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- silver-plate,1
|
|
- tin-plate,9
|
|
|
|
* bob-alloy
|
|
** solder-alloy-lead
|
|
*** products
|
|
- solder-alloy,11
|
|
*** ingredients
|
|
- lead-plate,7
|
|
- tin-plate,4
|
|
|
|
* bob-alloy
|
|
** bob-tungsten-plate
|
|
*** products
|
|
- tungsten-plate,5
|
|
*** ingredients
|
|
- powdered-tungsten,4
|
|
- nickel-plate,1
|
|
|
|
* bob-assembly-machine
|
|
** burner-assembling-machine
|
|
*** products
|
|
- burner-assembling-machine,1
|
|
*** ingredients
|
|
- iron-plate,9
|
|
- iron-gear-wheel,5
|
|
|
|
* bob-assembly-machine
|
|
** steam-assembling-machine
|
|
*** products
|
|
- steam-assembling-machine,1
|
|
*** ingredients
|
|
- iron-plate,10
|
|
- iron-gear-wheel,10
|
|
- pipe,5
|
|
|
|
* bob-assembly-machine
|
|
** assembling-machine-1
|
|
*** products
|
|
- assembling-machine-1,1
|
|
*** ingredients
|
|
- iron-plate,9
|
|
- iron-gear-wheel,5
|
|
- basic-circuit-board,3
|
|
|
|
* bob-assembly-machine
|
|
** assembling-machine-2
|
|
*** products
|
|
- assembling-machine-2,1
|
|
*** ingredients
|
|
- assembling-machine-1,1
|
|
- steel-plate,2
|
|
- iron-gear-wheel,5
|
|
- electronic-circuit,3
|
|
|
|
* bob-assembly-machine
|
|
** assembling-machine-3
|
|
*** products
|
|
- assembling-machine-3,1
|
|
*** ingredients
|
|
- assembling-machine-2,1
|
|
- steel-plate,9
|
|
- steel-gear-wheel,5
|
|
- advanced-circuit,3
|
|
|
|
* bob-assembly-machine
|
|
** assembling-machine-4
|
|
*** products
|
|
- assembling-machine-4,1
|
|
*** ingredients
|
|
- assembling-machine-3,1
|
|
- aluminium-plate,9
|
|
- brass-gear-wheel,5
|
|
- steel-bearing,5
|
|
- advanced-circuit,3
|
|
|
|
* bob-assembly-machine
|
|
** assembling-machine-5
|
|
*** products
|
|
- assembling-machine-5,1
|
|
*** ingredients
|
|
- assembling-machine-4,1
|
|
- titanium-plate,9
|
|
- titanium-gear-wheel,5
|
|
- titanium-bearing,5
|
|
- processing-unit,3
|
|
|
|
* bob-assembly-machine
|
|
** assembling-machine-6
|
|
*** products
|
|
- assembling-machine-6,1
|
|
*** ingredients
|
|
- assembling-machine-5,1
|
|
- tungsten-carbide,5
|
|
- nitinol-alloy,5
|
|
- nitinol-gear-wheel,5
|
|
- nitinol-bearing,5
|
|
- advanced-processing-unit,3
|
|
|
|
* bob-assembly-machine
|
|
** electronics-machine-1
|
|
*** products
|
|
- electronics-machine-1,1
|
|
*** ingredients
|
|
- iron-plate,5
|
|
- iron-gear-wheel,5
|
|
- basic-circuit-board,5
|
|
|
|
* bob-assembly-machine
|
|
** electronics-machine-2
|
|
*** products
|
|
- electronics-machine-2,1
|
|
*** ingredients
|
|
- electronics-machine-1,1
|
|
- steel-plate,5
|
|
- steel-gear-wheel,5
|
|
- steel-bearing,5
|
|
- advanced-circuit,5
|
|
|
|
* bob-assembly-machine
|
|
** electronics-machine-3
|
|
*** products
|
|
- electronics-machine-3,1
|
|
*** ingredients
|
|
- electronics-machine-2,1
|
|
- titanium-plate,5
|
|
- titanium-gear-wheel,5
|
|
- titanium-bearing,5
|
|
- processing-unit,5
|
|
|
|
* bob-bearings
|
|
** steel-bearing-ball
|
|
*** products
|
|
- steel-bearing-ball,12
|
|
*** ingredients
|
|
- steel-plate,1
|
|
|
|
* bob-bearings
|
|
** cobalt-steel-bearing-ball
|
|
*** products
|
|
- cobalt-steel-bearing-ball,12
|
|
*** ingredients
|
|
- cobalt-steel-alloy,1
|
|
|
|
* bob-bearings
|
|
** titanium-bearing-ball
|
|
*** products
|
|
- titanium-bearing-ball,12
|
|
*** ingredients
|
|
- titanium-plate,1
|
|
|
|
* bob-bearings
|
|
** ceramic-bearing-ball
|
|
*** products
|
|
- ceramic-bearing-ball,12
|
|
*** ingredients
|
|
- silicon-nitride,1
|
|
|
|
* bob-bearings
|
|
** nitinol-bearing-ball
|
|
*** products
|
|
- nitinol-bearing-ball,12
|
|
*** ingredients
|
|
- nitinol-alloy,1
|
|
|
|
* bob-bearings
|
|
** steel-bearing
|
|
*** products
|
|
- steel-bearing,2
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- steel-bearing-ball,16
|
|
|
|
* bob-bearings
|
|
** cobalt-steel-bearing
|
|
*** products
|
|
- cobalt-steel-bearing,2
|
|
*** ingredients
|
|
- cobalt-steel-alloy,1
|
|
- cobalt-steel-bearing-ball,16
|
|
|
|
* bob-bearings
|
|
** titanium-bearing
|
|
*** products
|
|
- titanium-bearing,2
|
|
*** ingredients
|
|
- titanium-plate,1
|
|
- titanium-bearing-ball,16
|
|
- lubricant,10
|
|
|
|
* bob-bearings
|
|
** ceramic-bearing
|
|
*** products
|
|
- ceramic-bearing,2
|
|
*** ingredients
|
|
- silicon-nitride,1
|
|
- ceramic-bearing-ball,16
|
|
- lubricant,10
|
|
|
|
* bob-bearings
|
|
** nitinol-bearing
|
|
*** products
|
|
- nitinol-bearing,2
|
|
*** ingredients
|
|
- nitinol-alloy,1
|
|
- nitinol-bearing-ball,16
|
|
- lubricant,10
|
|
|
|
* bob-cargo-wagon
|
|
** cargo-wagon
|
|
*** products
|
|
- cargo-wagon,1
|
|
*** ingredients
|
|
- iron-plate,20
|
|
- steel-plate,20
|
|
- iron-gear-wheel,10
|
|
|
|
* bob-cargo-wagon
|
|
** bob-cargo-wagon-2
|
|
*** products
|
|
- bob-cargo-wagon-2,1
|
|
*** ingredients
|
|
- invar-alloy,20
|
|
- steel-gear-wheel,12
|
|
- steel-bearing,8
|
|
- cargo-wagon,1
|
|
|
|
* bob-cargo-wagon
|
|
** bob-cargo-wagon-3
|
|
*** products
|
|
- bob-cargo-wagon-3,1
|
|
*** ingredients
|
|
- titanium-plate,20
|
|
- titanium-gear-wheel,12
|
|
- titanium-bearing,8
|
|
- bob-cargo-wagon-2,1
|
|
|
|
* bob-cargo-wagon
|
|
** bob-armoured-cargo-wagon
|
|
*** products
|
|
- bob-armoured-cargo-wagon,1
|
|
*** ingredients
|
|
- titanium-plate,25
|
|
- cargo-wagon,1
|
|
|
|
* bob-cargo-wagon
|
|
** bob-armoured-cargo-wagon-2
|
|
*** products
|
|
- bob-armoured-cargo-wagon-2,1
|
|
*** ingredients
|
|
- silicon-nitride,15
|
|
- tungsten-carbide,15
|
|
- titanium-gear-wheel,12
|
|
- titanium-bearing,8
|
|
- bob-armoured-cargo-wagon,1
|
|
|
|
* bob-fluid
|
|
** hydrogen-sulfide
|
|
*** products
|
|
- gas-hydrogen-sulfide,50
|
|
*** ingredients
|
|
- sulfur,5
|
|
- gas-hydrogen,80
|
|
|
|
* bob-fluid
|
|
** sulfur-dioxide
|
|
*** products
|
|
- gas-sulfur-dioxide,50
|
|
*** ingredients
|
|
- sulfur,5
|
|
- gas-oxygen,50
|
|
|
|
* bob-fluid
|
|
** coal-cracking
|
|
*** products
|
|
- liquid-naphtha,12
|
|
*** ingredients
|
|
- coal,2
|
|
- water-purified,15
|
|
|
|
* bob-fluid
|
|
** ferric-chloride-solution
|
|
*** products
|
|
- liquid-ferric-chloride-solution,50
|
|
*** ingredients
|
|
- iron-ore,1
|
|
- gas-hydrogen-chloride,30
|
|
|
|
* bob-fluid
|
|
** ammonia
|
|
*** products
|
|
- gas-ammonia,20
|
|
*** ingredients
|
|
- gas-nitrogen,10
|
|
- gas-hydrogen,24
|
|
|
|
* bob-fluid
|
|
** dinitrogen-tetroxide
|
|
*** products
|
|
- gas-dinitrogen-tetroxide,8
|
|
*** ingredients
|
|
- gas-nitrogen-dioxide,20
|
|
|
|
* bob-fluid
|
|
** glycerol
|
|
*** products
|
|
- liquid-glycerol,10
|
|
*** ingredients
|
|
- liquid-fuel-oil,10
|
|
|
|
* bob-fluid
|
|
** bob-heavy-water
|
|
*** products
|
|
- liquid-water-heavy,0.5
|
|
- water-purified,99.5
|
|
*** ingredients
|
|
- water,100
|
|
- gas-hydrogen-sulfide,1
|
|
|
|
* bob-fluid
|
|
** hydrazine
|
|
*** products
|
|
- gas-hydrazine,8
|
|
- water-purified,4
|
|
*** ingredients
|
|
- gas-ammonia,20
|
|
- gas-hydrogen-peroxide,4
|
|
|
|
* bob-fluid
|
|
** hydrogen-chloride
|
|
*** products
|
|
- gas-hydrogen-chloride,25
|
|
*** ingredients
|
|
- gas-chlorine,13
|
|
- gas-hydrogen,10
|
|
|
|
* bob-fluid
|
|
** hydrogen-peroxide
|
|
*** products
|
|
- gas-hydrogen-peroxide,8
|
|
*** ingredients
|
|
- gas-hydrogen,16
|
|
- gas-oxygen,20
|
|
|
|
* bob-fluid
|
|
** petroleum-gas-cracking
|
|
*** products
|
|
- gas-hydrogen,250
|
|
*** ingredients
|
|
- water-purified,20
|
|
- gas-methane,5
|
|
|
|
* bob-fluid
|
|
** nitric-acid
|
|
*** products
|
|
- liquid-nitric-acid,20
|
|
*** ingredients
|
|
- gas-nitrogen-dioxide,20
|
|
- gas-hydrogen-peroxide,20
|
|
|
|
* bob-fluid
|
|
** nitric-oxide
|
|
*** products
|
|
- gas-nitrogen-monoxide,20
|
|
- water-purified,12
|
|
*** ingredients
|
|
- gas-ammonia,20
|
|
- gas-oxygen,25
|
|
|
|
* bob-fluid
|
|
** nitrogen-dioxide
|
|
*** products
|
|
- gas-nitrogen-dioxide,20
|
|
*** ingredients
|
|
- gas-nitrogen-monoxide,20
|
|
- gas-oxygen,10
|
|
|
|
* bob-fluid
|
|
** nitrogen
|
|
*** products
|
|
- gas-nitrogen,20
|
|
- gas-oxygen,5
|
|
*** ingredients
|
|
- gas-oxygen,25
|
|
|
|
* bob-fluid
|
|
** pure-water
|
|
*** products
|
|
- water-purified,100
|
|
*** ingredients
|
|
- water,100
|
|
|
|
* bob-fluid
|
|
** pure-water-from-lithia
|
|
*** products
|
|
- water-purified,100
|
|
*** ingredients
|
|
- lithia-water,100
|
|
|
|
* bob-fluid
|
|
** tungstic-acid
|
|
*** products
|
|
- solid-calcium-chloride,1
|
|
- liquid-tungstic-acid,20
|
|
*** ingredients
|
|
- tungsten-ore,2
|
|
- gas-hydrogen-chloride,25
|
|
|
|
* bob-fluid
|
|
** petroleum-gas-sweetening
|
|
*** products
|
|
- gas-methane,20
|
|
- gas-hydrogen-sulfide,10
|
|
*** ingredients
|
|
- sour-gas,20
|
|
|
|
* bob-fluid
|
|
** sulfuric-acid-2
|
|
*** products
|
|
- liquid-sulfuric-acid,50
|
|
*** ingredients
|
|
- gas-sulfur-dioxide,50
|
|
- gas-hydrogen-peroxide,50
|
|
|
|
* bob-fluid
|
|
** sulfuric-acid-3
|
|
*** products
|
|
- liquid-sulfuric-acid,50
|
|
*** ingredients
|
|
- gas-hydrogen-sulfide,50
|
|
- gas-oxygen,100
|
|
|
|
* bob-fluid
|
|
** ammoniated-brine
|
|
*** products
|
|
- ammoniated-brine,10
|
|
*** ingredients
|
|
- water-saline,10
|
|
- gas-ammonia,25
|
|
|
|
* bob-fluid
|
|
** brine
|
|
*** products
|
|
- water-saline,10
|
|
*** ingredients
|
|
- solid-salt,1
|
|
- water-purified,10
|
|
|
|
* bob-fluid
|
|
** carbon-dioxide
|
|
*** products
|
|
- gas-carbon-dioxide,25
|
|
*** ingredients
|
|
- solid-carbon,1
|
|
- gas-oxygen,25
|
|
|
|
* bob-fluid-electrolysis
|
|
** brine-electrolysis
|
|
*** products
|
|
- solid-sodium-hydroxide,1
|
|
- gas-chlorine,25
|
|
- gas-hydrogen,20
|
|
*** ingredients
|
|
- water-saline,10
|
|
|
|
* bob-fluid-electrolysis
|
|
** salt-water-electrolysis
|
|
*** products
|
|
- solid-sodium-hydroxide,1
|
|
- gas-chlorine,25
|
|
- gas-hydrogen,20
|
|
*** ingredients
|
|
- solid-salt,1
|
|
- water-purified,10
|
|
|
|
* bob-fluid-electrolysis
|
|
** sodium-chlorate
|
|
*** products
|
|
- solid-sodium-chlorate,1
|
|
- gas-hydrogen,60
|
|
*** ingredients
|
|
- solid-salt,1
|
|
- water-purified,30
|
|
|
|
* bob-fluid-electrolysis
|
|
** sodium-perchlorate
|
|
*** products
|
|
- solid-sodium-perchlorate,1
|
|
- gas-hydrogen,20
|
|
*** ingredients
|
|
- solid-sodium-chlorate,1
|
|
- water-purified,10
|
|
|
|
* bob-fluid-electrolysis
|
|
** water-electrolysis
|
|
*** products
|
|
- gas-hydrogen,20
|
|
- gas-oxygen,12.5
|
|
*** ingredients
|
|
- water-purified,10
|
|
|
|
* bob-fluid-pump
|
|
** bob-liquid-air
|
|
*** products
|
|
- gas-oxygen,100
|
|
*** ingredients
|
|
-
|
|
|
|
* bob-fluid-wagon
|
|
** fluid-wagon
|
|
*** products
|
|
- fluid-wagon,1
|
|
*** ingredients
|
|
- steel-plate,16
|
|
- storage-tank,1
|
|
- iron-gear-wheel,10
|
|
- pipe,8
|
|
|
|
* bob-fluid-wagon
|
|
** bob-fluid-wagon-2
|
|
*** products
|
|
- bob-fluid-wagon-2,1
|
|
*** ingredients
|
|
- invar-alloy,16
|
|
- storage-tank-2,1
|
|
- steel-gear-wheel,12
|
|
- steel-bearing,8
|
|
- fluid-wagon,1
|
|
|
|
* bob-fluid-wagon
|
|
** bob-fluid-wagon-3
|
|
*** products
|
|
- bob-fluid-wagon-3,1
|
|
*** ingredients
|
|
- titanium-plate,16
|
|
- storage-tank-3,1
|
|
- titanium-gear-wheel,12
|
|
- titanium-bearing,8
|
|
- bob-fluid-wagon-2,1
|
|
|
|
* bob-fluid-wagon
|
|
** bob-armoured-fluid-wagon
|
|
*** products
|
|
- bob-armoured-fluid-wagon,1
|
|
*** ingredients
|
|
- titanium-plate,25
|
|
- fluid-wagon,1
|
|
|
|
* bob-fluid-wagon
|
|
** bob-armoured-fluid-wagon-2
|
|
*** products
|
|
- bob-armoured-fluid-wagon-2,1
|
|
*** ingredients
|
|
- silicon-nitride,15
|
|
- tungsten-carbide,15
|
|
- storage-tank-3,1
|
|
- titanium-gear-wheel,12
|
|
- titanium-bearing,8
|
|
- bob-armoured-fluid-wagon,1
|
|
|
|
* bob-fuel-cells
|
|
** empty-nuclear-fuel-cell
|
|
*** products
|
|
- empty-nuclear-fuel-cell,10
|
|
*** ingredients
|
|
- lead-plate,5
|
|
- steel-plate,2
|
|
|
|
* bob-fuel-cells
|
|
** plutonium-fuel-cell
|
|
*** products
|
|
- plutonium-fuel-cell,10
|
|
*** ingredients
|
|
- empty-nuclear-fuel-cell,10
|
|
- uranium-238,19
|
|
- plutonium-239,1
|
|
|
|
* bob-fuel-cells
|
|
** thorium-fuel-cell
|
|
*** products
|
|
- thorium-fuel-cell,10
|
|
*** ingredients
|
|
- empty-nuclear-fuel-cell,10
|
|
- uranium-235,1
|
|
- thorium-232,19
|
|
|
|
* bob-fuel-cells
|
|
** thorium-plutonium-fuel-cell
|
|
*** products
|
|
- thorium-plutonium-fuel-cell,10
|
|
*** ingredients
|
|
- empty-nuclear-fuel-cell,10
|
|
- plutonium-239,1
|
|
- thorium-232,19
|
|
|
|
* bob-fuel-cells
|
|
** thorium-fuel-reprocessing
|
|
*** products
|
|
- thorium-232,4
|
|
- uranium-235,3
|
|
- empty-nuclear-fuel-cell,10
|
|
- angels-muon-fusion-catalyst,1
|
|
*** ingredients
|
|
- used-up-thorium-fuel-cell,10
|
|
|
|
* bob-fuel-cells
|
|
** deuterium-fuel-cell
|
|
*** products
|
|
- deuterium-fuel-cell,10
|
|
*** ingredients
|
|
- empty-nuclear-fuel-cell,10
|
|
- angels-muon-fusion-catalyst,1
|
|
- gas-deuterium,190
|
|
|
|
* bob-fuel-cells
|
|
** deuterium-fuel-cell-2
|
|
*** products
|
|
- deuterium-fuel-cell-2,10
|
|
*** ingredients
|
|
- empty-nuclear-fuel-cell,10
|
|
- angels-muon-fusion-catalyst,5
|
|
- gas-deuterium,250
|
|
|
|
* bob-fuel-cells
|
|
** deuterium-fuel-reprocessing
|
|
*** products
|
|
- empty-nuclear-fuel-cell,10
|
|
- lithium,1
|
|
- angels-muon-fusion-catalyst,1
|
|
*** ingredients
|
|
- used-up-deuterium-fuel-cell,10
|
|
|
|
* bob-gears
|
|
** iron-gear-wheel
|
|
*** products
|
|
- iron-gear-wheel,1
|
|
*** ingredients
|
|
- iron-plate,2
|
|
|
|
* bob-gears
|
|
** steel-gear-wheel
|
|
*** products
|
|
- steel-gear-wheel,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
|
|
* bob-gears
|
|
** brass-gear-wheel
|
|
*** products
|
|
- brass-gear-wheel,1
|
|
*** ingredients
|
|
- brass-alloy,1
|
|
|
|
* bob-gears
|
|
** cobalt-steel-gear-wheel
|
|
*** products
|
|
- cobalt-steel-gear-wheel,1
|
|
*** ingredients
|
|
- cobalt-steel-alloy,1
|
|
|
|
* bob-gears
|
|
** titanium-gear-wheel
|
|
*** products
|
|
- titanium-gear-wheel,1
|
|
*** ingredients
|
|
- titanium-plate,1
|
|
|
|
* bob-gears
|
|
** tungsten-gear-wheel
|
|
*** products
|
|
- tungsten-gear-wheel,1
|
|
*** ingredients
|
|
- tungsten-plate,1
|
|
|
|
* bob-gears
|
|
** nitinol-gear-wheel
|
|
*** products
|
|
- nitinol-gear-wheel,1
|
|
*** ingredients
|
|
- nitinol-alloy,1
|
|
|
|
* bob-gems-crystallization
|
|
** angelsore7-crystallization-3
|
|
*** products
|
|
- ruby-ore,1
|
|
*** ingredients
|
|
- catalysator-green,1
|
|
- crystal-seedling,50
|
|
|
|
* bob-gems-crystallization
|
|
** angelsore7-crystallization-1
|
|
*** products
|
|
- sapphire-ore,1
|
|
*** ingredients
|
|
- catalysator-green,1
|
|
- crystal-seedling,50
|
|
|
|
* bob-gems-crystallization
|
|
** angelsore7-crystallization-4
|
|
*** products
|
|
- emerald-ore,1
|
|
*** ingredients
|
|
- catalysator-green,1
|
|
- crystal-seedling,50
|
|
|
|
* bob-gems-crystallization
|
|
** angelsore7-crystallization-5
|
|
*** products
|
|
- amethyst-ore,1
|
|
*** ingredients
|
|
- catalysator-green,1
|
|
- crystal-seedling,50
|
|
|
|
* bob-gems-crystallization
|
|
** angelsore7-crystallization-2
|
|
*** products
|
|
- topaz-ore,1
|
|
*** ingredients
|
|
- catalysator-green,1
|
|
- crystal-seedling,50
|
|
|
|
* bob-gems-crystallization
|
|
** angelsore7-crystallization-6
|
|
*** products
|
|
- diamond-ore,1
|
|
*** ingredients
|
|
- catalysator-green,1
|
|
- crystal-seedling,50
|
|
|
|
* bob-gems-cut
|
|
** bob-ruby-4
|
|
*** products
|
|
- ruby-4,1
|
|
*** ingredients
|
|
- ruby-3,1
|
|
- grinding-wheel,1
|
|
- water,10
|
|
|
|
* bob-gems-cut
|
|
** bob-sapphire-4
|
|
*** products
|
|
- sapphire-4,1
|
|
*** ingredients
|
|
- sapphire-3,1
|
|
- grinding-wheel,1
|
|
- water,10
|
|
|
|
* bob-gems-cut
|
|
** bob-emerald-4
|
|
*** products
|
|
- emerald-4,1
|
|
*** ingredients
|
|
- emerald-3,1
|
|
- grinding-wheel,1
|
|
- water,10
|
|
|
|
* bob-gems-cut
|
|
** bob-amethyst-4
|
|
*** products
|
|
- amethyst-4,1
|
|
*** ingredients
|
|
- amethyst-3,1
|
|
- grinding-wheel,1
|
|
- water,10
|
|
|
|
* bob-gems-cut
|
|
** bob-topaz-4
|
|
*** products
|
|
- topaz-4,1
|
|
*** ingredients
|
|
- topaz-3,1
|
|
- grinding-wheel,1
|
|
- water,10
|
|
|
|
* bob-gems-cut
|
|
** bob-diamond-4
|
|
*** products
|
|
- diamond-4,1
|
|
*** ingredients
|
|
- diamond-3,1
|
|
- grinding-wheel,1
|
|
- water,10
|
|
|
|
* bob-gems-cut
|
|
** grinding-wheel
|
|
*** products
|
|
- grinding-wheel,2
|
|
*** ingredients
|
|
- silicon-carbide,5
|
|
- steel-plate,1
|
|
|
|
* bob-gems-cut
|
|
** crystal-grindstone
|
|
*** products
|
|
- crystal-grindstone,1
|
|
*** ingredients
|
|
- grinding-wheel,1
|
|
- crystal-powder,1
|
|
|
|
* bob-gems-polished
|
|
** bob-ruby-5
|
|
*** products
|
|
- ruby-5,1
|
|
*** ingredients
|
|
- ruby-4,1
|
|
- polishing-wheel,1
|
|
- polishing-compound,1
|
|
|
|
* bob-gems-polished
|
|
** bob-sapphire-5
|
|
*** products
|
|
- sapphire-5,1
|
|
*** ingredients
|
|
- sapphire-4,1
|
|
- polishing-wheel,1
|
|
- polishing-compound,1
|
|
|
|
* bob-gems-polished
|
|
** bob-emerald-5
|
|
*** products
|
|
- emerald-5,1
|
|
*** ingredients
|
|
- emerald-4,1
|
|
- polishing-wheel,1
|
|
- polishing-compound,1
|
|
|
|
* bob-gems-polished
|
|
** bob-amethyst-5
|
|
*** products
|
|
- amethyst-5,1
|
|
*** ingredients
|
|
- amethyst-4,1
|
|
- polishing-wheel,1
|
|
- polishing-compound,1
|
|
|
|
* bob-gems-polished
|
|
** bob-topaz-5
|
|
*** products
|
|
- topaz-5,1
|
|
*** ingredients
|
|
- topaz-4,1
|
|
- polishing-wheel,1
|
|
- polishing-compound,1
|
|
|
|
* bob-gems-polished
|
|
** bob-diamond-5
|
|
*** products
|
|
- diamond-5,1
|
|
*** ingredients
|
|
- diamond-4,1
|
|
- polishing-wheel,1
|
|
- polishing-compound,1
|
|
|
|
* bob-gems-polished
|
|
** polishing-wheel
|
|
*** products
|
|
- polishing-wheel,2
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- wood,5
|
|
|
|
* bob-gems-polished
|
|
** polishing-compound
|
|
*** products
|
|
- polishing-compound,2
|
|
*** ingredients
|
|
- alumina,1
|
|
- liquid-mineral-oil,15
|
|
|
|
* bob-gems-raw
|
|
** bob-ruby-3
|
|
*** products
|
|
- ruby-3,1
|
|
*** ingredients
|
|
- ruby-ore,1
|
|
|
|
* bob-gems-raw
|
|
** bob-sapphire-3
|
|
*** products
|
|
- sapphire-3,1
|
|
*** ingredients
|
|
- sapphire-ore,1
|
|
|
|
* bob-gems-raw
|
|
** bob-emerald-3
|
|
*** products
|
|
- emerald-3,1
|
|
*** ingredients
|
|
- emerald-ore,1
|
|
|
|
* bob-gems-raw
|
|
** bob-amethyst-3
|
|
*** products
|
|
- amethyst-3,1
|
|
*** ingredients
|
|
- amethyst-ore,1
|
|
|
|
* bob-gems-raw
|
|
** bob-topaz-3
|
|
*** products
|
|
- topaz-3,1
|
|
*** ingredients
|
|
- topaz-ore,1
|
|
|
|
* bob-gems-raw
|
|
** bob-diamond-3
|
|
*** products
|
|
- diamond-3,1
|
|
*** ingredients
|
|
- diamond-ore,1
|
|
|
|
* bob-locomotive
|
|
** locomotive
|
|
*** products
|
|
- locomotive,1
|
|
*** ingredients
|
|
- steel-plate,30
|
|
- engine-unit,20
|
|
- electronic-circuit,10
|
|
|
|
* bob-locomotive
|
|
** bob-locomotive-2
|
|
*** products
|
|
- bob-locomotive-2,1
|
|
*** ingredients
|
|
- invar-alloy,10
|
|
- steel-gear-wheel,20
|
|
- steel-bearing,16
|
|
- advanced-circuit,5
|
|
- locomotive,1
|
|
|
|
* bob-locomotive
|
|
** bob-locomotive-3
|
|
*** products
|
|
- bob-locomotive-3,1
|
|
*** ingredients
|
|
- titanium-plate,10
|
|
- titanium-gear-wheel,20
|
|
- titanium-bearing,16
|
|
- processing-unit,5
|
|
- bob-locomotive-2,1
|
|
|
|
* bob-locomotive
|
|
** bob-armoured-locomotive
|
|
*** products
|
|
- bob-armoured-locomotive,1
|
|
*** ingredients
|
|
- titanium-plate,25
|
|
- locomotive,1
|
|
|
|
* bob-locomotive
|
|
** bob-armoured-locomotive-2
|
|
*** products
|
|
- bob-armoured-locomotive-2,1
|
|
*** ingredients
|
|
- silicon-nitride,15
|
|
- tungsten-carbide,15
|
|
- titanium-gear-wheel,20
|
|
- titanium-bearing,16
|
|
- processing-unit,5
|
|
- bob-armoured-locomotive,1
|
|
|
|
* bob-logistic-tier-0
|
|
** basic-transport-belt
|
|
*** products
|
|
- basic-transport-belt,2
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- iron-gear-wheel,1
|
|
|
|
* bob-logistic-tier-0
|
|
** basic-underground-belt
|
|
*** products
|
|
- basic-underground-belt,2
|
|
*** ingredients
|
|
- stone,2
|
|
- wood,2
|
|
- basic-transport-belt,5
|
|
|
|
* bob-logistic-tier-0
|
|
** basic-splitter
|
|
*** products
|
|
- basic-splitter,1
|
|
*** ingredients
|
|
- copper-cable,4
|
|
- wood,4
|
|
- iron-gear-wheel,2
|
|
- basic-transport-belt,5
|
|
|
|
* bob-logistic-tier-0
|
|
** burner-inserter
|
|
*** products
|
|
- burner-inserter,1
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- iron-gear-wheel,1
|
|
|
|
* bob-logistic-tier-0
|
|
** steam-inserter
|
|
*** products
|
|
- steam-inserter,1
|
|
*** ingredients
|
|
- burner-inserter,1
|
|
- pipe,1
|
|
|
|
* bob-logistic-tier-1
|
|
** transport-belt
|
|
*** products
|
|
- transport-belt,1
|
|
*** ingredients
|
|
- tin-plate,2
|
|
- iron-gear-wheel,2
|
|
- basic-transport-belt,1
|
|
|
|
* bob-logistic-tier-1
|
|
** underground-belt
|
|
*** products
|
|
- underground-belt,2
|
|
*** ingredients
|
|
- tin-plate,14
|
|
- iron-gear-wheel,20
|
|
- basic-underground-belt,2
|
|
|
|
* bob-logistic-tier-1
|
|
** splitter
|
|
*** products
|
|
- splitter,1
|
|
*** ingredients
|
|
- tin-plate,8
|
|
- iron-gear-wheel,14
|
|
- basic-circuit-board,5
|
|
- basic-splitter,1
|
|
|
|
* bob-logistic-tier-1
|
|
** inserter
|
|
*** products
|
|
- inserter,1
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- iron-gear-wheel,1
|
|
- basic-circuit-board,1
|
|
|
|
* bob-logistic-tier-1
|
|
** yellow-filter-inserter
|
|
*** products
|
|
- yellow-filter-inserter,1
|
|
*** ingredients
|
|
- electronic-circuit,4
|
|
- inserter,1
|
|
|
|
* bob-logistic-tier-2
|
|
** fast-transport-belt
|
|
*** products
|
|
- fast-transport-belt,1
|
|
*** ingredients
|
|
- bronze-alloy,2
|
|
- steel-gear-wheel,4
|
|
- transport-belt,1
|
|
|
|
* bob-logistic-tier-2
|
|
** fast-underground-belt
|
|
*** products
|
|
- fast-underground-belt,2
|
|
*** ingredients
|
|
- bronze-alloy,14
|
|
- steel-gear-wheel,20
|
|
- underground-belt,2
|
|
|
|
* bob-logistic-tier-2
|
|
** fast-splitter
|
|
*** products
|
|
- fast-splitter,1
|
|
*** ingredients
|
|
- bronze-alloy,8
|
|
- steel-gear-wheel,14
|
|
- electronic-circuit,5
|
|
- splitter,1
|
|
|
|
* bob-logistic-tier-2
|
|
** long-handed-inserter
|
|
*** products
|
|
- long-handed-inserter,1
|
|
*** ingredients
|
|
- bronze-alloy,1
|
|
- steel-gear-wheel,1
|
|
- electronic-circuit,1
|
|
- inserter,1
|
|
|
|
* bob-logistic-tier-2
|
|
** red-filter-inserter
|
|
*** products
|
|
- red-filter-inserter,1
|
|
*** ingredients
|
|
- bronze-alloy,1
|
|
- steel-gear-wheel,1
|
|
- electronic-circuit,1
|
|
- yellow-filter-inserter,1
|
|
|
|
* bob-logistic-tier-2
|
|
** red-stack-inserter
|
|
*** products
|
|
- red-stack-inserter,1
|
|
*** ingredients
|
|
- bronze-alloy,3
|
|
- steel-gear-wheel,5
|
|
- long-handed-inserter,1
|
|
|
|
* bob-logistic-tier-2
|
|
** red-stack-filter-inserter
|
|
*** products
|
|
- red-stack-filter-inserter,1
|
|
*** ingredients
|
|
- electronic-circuit,5
|
|
- red-stack-inserter,1
|
|
|
|
* bob-logistic-tier-3
|
|
** express-transport-belt
|
|
*** products
|
|
- express-transport-belt,1
|
|
*** ingredients
|
|
- aluminium-plate,2
|
|
- cobalt-steel-gear-wheel,4
|
|
- cobalt-steel-bearing,4
|
|
- fast-transport-belt,1
|
|
|
|
* bob-logistic-tier-3
|
|
** express-underground-belt
|
|
*** products
|
|
- express-underground-belt,2
|
|
*** ingredients
|
|
- aluminium-plate,14
|
|
- cobalt-steel-gear-wheel,20
|
|
- cobalt-steel-bearing,20
|
|
- fast-underground-belt,2
|
|
|
|
* bob-logistic-tier-3
|
|
** express-splitter
|
|
*** products
|
|
- express-splitter,1
|
|
*** ingredients
|
|
- aluminium-plate,8
|
|
- cobalt-steel-gear-wheel,14
|
|
- cobalt-steel-bearing,12
|
|
- advanced-circuit,5
|
|
- fast-splitter,1
|
|
|
|
* bob-logistic-tier-3
|
|
** fast-inserter
|
|
*** products
|
|
- fast-inserter,1
|
|
*** ingredients
|
|
- aluminium-plate,1
|
|
- cobalt-steel-gear-wheel,1
|
|
- cobalt-steel-bearing,1
|
|
- advanced-circuit,1
|
|
- long-handed-inserter,1
|
|
|
|
* bob-logistic-tier-3
|
|
** filter-inserter
|
|
*** products
|
|
- filter-inserter,1
|
|
*** ingredients
|
|
- aluminium-plate,1
|
|
- cobalt-steel-gear-wheel,1
|
|
- cobalt-steel-bearing,1
|
|
- advanced-circuit,5
|
|
- red-filter-inserter,1
|
|
|
|
* bob-logistic-tier-3
|
|
** stack-inserter
|
|
*** products
|
|
- stack-inserter,1
|
|
*** ingredients
|
|
- aluminium-plate,4
|
|
- cobalt-steel-gear-wheel,6
|
|
- cobalt-steel-bearing,5
|
|
- advanced-circuit,1
|
|
- red-stack-inserter,1
|
|
|
|
* bob-logistic-tier-3
|
|
** stack-filter-inserter
|
|
*** products
|
|
- stack-filter-inserter,1
|
|
*** ingredients
|
|
- aluminium-plate,4
|
|
- cobalt-steel-gear-wheel,6
|
|
- cobalt-steel-bearing,6
|
|
- advanced-circuit,6
|
|
- red-stack-filter-inserter,1
|
|
|
|
* bob-logistic-tier-4
|
|
** turbo-transport-belt
|
|
*** products
|
|
- turbo-transport-belt,1
|
|
*** ingredients
|
|
- titanium-plate,2
|
|
- titanium-gear-wheel,4
|
|
- titanium-bearing,4
|
|
- express-transport-belt,1
|
|
|
|
* bob-logistic-tier-4
|
|
** turbo-underground-belt
|
|
*** products
|
|
- turbo-underground-belt,2
|
|
*** ingredients
|
|
- titanium-plate,14
|
|
- titanium-gear-wheel,20
|
|
- titanium-bearing,20
|
|
- express-underground-belt,2
|
|
|
|
* bob-logistic-tier-4
|
|
** turbo-splitter
|
|
*** products
|
|
- turbo-splitter,1
|
|
*** ingredients
|
|
- titanium-plate,8
|
|
- titanium-gear-wheel,14
|
|
- titanium-bearing,12
|
|
- processing-unit,5
|
|
- express-splitter,1
|
|
|
|
* bob-logistic-tier-4
|
|
** turbo-inserter
|
|
*** products
|
|
- turbo-inserter,1
|
|
*** ingredients
|
|
- titanium-plate,1
|
|
- titanium-gear-wheel,1
|
|
- titanium-bearing,1
|
|
- processing-unit,1
|
|
- fast-inserter,1
|
|
|
|
* bob-logistic-tier-4
|
|
** turbo-filter-inserter
|
|
*** products
|
|
- turbo-filter-inserter,1
|
|
*** ingredients
|
|
- titanium-plate,1
|
|
- titanium-gear-wheel,1
|
|
- titanium-bearing,1
|
|
- processing-unit,5
|
|
- filter-inserter,1
|
|
|
|
* bob-logistic-tier-4
|
|
** turbo-stack-inserter
|
|
*** products
|
|
- turbo-stack-inserter,1
|
|
*** ingredients
|
|
- titanium-plate,4
|
|
- titanium-gear-wheel,6
|
|
- titanium-bearing,6
|
|
- processing-unit,1
|
|
- stack-inserter,1
|
|
|
|
* bob-logistic-tier-4
|
|
** turbo-stack-filter-inserter
|
|
*** products
|
|
- turbo-stack-filter-inserter,1
|
|
*** ingredients
|
|
- titanium-plate,4
|
|
- titanium-gear-wheel,6
|
|
- titanium-bearing,6
|
|
- processing-unit,6
|
|
- stack-filter-inserter,1
|
|
|
|
* bob-logistic-tier-5
|
|
** ultimate-transport-belt
|
|
*** products
|
|
- ultimate-transport-belt,1
|
|
*** ingredients
|
|
- nitinol-alloy,2
|
|
- nitinol-gear-wheel,4
|
|
- nitinol-bearing,4
|
|
- turbo-transport-belt,1
|
|
|
|
* bob-logistic-tier-5
|
|
** ultimate-underground-belt
|
|
*** products
|
|
- ultimate-underground-belt,2
|
|
*** ingredients
|
|
- nitinol-alloy,14
|
|
- nitinol-gear-wheel,20
|
|
- nitinol-bearing,20
|
|
- turbo-underground-belt,2
|
|
|
|
* bob-logistic-tier-5
|
|
** ultimate-splitter
|
|
*** products
|
|
- ultimate-splitter,1
|
|
*** ingredients
|
|
- nitinol-alloy,8
|
|
- nitinol-gear-wheel,14
|
|
- nitinol-bearing,12
|
|
- advanced-processing-unit,5
|
|
- turbo-splitter,1
|
|
|
|
* bob-logistic-tier-5
|
|
** express-inserter
|
|
*** products
|
|
- express-inserter,1
|
|
*** ingredients
|
|
- nitinol-alloy,1
|
|
- nitinol-gear-wheel,1
|
|
- nitinol-bearing,1
|
|
- advanced-processing-unit,1
|
|
- turbo-inserter,1
|
|
|
|
* bob-logistic-tier-5
|
|
** express-filter-inserter
|
|
*** products
|
|
- express-filter-inserter,1
|
|
*** ingredients
|
|
- nitinol-alloy,1
|
|
- nitinol-gear-wheel,1
|
|
- nitinol-bearing,1
|
|
- advanced-processing-unit,5
|
|
- turbo-filter-inserter,1
|
|
|
|
* bob-logistic-tier-5
|
|
** express-stack-inserter
|
|
*** products
|
|
- express-stack-inserter,1
|
|
*** ingredients
|
|
- nitinol-alloy,4
|
|
- nitinol-gear-wheel,6
|
|
- nitinol-bearing,6
|
|
- advanced-processing-unit,1
|
|
- turbo-stack-inserter,1
|
|
|
|
* bob-logistic-tier-5
|
|
** express-stack-filter-inserter
|
|
*** products
|
|
- express-stack-filter-inserter,1
|
|
*** ingredients
|
|
- nitinol-alloy,4
|
|
- nitinol-gear-wheel,6
|
|
- nitinol-bearing,6
|
|
- advanced-processing-unit,6
|
|
- turbo-stack-filter-inserter,1
|
|
|
|
* bob-material-chemical
|
|
** salt
|
|
*** products
|
|
- solid-salt,1
|
|
*** ingredients
|
|
- water,25
|
|
|
|
* bob-material-chemical
|
|
** carbon
|
|
*** products
|
|
- solid-carbon,2
|
|
*** ingredients
|
|
- coal,1
|
|
- water,5
|
|
|
|
* bob-material-chemical
|
|
** cobalt-plate
|
|
*** products
|
|
- cobalt-plate,1
|
|
*** ingredients
|
|
- cobalt-oxide,1
|
|
- liquid-sulfuric-acid,10
|
|
|
|
* bob-material-chemical
|
|
** cobalt-oxide-from-copper
|
|
*** products
|
|
- copper-plate,7-11
|
|
- cobalt-oxide,1-3
|
|
*** ingredients
|
|
- copper-ore,7
|
|
- solid-limestone,1
|
|
- solid-carbon,1
|
|
- gas-hydrogen,5
|
|
|
|
* bob-material-chemical
|
|
** silver-from-lead
|
|
*** products
|
|
- lead-plate,7-11
|
|
- silver-ore,1-3
|
|
*** ingredients
|
|
- lead-oxide,7
|
|
- nickel-plate,1
|
|
- solid-carbon,3
|
|
|
|
* bob-material-chemical
|
|
** cobalt-oxide
|
|
*** products
|
|
- cobalt-oxide,2
|
|
*** ingredients
|
|
- cobalt-ore,2
|
|
- solid-limestone,1
|
|
|
|
* bob-material-chemical
|
|
** tungsten-oxide
|
|
*** products
|
|
- tungsten-oxide,1
|
|
*** ingredients
|
|
- liquid-tungstic-acid,10
|
|
|
|
* bob-material-chemical
|
|
** alumina
|
|
*** products
|
|
- alumina,1
|
|
*** ingredients
|
|
- bauxite-ore,1
|
|
- solid-sodium-hydroxide,1
|
|
|
|
* bob-material-chemical
|
|
** powdered-tungsten
|
|
*** products
|
|
- powdered-tungsten,1
|
|
*** ingredients
|
|
- tungsten-oxide,1
|
|
- gas-hydrogen,15
|
|
|
|
* bob-material-chemical
|
|
** bob-lead-plate
|
|
*** products
|
|
- lead-plate,2
|
|
*** ingredients
|
|
- lead-oxide,2
|
|
- solid-carbon,1
|
|
|
|
* bob-material-chemical
|
|
** bob-gold-plate
|
|
*** products
|
|
- gold-plate,1
|
|
*** ingredients
|
|
- gold-ore,1
|
|
- gas-chlorine,3
|
|
|
|
* bob-material-electrolysis
|
|
** bob-nickel-plate
|
|
*** products
|
|
- nickel-plate,1
|
|
- gas-sulfur-dioxide,10
|
|
*** ingredients
|
|
- nickel-ore,1
|
|
- gas-oxygen,8
|
|
|
|
* bob-material-electrolysis
|
|
** bob-titanium-plate
|
|
*** products
|
|
- titanium-plate,2
|
|
*** ingredients
|
|
- rutile-ore,2
|
|
- solid-carbon,1
|
|
- solid-calcium-chloride,2
|
|
|
|
* bob-material-electrolysis
|
|
** bob-zinc-plate
|
|
*** products
|
|
- zinc-plate,1
|
|
*** ingredients
|
|
- zinc-ore,1
|
|
- liquid-sulfuric-acid,10
|
|
|
|
* bob-material-electrolysis
|
|
** bob-aluminium-plate
|
|
*** products
|
|
- aluminium-plate,2
|
|
*** ingredients
|
|
- alumina,2
|
|
- solid-carbon,1
|
|
|
|
* bob-material-electrolysis
|
|
** bob-silicon-plate
|
|
*** products
|
|
- angels-mono-silicon,2
|
|
*** ingredients
|
|
- quartz,2
|
|
- solid-carbon,1
|
|
- solid-calcium-chloride,2
|
|
|
|
* bob-nuclear
|
|
** thorium-processing
|
|
*** products
|
|
- thorium-232,1
|
|
*** ingredients
|
|
- thorium-ore,10
|
|
|
|
* bob-pump
|
|
** air-pump
|
|
*** products
|
|
- air-pump,1
|
|
*** ingredients
|
|
- iron-plate,2
|
|
- iron-gear-wheel,2
|
|
- electronic-circuit,2
|
|
- copper-pipe,2
|
|
|
|
* bob-pump
|
|
** air-pump-2
|
|
*** products
|
|
- air-pump-2,1
|
|
*** ingredients
|
|
- air-pump,1
|
|
- steel-plate,2
|
|
- steel-gear-wheel,4
|
|
- advanced-circuit,3
|
|
- bronze-pipe,2
|
|
|
|
* bob-pump
|
|
** air-pump-3
|
|
*** products
|
|
- air-pump-3,1
|
|
*** ingredients
|
|
- air-pump-2,1
|
|
- titanium-plate,2
|
|
- titanium-gear-wheel,4
|
|
- titanium-bearing,4
|
|
- processing-unit,3
|
|
- brass-pipe,2
|
|
|
|
* bob-pump
|
|
** air-pump-4
|
|
*** products
|
|
- air-pump-4,1
|
|
*** ingredients
|
|
- air-pump-3,1
|
|
- nitinol-alloy,2
|
|
- electric-engine-unit,1
|
|
- nitinol-gear-wheel,4
|
|
- nitinol-bearing,4
|
|
- advanced-processing-unit,3
|
|
|
|
* bob-pump
|
|
** water-pump
|
|
*** products
|
|
- water-pump,1
|
|
*** ingredients
|
|
- iron-plate,2
|
|
- iron-gear-wheel,2
|
|
- electronic-circuit,2
|
|
- copper-pipe,2
|
|
|
|
* bob-pump
|
|
** water-pump-2
|
|
*** products
|
|
- water-pump-2,1
|
|
*** ingredients
|
|
- water-pump,1
|
|
- steel-plate,2
|
|
- steel-gear-wheel,4
|
|
- advanced-circuit,3
|
|
- bronze-pipe,2
|
|
|
|
* bob-pump
|
|
** water-pump-3
|
|
*** products
|
|
- water-pump-3,1
|
|
*** ingredients
|
|
- water-pump-2,1
|
|
- titanium-plate,2
|
|
- titanium-gear-wheel,4
|
|
- titanium-bearing,4
|
|
- processing-unit,3
|
|
- brass-pipe,2
|
|
|
|
* bob-pump
|
|
** water-pump-4
|
|
*** products
|
|
- water-pump-4,1
|
|
*** ingredients
|
|
- water-pump-3,1
|
|
- nitinol-alloy,2
|
|
- electric-engine-unit,1
|
|
- nitinol-gear-wheel,4
|
|
- nitinol-bearing,4
|
|
- advanced-processing-unit,3
|
|
|
|
* bob-pump
|
|
** void-pump
|
|
*** products
|
|
- void-pump,1
|
|
*** ingredients
|
|
- iron-plate,2
|
|
- iron-gear-wheel,2
|
|
- electronic-circuit,2
|
|
- copper-pipe,2
|
|
|
|
* bob-resource-chemical
|
|
** bob-resin-oil
|
|
*** products
|
|
- resin,1
|
|
*** ingredients
|
|
- liquid-naphtha,10
|
|
|
|
* bob-resource-chemical
|
|
** synthetic-wood
|
|
*** products
|
|
- wood,2
|
|
*** ingredients
|
|
- liquid-naphtha,10
|
|
|
|
* bob-resource-chemical
|
|
** solid-fuel-from-sour-gas
|
|
*** products
|
|
- solid-fuel,1
|
|
*** ingredients
|
|
- sour-gas,20
|
|
|
|
* bob-resource-chemical
|
|
** enriched-fuel-from-hydrazine
|
|
*** products
|
|
- enriched-fuel,1
|
|
*** ingredients
|
|
- solid-fuel,1
|
|
- gas-hydrazine,100
|
|
|
|
* bob-resource-chemical
|
|
** ammonium-chloride-recycling
|
|
*** products
|
|
- solid-calcium-chloride,1
|
|
- gas-ammonia,50
|
|
- water-purified,10
|
|
*** ingredients
|
|
- ammonium-chloride,2
|
|
- solid-limestone,1
|
|
|
|
* bob-resource-chemical
|
|
** calcium-chloride
|
|
*** products
|
|
- solid-calcium-chloride,1
|
|
- gas-hydrogen,20
|
|
*** ingredients
|
|
- solid-limestone,1
|
|
- gas-hydrogen-chloride,50
|
|
|
|
* bob-resource-chemical
|
|
** lead-oxide
|
|
*** products
|
|
- lead-oxide,1
|
|
- gas-sulfur-dioxide,10
|
|
*** ingredients
|
|
- lead-ore,1
|
|
- gas-oxygen,10
|
|
|
|
* bob-resource-chemical
|
|
** lead-oxide-2
|
|
*** products
|
|
- lead-oxide,1
|
|
- gas-hydrogen-sulfide,10
|
|
*** ingredients
|
|
- lead-ore,1
|
|
- water,4
|
|
|
|
* bob-resource-chemical
|
|
** silver-nitrate
|
|
*** products
|
|
- silver-nitrate,1
|
|
*** ingredients
|
|
- silver-plate,1
|
|
- gas-nitrogen-dioxide,10
|
|
|
|
* bob-resource-chemical
|
|
** limestone
|
|
*** products
|
|
- solid-limestone,1
|
|
- gas-carbon-dioxide,25
|
|
*** ingredients
|
|
- stone,1
|
|
|
|
* bob-resource-chemical
|
|
** sodium-bicarbonate
|
|
*** products
|
|
- sodium-bicarbonate,1
|
|
- ammonium-chloride,1
|
|
*** ingredients
|
|
- ammoniated-brine,10
|
|
- gas-carbon-dioxide,25
|
|
|
|
* bob-resource-chemical
|
|
** sodium-carbonate
|
|
*** products
|
|
- solid-sodium-carbonate,1
|
|
- gas-carbon-dioxide,25
|
|
- water-purified,10
|
|
*** ingredients
|
|
- sodium-bicarbonate,2
|
|
|
|
* bob-resource-chemical
|
|
** sulfur-2
|
|
*** products
|
|
- sulfur,5
|
|
*** ingredients
|
|
- gas-sulfur-dioxide,50
|
|
- gas-hydrogen,80
|
|
|
|
* bob-resource-chemical
|
|
** sulfur-3
|
|
*** products
|
|
- sulfur,5
|
|
*** ingredients
|
|
- gas-hydrogen-sulfide,50
|
|
- gas-oxygen,25
|
|
|
|
* bob-smelting-machine
|
|
** fluid-chemical-furnace
|
|
*** products
|
|
- fluid-chemical-furnace,1
|
|
*** ingredients
|
|
- steel-furnace,1
|
|
- steel-pipe,2
|
|
|
|
* bob-smelting-machine
|
|
** stone-mixing-furnace
|
|
*** products
|
|
- stone-mixing-furnace,1
|
|
*** ingredients
|
|
- stone,5
|
|
|
|
* bob-smelting-machine
|
|
** steel-mixing-furnace
|
|
*** products
|
|
- steel-mixing-furnace,1
|
|
*** ingredients
|
|
- stone-brick,10
|
|
- steel-plate,6
|
|
|
|
* bob-smelting-machine
|
|
** fluid-mixing-furnace
|
|
*** products
|
|
- fluid-mixing-furnace,1
|
|
*** ingredients
|
|
- steel-mixing-furnace,1
|
|
- steel-pipe,2
|
|
|
|
* bob-smelting-machine
|
|
** electric-mixing-furnace
|
|
*** products
|
|
- electric-mixing-furnace,1
|
|
*** ingredients
|
|
- stone-brick,10
|
|
- steel-plate,10
|
|
- advanced-circuit,5
|
|
|
|
* bob-smelting-machine
|
|
** electric-chemical-mixing-furnace
|
|
*** products
|
|
- electric-chemical-mixing-furnace,1
|
|
*** ingredients
|
|
- electric-mixing-furnace,1
|
|
- tungsten-plate,10
|
|
- invar-alloy,10
|
|
- processing-unit,5
|
|
- tungsten-pipe,5
|
|
|
|
* bob-smelting-machine
|
|
** electric-chemical-mixing-furnace-2
|
|
*** products
|
|
- electric-chemical-mixing-furnace-2,1
|
|
*** ingredients
|
|
- electric-chemical-mixing-furnace,1
|
|
- tungsten-carbide,10
|
|
- copper-tungsten-alloy,10
|
|
- advanced-processing-unit,5
|
|
- copper-tungsten-pipe,5
|
|
|
|
* bodies
|
|
** character
|
|
*** products
|
|
- character,1
|
|
*** ingredients
|
|
- assembling-machine-2,1
|
|
- player-frame,1
|
|
|
|
* bodies
|
|
** bob-character-builder
|
|
*** products
|
|
- bob-character-builder,1
|
|
*** ingredients
|
|
- assembling-machine-3,1
|
|
- player-frame,1
|
|
|
|
* bodies
|
|
** bob-character-fighter
|
|
*** products
|
|
- bob-character-fighter,1
|
|
*** ingredients
|
|
- assembling-machine-2,1
|
|
- player-frame,1
|
|
- exoskeleton-equipment,1
|
|
|
|
* bodies
|
|
** bob-character-miner
|
|
*** products
|
|
- bob-character-miner,1
|
|
*** ingredients
|
|
- electric-furnace,1
|
|
- assembling-machine-2,1
|
|
- player-frame,1
|
|
|
|
* bodies
|
|
** bob-character-balanced-2
|
|
*** products
|
|
- bob-character-balanced-2,1
|
|
*** ingredients
|
|
- assembling-machine-2,1
|
|
- player-frame-2,1
|
|
|
|
* bodies
|
|
** bob-character-builder-2
|
|
*** products
|
|
- bob-character-builder-2,1
|
|
*** ingredients
|
|
- assembling-machine-4,1
|
|
- player-frame-2,1
|
|
|
|
* bodies
|
|
** bob-character-engineer
|
|
*** products
|
|
- bob-character-engineer,1
|
|
*** ingredients
|
|
- electric-furnace,1
|
|
- assembling-machine-3,1
|
|
- player-frame-2,1
|
|
|
|
* bodies
|
|
** bob-character-fighter-2
|
|
*** products
|
|
- bob-character-fighter-2,1
|
|
*** ingredients
|
|
- assembling-machine-2,1
|
|
- player-frame-2,1
|
|
- exoskeleton-equipment-2,1
|
|
|
|
* bodies
|
|
** bob-character-miner-2
|
|
*** products
|
|
- bob-character-miner-2,1
|
|
*** ingredients
|
|
- electric-furnace-2,1
|
|
- assembling-machine-2,1
|
|
- player-frame-2,1
|
|
|
|
* bodies
|
|
** bob-character-prospector
|
|
*** products
|
|
- bob-character-prospector,1
|
|
*** ingredients
|
|
- electric-furnace,1
|
|
- assembling-machine-2,1
|
|
- player-frame-2,1
|
|
- exoskeleton-equipment,1
|
|
|
|
* body-parts
|
|
** player-boots
|
|
*** products
|
|
- player-boots,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- rubber,15
|
|
|
|
* body-parts
|
|
** player-boots-2
|
|
*** products
|
|
- player-boots-2,1
|
|
*** ingredients
|
|
- titanium-plate,5
|
|
- rubber,15
|
|
|
|
* body-parts
|
|
** player-brain
|
|
*** products
|
|
- player-brain,1
|
|
*** ingredients
|
|
- solder,5
|
|
- superior-circuit-board,5
|
|
- basic-electronic-components,10
|
|
- electronic-components,25
|
|
- intergrated-electronics,10
|
|
- module-case,1
|
|
|
|
* body-parts
|
|
** player-brain-2
|
|
*** products
|
|
- player-brain-2,1
|
|
*** ingredients
|
|
- solder,10
|
|
- superior-circuit-board,8
|
|
- basic-electronic-components,8
|
|
- electronic-components,30
|
|
- intergrated-electronics,20
|
|
- processing-electronics,2
|
|
- module-case,1
|
|
|
|
* body-parts
|
|
** player-gloves
|
|
*** products
|
|
- player-gloves,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- steel-gear-wheel,15
|
|
- steel-bearing,8
|
|
|
|
* body-parts
|
|
** player-gloves-2
|
|
*** products
|
|
- player-gloves-2,1
|
|
*** ingredients
|
|
- titanium-plate,5
|
|
- titanium-gear-wheel,15
|
|
- titanium-bearing,8
|
|
|
|
* body-parts
|
|
** player-head
|
|
*** products
|
|
- player-head,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- player-brain,1
|
|
|
|
* body-parts
|
|
** player-head-2
|
|
*** products
|
|
- player-head-2,1
|
|
*** ingredients
|
|
- titanium-plate,5
|
|
- player-brain-2,1
|
|
|
|
* body-parts
|
|
** player-frame
|
|
*** products
|
|
- player-frame,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- electric-engine-unit,8
|
|
- advanced-circuit,15
|
|
- steel-chest,1
|
|
- player-boots,1
|
|
- player-gloves,1
|
|
- player-head,1
|
|
- player-power-core,1
|
|
|
|
* body-parts
|
|
** player-frame-2
|
|
*** products
|
|
- player-frame-2,1
|
|
*** ingredients
|
|
- titanium-plate,5
|
|
- electric-engine-unit,12
|
|
- processing-unit,15
|
|
- titanium-chest,1
|
|
- player-boots-2,1
|
|
- player-gloves-2,1
|
|
- player-head-2,1
|
|
- player-power-core,1
|
|
|
|
* body-parts
|
|
** player-power-core
|
|
*** products
|
|
- player-power-core,1
|
|
*** ingredients
|
|
- battery,15
|
|
- rtg,1
|
|
- processing-unit,50
|
|
|
|
* boiler-building
|
|
** angels-electric-boiler
|
|
*** products
|
|
- angels-electric-boiler,1
|
|
*** ingredients
|
|
- clay-brick,5
|
|
- bronze-alloy,3
|
|
- electronic-circuit,2
|
|
- bronze-pipe,15
|
|
|
|
* boiler-building
|
|
** angels-electric-boiler-2
|
|
*** products
|
|
- angels-electric-boiler-2,1
|
|
*** ingredients
|
|
- aluminium-plate,4
|
|
- concrete-brick,5
|
|
- angels-electric-boiler,1
|
|
- advanced-circuit,2
|
|
- brass-pipe,15
|
|
|
|
* boiler-building
|
|
** angels-electric-boiler-3
|
|
*** products
|
|
- angels-electric-boiler-3,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,5
|
|
- tungsten-plate,4
|
|
- angels-electric-boiler-2,1
|
|
- advanced-processing-unit,2
|
|
- tungsten-pipe,15
|
|
|
|
* boiler-building
|
|
** cooling-tower
|
|
*** products
|
|
- cooling-tower,1
|
|
*** ingredients
|
|
- clay-brick,50
|
|
- bronze-alloy,30
|
|
- electronic-circuit,5
|
|
- bronze-pipe,15
|
|
|
|
* circuit-network
|
|
** small-lamp
|
|
*** products
|
|
- small-lamp,1
|
|
*** ingredients
|
|
- copper-cable,3
|
|
- iron-plate,1
|
|
- basic-circuit-board,1
|
|
|
|
* circuit-network
|
|
** angels-lamp
|
|
*** products
|
|
- angels-lamp,1
|
|
*** ingredients
|
|
- copper-cable,3
|
|
- iron-plate,1
|
|
- basic-circuit-board,1
|
|
|
|
* circuit-network
|
|
** red-wire
|
|
*** products
|
|
- red-wire,1
|
|
*** ingredients
|
|
- insulated-cable,1
|
|
|
|
* circuit-network
|
|
** green-wire
|
|
*** products
|
|
- green-wire,1
|
|
*** ingredients
|
|
- insulated-cable,1
|
|
|
|
* circuit-network
|
|
** arithmetic-combinator
|
|
*** products
|
|
- arithmetic-combinator,1
|
|
*** ingredients
|
|
- copper-cable,5
|
|
- electronic-circuit,5
|
|
|
|
* circuit-network
|
|
** decider-combinator
|
|
*** products
|
|
- decider-combinator,1
|
|
*** ingredients
|
|
- copper-cable,5
|
|
- electronic-circuit,5
|
|
|
|
* circuit-network
|
|
** constant-combinator
|
|
*** products
|
|
- constant-combinator,1
|
|
*** ingredients
|
|
- copper-cable,5
|
|
- electronic-circuit,2
|
|
|
|
* circuit-network
|
|
** power-switch
|
|
*** products
|
|
- power-switch,1
|
|
*** ingredients
|
|
- copper-cable,5
|
|
- iron-plate,5
|
|
- electronic-circuit,2
|
|
|
|
* circuit-network
|
|
** programmable-speaker
|
|
*** products
|
|
- programmable-speaker,1
|
|
*** ingredients
|
|
- copper-cable,5
|
|
- iron-plate,3
|
|
- iron-stick,4
|
|
- electronic-circuit,4
|
|
|
|
* coolant
|
|
** coolant-cool-steam
|
|
*** products
|
|
- water-purified,100
|
|
*** ingredients
|
|
- steam,100
|
|
|
|
* coolant
|
|
** coolant
|
|
*** products
|
|
- liquid-coolant,100
|
|
*** ingredients
|
|
- water,80
|
|
- liquid-mineral-oil,20
|
|
|
|
* coolant
|
|
** coolant-used-filtration-1
|
|
*** products
|
|
- filter-frame,1
|
|
- liquid-coolant,160
|
|
*** ingredients
|
|
- filter-coal,1
|
|
- liquid-coolant-used,200
|
|
|
|
* coolant
|
|
** coolant-used-filtration-2
|
|
*** products
|
|
- filter-ceramic-used,1
|
|
- liquid-coolant,160
|
|
*** ingredients
|
|
- filter-ceramic,1
|
|
- liquid-coolant-used,200
|
|
|
|
* coolant
|
|
** coolant-cool-100
|
|
*** products
|
|
- liquid-coolant-used,200
|
|
- steam,50
|
|
*** ingredients
|
|
- liquid-coolant-used,200
|
|
- water,50
|
|
|
|
* coolant
|
|
** coolant-cool-200
|
|
*** products
|
|
- liquid-coolant-used,200
|
|
- steam,50
|
|
*** ingredients
|
|
- liquid-coolant-used,200
|
|
- water,50
|
|
|
|
* coolant
|
|
** coolant-cool-300
|
|
*** products
|
|
- liquid-coolant-used,200
|
|
- steam,50
|
|
*** ingredients
|
|
- liquid-coolant-used,200
|
|
- water,50
|
|
|
|
* effectivity-module
|
|
** effectivity-module
|
|
*** products
|
|
- effectivity-module,1
|
|
*** ingredients
|
|
- module-case,1
|
|
- effectivity-processor,1
|
|
- module-contact,4
|
|
- module-circuit-board,1
|
|
|
|
* effectivity-module
|
|
** effectivity-module-2
|
|
*** products
|
|
- effectivity-module-2,1
|
|
*** ingredients
|
|
- solder,1
|
|
- effectivity-processor,2
|
|
- module-contact,5
|
|
- effectivity-module,1
|
|
|
|
* effectivity-module
|
|
** effectivity-module-3
|
|
*** products
|
|
- effectivity-module-3,1
|
|
*** ingredients
|
|
- solder,2
|
|
- electronic-components,5
|
|
- effectivity-processor-2,3
|
|
- effectivity-module-2,1
|
|
|
|
* effectivity-module
|
|
** effectivity-module-4
|
|
*** products
|
|
- effectivity-module-4,1
|
|
*** ingredients
|
|
- solder,3
|
|
- intergrated-electronics,5
|
|
- module-contact,5
|
|
- effectivity-processor-2,4
|
|
- effectivity-module-3,1
|
|
|
|
* effectivity-module
|
|
** effectivity-module-5
|
|
*** products
|
|
- effectivity-module-5,1
|
|
*** ingredients
|
|
- solder,4
|
|
- intergrated-electronics,5
|
|
- ruby-5,1
|
|
- module-contact,5
|
|
- effectivity-processor-2,5
|
|
- effectivity-module-4,1
|
|
|
|
* effectivity-module
|
|
** effectivity-module-6
|
|
*** products
|
|
- effectivity-module-6,1
|
|
*** ingredients
|
|
- solder,5
|
|
- intergrated-electronics,5
|
|
- emerald-5,1
|
|
- module-contact,5
|
|
- effectivity-processor-3,6
|
|
- effectivity-module-5,1
|
|
|
|
* effectivity-module
|
|
** effectivity-module-7
|
|
*** products
|
|
- effectivity-module-7,1
|
|
*** ingredients
|
|
- solder,7
|
|
- intergrated-electronics,5
|
|
- processing-electronics,3
|
|
- topaz-5,1
|
|
- module-contact,5
|
|
- effectivity-processor-3,8
|
|
- effectivity-module-6,1
|
|
|
|
* effectivity-module
|
|
** effectivity-module-8
|
|
*** products
|
|
- effectivity-module-8,1
|
|
*** ingredients
|
|
- solder,8
|
|
- electronic-components,5
|
|
- intergrated-electronics,5
|
|
- processing-electronics,5
|
|
- diamond-5,1
|
|
- module-contact,5
|
|
- effectivity-processor-3,10
|
|
- effectivity-module-7,1
|
|
|
|
* extraction-machine
|
|
** burner-mining-drill
|
|
*** products
|
|
- burner-mining-drill,1
|
|
*** ingredients
|
|
- stone-furnace,1
|
|
- iron-plate,3
|
|
- iron-gear-wheel,3
|
|
|
|
* extraction-machine
|
|
** steam-mining-drill
|
|
*** products
|
|
- steam-mining-drill,1
|
|
*** ingredients
|
|
- burner-mining-drill,1
|
|
- pipe,2
|
|
|
|
* extraction-machine
|
|
** electric-mining-drill
|
|
*** products
|
|
- electric-mining-drill,1
|
|
*** ingredients
|
|
- iron-plate,10
|
|
- iron-gear-wheel,5
|
|
- basic-circuit-board,3
|
|
|
|
* extraction-machine
|
|
** bob-mining-drill-1
|
|
*** products
|
|
- bob-mining-drill-1,1
|
|
*** ingredients
|
|
- electric-mining-drill,1
|
|
- steel-plate,10
|
|
- steel-gear-wheel,5
|
|
- electronic-circuit,5
|
|
|
|
* extraction-machine
|
|
** bob-mining-drill-2
|
|
*** products
|
|
- bob-mining-drill-2,1
|
|
*** ingredients
|
|
- bob-mining-drill-1,1
|
|
- invar-alloy,10
|
|
- brass-gear-wheel,5
|
|
- advanced-circuit,5
|
|
|
|
* extraction-machine
|
|
** bob-mining-drill-3
|
|
*** products
|
|
- bob-mining-drill-3,1
|
|
*** ingredients
|
|
- bob-mining-drill-2,1
|
|
- titanium-plate,10
|
|
- titanium-gear-wheel,5
|
|
- processing-unit,5
|
|
|
|
* extraction-machine
|
|
** bob-mining-drill-4
|
|
*** products
|
|
- bob-mining-drill-4,1
|
|
*** ingredients
|
|
- bob-mining-drill-3,1
|
|
- tungsten-carbide,10
|
|
- nitinol-gear-wheel,5
|
|
- advanced-processing-unit,5
|
|
|
|
* extraction-machine
|
|
** bob-area-mining-drill-1
|
|
*** products
|
|
- bob-area-mining-drill-1,1
|
|
*** ingredients
|
|
- electric-mining-drill,1
|
|
- steel-plate,10
|
|
- steel-gear-wheel,5
|
|
- electronic-circuit,5
|
|
|
|
* extraction-machine
|
|
** bob-area-mining-drill-2
|
|
*** products
|
|
- bob-area-mining-drill-2,1
|
|
*** ingredients
|
|
- bob-area-mining-drill-1,1
|
|
- invar-alloy,10
|
|
- brass-gear-wheel,5
|
|
- advanced-circuit,5
|
|
|
|
* extraction-machine
|
|
** bob-area-mining-drill-3
|
|
*** products
|
|
- bob-area-mining-drill-3,1
|
|
*** ingredients
|
|
- bob-area-mining-drill-2,1
|
|
- titanium-plate,10
|
|
- titanium-gear-wheel,5
|
|
- processing-unit,5
|
|
|
|
* extraction-machine
|
|
** bob-area-mining-drill-4
|
|
*** products
|
|
- bob-area-mining-drill-4,1
|
|
*** ingredients
|
|
- bob-area-mining-drill-3,1
|
|
- tungsten-carbide,10
|
|
- nitinol-gear-wheel,5
|
|
- advanced-processing-unit,5
|
|
|
|
* extraction-machine
|
|
** pumpjack
|
|
*** products
|
|
- pumpjack,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- iron-gear-wheel,10
|
|
- electronic-circuit,5
|
|
- pipe,10
|
|
|
|
* extraction-machine
|
|
** bob-pumpjack-1
|
|
*** products
|
|
- bob-pumpjack-1,1
|
|
*** ingredients
|
|
- pumpjack,1
|
|
- steel-plate,20
|
|
- steel-gear-wheel,10
|
|
- electronic-circuit,5
|
|
- steel-pipe,10
|
|
|
|
* extraction-machine
|
|
** bob-pumpjack-2
|
|
*** products
|
|
- bob-pumpjack-2,1
|
|
*** ingredients
|
|
- bob-pumpjack-1,1
|
|
- aluminium-plate,20
|
|
- brass-gear-wheel,10
|
|
- advanced-circuit,5
|
|
- brass-pipe,10
|
|
|
|
* extraction-machine
|
|
** bob-pumpjack-3
|
|
*** products
|
|
- bob-pumpjack-3,1
|
|
*** ingredients
|
|
- bob-pumpjack-2,1
|
|
- titanium-plate,20
|
|
- titanium-gear-wheel,10
|
|
- processing-unit,5
|
|
- titanium-pipe,10
|
|
|
|
* extraction-machine
|
|
** bob-pumpjack-4
|
|
*** products
|
|
- bob-pumpjack-4,1
|
|
*** ingredients
|
|
- bob-pumpjack-3,1
|
|
- nitinol-alloy,20
|
|
- nitinol-gear-wheel,10
|
|
- advanced-processing-unit,5
|
|
- nitinol-pipe,10
|
|
|
|
* extraction-machine
|
|
** water-miner-1
|
|
*** products
|
|
- water-miner-1,1
|
|
*** ingredients
|
|
- iron-plate,10
|
|
- iron-gear-wheel,10
|
|
- basic-circuit-board,5
|
|
- copper-pipe,10
|
|
|
|
* extraction-machine
|
|
** water-miner-2
|
|
*** products
|
|
- water-miner-2,1
|
|
*** ingredients
|
|
- water-miner-1,1
|
|
- steel-plate,10
|
|
- steel-gear-wheel,10
|
|
- electronic-circuit,5
|
|
- bronze-pipe,10
|
|
|
|
* extraction-machine
|
|
** water-miner-3
|
|
*** products
|
|
- water-miner-3,1
|
|
*** ingredients
|
|
- water-miner-2,1
|
|
- aluminium-plate,10
|
|
- brass-gear-wheel,10
|
|
- advanced-circuit,5
|
|
- brass-pipe,10
|
|
|
|
* extraction-machine
|
|
** water-miner-4
|
|
*** products
|
|
- water-miner-4,1
|
|
*** ingredients
|
|
- water-miner-3,1
|
|
- titanium-plate,10
|
|
- titanium-gear-wheel,10
|
|
- processing-unit,5
|
|
- titanium-pipe,10
|
|
|
|
* extraction-machine
|
|
** water-miner-5
|
|
*** products
|
|
- water-miner-5,1
|
|
*** ingredients
|
|
- water-miner-4,1
|
|
- nitinol-alloy,10
|
|
- nitinol-gear-wheel,10
|
|
- advanced-processing-unit,5
|
|
- nitinol-pipe,10
|
|
|
|
* farming-desert
|
|
** desert-1
|
|
*** products
|
|
- desert-1,30-40
|
|
*** ingredients
|
|
- solid-sand,10
|
|
- desert-1-seed,5
|
|
- water-saline,50
|
|
|
|
* farming-desert
|
|
** desert-2
|
|
*** products
|
|
- desert-2,30-40
|
|
*** ingredients
|
|
- solid-sand,10
|
|
- desert-2-seed,5
|
|
- water-saline,50
|
|
|
|
* farming-desert
|
|
** desert-3
|
|
*** products
|
|
- desert-3,30-40
|
|
- desert-3-seed-dormant,5
|
|
*** ingredients
|
|
- solid-sand,10
|
|
- desert-3-seed,5
|
|
- water-saline,50
|
|
|
|
* farming-desert
|
|
** desert-4
|
|
*** products
|
|
- desert-4,30-40
|
|
- desert-4-seed-dormant,5
|
|
*** ingredients
|
|
- solid-sand,10
|
|
- solid-fertilizer,1
|
|
- desert-4-seed,5
|
|
- water-saline,50
|
|
|
|
* farming-desert
|
|
** desert-5
|
|
*** products
|
|
- desert-5,30-40
|
|
- desert-5-seed-dormant,5
|
|
*** ingredients
|
|
- solid-sand,10
|
|
- solid-fertilizer,1
|
|
- desert-5-seed,5
|
|
- water-saline,50
|
|
|
|
* farming-desert
|
|
** sorting-desert-1
|
|
*** products
|
|
- solid-beans,12
|
|
*** ingredients
|
|
- desert-1,20
|
|
|
|
* farming-desert
|
|
** sorting-desert-2
|
|
*** products
|
|
- solid-corn,12
|
|
*** ingredients
|
|
- desert-2,20
|
|
|
|
* farming-desert
|
|
** sorting-desert-3
|
|
*** products
|
|
- solid-pips,24
|
|
- crystal-dust,4
|
|
*** ingredients
|
|
- desert-3,20
|
|
|
|
* farming-desert
|
|
** sorting-desert-4
|
|
*** products
|
|
- solid-fruit,12
|
|
- cellulose-fiber,14
|
|
*** ingredients
|
|
- desert-4,20
|
|
|
|
* farming-desert
|
|
** sorting-desert-5
|
|
*** products
|
|
- solid-nuts,4
|
|
- solid-corn,12
|
|
- crystal-dust,4
|
|
*** ingredients
|
|
- desert-5,20
|
|
|
|
* farming-desert-seed
|
|
** desert-1-seed
|
|
*** products
|
|
- desert-1-seed,5-6
|
|
*** ingredients
|
|
- desert-1,5
|
|
|
|
* farming-desert-seed
|
|
** desert-2-seed
|
|
*** products
|
|
- desert-2-seed,5-6
|
|
*** ingredients
|
|
- desert-2,5
|
|
|
|
* farming-desert-seed
|
|
** desert-3-seed
|
|
*** products
|
|
- desert-3-seed,5
|
|
- desert-3-seed,1
|
|
*** ingredients
|
|
- desert-3-seed-dormant,5
|
|
|
|
* farming-desert-seed
|
|
** desert-4-seed
|
|
*** products
|
|
- desert-4-seed,5
|
|
- desert-4-seed,1
|
|
*** ingredients
|
|
- desert-4-seed-dormant,5
|
|
|
|
* farming-desert-seed
|
|
** desert-5-seed
|
|
*** products
|
|
- desert-5-seed,5
|
|
- desert-5-seed,1
|
|
*** ingredients
|
|
- desert-5-seed-dormant,5
|
|
|
|
* farming-desert-seed
|
|
** desert-garden-cultivating-b
|
|
*** products
|
|
- desert-garden,2
|
|
*** ingredients
|
|
- solid-alienated-fertilizer,2
|
|
- desert-garden,1
|
|
- token-bio,30
|
|
- water-mineralized,50
|
|
|
|
* farming-desert-seed
|
|
** desert-garden-cultivating-a
|
|
*** products
|
|
- token-bio,32
|
|
*** ingredients
|
|
- desert-garden,1
|
|
|
|
* farming-desert-seed
|
|
** desert-garden-a
|
|
*** products
|
|
- token-bio,16
|
|
- desert-1-seed,5
|
|
- desert-2-seed,5
|
|
- desert-3-seed,5
|
|
- desert-4-seed,5
|
|
- desert-5-seed,5
|
|
*** ingredients
|
|
- desert-garden,1
|
|
|
|
* farming-desert-seed
|
|
** desert-garden-b
|
|
*** products
|
|
- desert-1-seed,5
|
|
- desert-2-seed,5
|
|
- desert-3-seed,5
|
|
- desert-4-seed,5
|
|
- desert-5-seed,5
|
|
*** ingredients
|
|
- desert-garden,1
|
|
|
|
* farming-swamp
|
|
** swamp-1
|
|
*** products
|
|
- swamp-1,40-50
|
|
*** ingredients
|
|
- solid-mud,10
|
|
- swamp-1-seed,5
|
|
- water-viscous-mud,50
|
|
|
|
* farming-swamp
|
|
** swamp-2
|
|
*** products
|
|
- swamp-2,40-50
|
|
*** ingredients
|
|
- solid-mud,10
|
|
- swamp-2-seed,5
|
|
- water-heavy-mud,50
|
|
|
|
* farming-swamp
|
|
** swamp-3
|
|
*** products
|
|
- swamp-3,40-50
|
|
- swamp-3-seed-dormant,5
|
|
*** ingredients
|
|
- solid-mud,10
|
|
- swamp-3-seed,5
|
|
- water-concentrated-mud,50
|
|
|
|
* farming-swamp
|
|
** swamp-4
|
|
*** products
|
|
- swamp-4,40-50
|
|
- swamp-4-seed-dormant,5
|
|
*** ingredients
|
|
- solid-mud,10
|
|
- solid-fertilizer,1
|
|
- swamp-4-seed,5
|
|
- water-light-mud,50
|
|
|
|
* farming-swamp
|
|
** swamp-5
|
|
*** products
|
|
- swamp-5,40-50
|
|
- swamp-5-seed-dormant,5
|
|
*** ingredients
|
|
- solid-mud,10
|
|
- solid-fertilizer,1
|
|
- swamp-5-seed,5
|
|
- water-thin-mud,50
|
|
|
|
* farming-swamp
|
|
** sorting-swamp-1
|
|
*** products
|
|
- solid-nuts,16
|
|
*** ingredients
|
|
- swamp-1,20
|
|
|
|
* farming-swamp
|
|
** sorting-swamp-2
|
|
*** products
|
|
- solid-beans,14
|
|
*** ingredients
|
|
- swamp-2,20
|
|
|
|
* farming-swamp
|
|
** sorting-swamp-3
|
|
*** products
|
|
- solid-leafs,36
|
|
- solid-nuts,6
|
|
*** ingredients
|
|
- swamp-3,20
|
|
|
|
* farming-swamp
|
|
** sorting-swamp-4
|
|
*** products
|
|
- solid-leafs,24
|
|
- crystal-dust,6
|
|
*** ingredients
|
|
- swamp-4,20
|
|
|
|
* farming-swamp
|
|
** sorting-swamp-5
|
|
*** products
|
|
- solid-fruit,16
|
|
- solid-pips,12
|
|
- alien-bacteria,4
|
|
*** ingredients
|
|
- swamp-5,20
|
|
|
|
* farming-swamp-seed
|
|
** swamp-1-seed
|
|
*** products
|
|
- swamp-1-seed,5-6
|
|
*** ingredients
|
|
- swamp-1,5
|
|
|
|
* farming-swamp-seed
|
|
** swamp-2-seed
|
|
*** products
|
|
- swamp-2-seed,5-6
|
|
*** ingredients
|
|
- swamp-2,5
|
|
|
|
* farming-swamp-seed
|
|
** swamp-3-seed
|
|
*** products
|
|
- swamp-3-seed,5
|
|
- swamp-3-seed,1
|
|
*** ingredients
|
|
- swamp-3-seed-dormant,5
|
|
|
|
* farming-swamp-seed
|
|
** swamp-4-seed
|
|
*** products
|
|
- swamp-4-seed,5
|
|
- swamp-4-seed,1
|
|
*** ingredients
|
|
- swamp-4-seed-dormant,5
|
|
|
|
* farming-swamp-seed
|
|
** swamp-5-seed
|
|
*** products
|
|
- swamp-5-seed,5
|
|
- swamp-5-seed,1
|
|
*** ingredients
|
|
- swamp-5-seed-dormant,5
|
|
|
|
* farming-swamp-seed
|
|
** swamp-garden-cultivating-b
|
|
*** products
|
|
- swamp-garden,2
|
|
*** ingredients
|
|
- solid-alienated-fertilizer,2
|
|
- swamp-garden,1
|
|
- token-bio,30
|
|
- water-mineralized,50
|
|
|
|
* farming-swamp-seed
|
|
** swamp-garden-cultivating-a
|
|
*** products
|
|
- token-bio,32
|
|
*** ingredients
|
|
- swamp-garden,1
|
|
|
|
* farming-swamp-seed
|
|
** swamp-garden-a
|
|
*** products
|
|
- token-bio,16
|
|
- swamp-1-seed,5
|
|
- swamp-2-seed,5
|
|
- swamp-3-seed,5
|
|
- swamp-4-seed,5
|
|
- swamp-5-seed,5
|
|
*** ingredients
|
|
- swamp-garden,1
|
|
|
|
* farming-swamp-seed
|
|
** swamp-garden-b
|
|
*** products
|
|
- swamp-1-seed,5
|
|
- swamp-2-seed,5
|
|
- swamp-3-seed,5
|
|
- swamp-4-seed,5
|
|
- swamp-5-seed,5
|
|
*** ingredients
|
|
- swamp-garden,1
|
|
|
|
* farming-temperate
|
|
** temperate-1
|
|
*** products
|
|
- temperate-1,40-60
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- temperate-1-seed,5
|
|
- water,50
|
|
|
|
* farming-temperate
|
|
** temperate-2
|
|
*** products
|
|
- temperate-2,40-60
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- temperate-2-seed,5
|
|
- water,50
|
|
|
|
* farming-temperate
|
|
** temperate-3
|
|
*** products
|
|
- temperate-3,40-60
|
|
- temperate-3-seed-dormant,5
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- temperate-3-seed,5
|
|
- water,50
|
|
|
|
* farming-temperate
|
|
** temperate-4
|
|
*** products
|
|
- temperate-4,40-60
|
|
- temperate-4-seed-dormant,5
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- solid-fertilizer,1
|
|
- temperate-4-seed,5
|
|
- water,50
|
|
|
|
* farming-temperate
|
|
** temperate-5
|
|
*** products
|
|
- temperate-5,40-60
|
|
- temperate-5-seed-dormant,5
|
|
*** ingredients
|
|
- solid-soil,5
|
|
- solid-fertilizer,1
|
|
- temperate-5-seed,5
|
|
- water,50
|
|
|
|
* farming-temperate
|
|
** sorting-temperate-1
|
|
*** products
|
|
- solid-corn,10
|
|
*** ingredients
|
|
- temperate-1,20
|
|
|
|
* farming-temperate
|
|
** sorting-temperate-2
|
|
*** products
|
|
- cellulose-fiber,22
|
|
*** ingredients
|
|
- temperate-2,20
|
|
|
|
* farming-temperate
|
|
** sorting-temperate-3
|
|
*** products
|
|
- solid-leafs,32
|
|
- cellulose-fiber,10
|
|
*** ingredients
|
|
- temperate-3,20
|
|
|
|
* farming-temperate
|
|
** sorting-temperate-4
|
|
*** products
|
|
- solid-fruit,10
|
|
- solid-pips,28
|
|
*** ingredients
|
|
- temperate-4,20
|
|
|
|
* farming-temperate
|
|
** sorting-temperate-5
|
|
*** products
|
|
- solid-corn,10
|
|
- cellulose-fiber,8
|
|
- crystal-dust,4
|
|
*** ingredients
|
|
- temperate-5,20
|
|
|
|
* farming-temperate-seed
|
|
** temperate-1-seed
|
|
*** products
|
|
- temperate-1-seed,5-6
|
|
*** ingredients
|
|
- temperate-1,5
|
|
|
|
* farming-temperate-seed
|
|
** temperate-2-seed
|
|
*** products
|
|
- temperate-2-seed,5-6
|
|
*** ingredients
|
|
- temperate-2,5
|
|
|
|
* farming-temperate-seed
|
|
** temperate-3-seed
|
|
*** products
|
|
- temperate-3-seed,5
|
|
- temperate-3-seed,1
|
|
*** ingredients
|
|
- temperate-3-seed-dormant,5
|
|
|
|
* farming-temperate-seed
|
|
** temperate-4-seed
|
|
*** products
|
|
- temperate-4-seed,5
|
|
- temperate-4-seed,1
|
|
*** ingredients
|
|
- temperate-4-seed-dormant,5
|
|
|
|
* farming-temperate-seed
|
|
** temperate-5-seed
|
|
*** products
|
|
- temperate-5-seed,5
|
|
- temperate-5-seed,1
|
|
*** ingredients
|
|
- temperate-5-seed-dormant,5
|
|
|
|
* farming-temperate-seed
|
|
** temperate-garden-cultivating-b
|
|
*** products
|
|
- temperate-garden,2
|
|
*** ingredients
|
|
- solid-alienated-fertilizer,2
|
|
- temperate-garden,1
|
|
- token-bio,30
|
|
- water-mineralized,50
|
|
|
|
* farming-temperate-seed
|
|
** temperate-garden-cultivating-a
|
|
*** products
|
|
- token-bio,32
|
|
*** ingredients
|
|
- temperate-garden,1
|
|
|
|
* farming-temperate-seed
|
|
** temperate-garden-a
|
|
*** products
|
|
- token-bio,16
|
|
- temperate-1-seed,5
|
|
- temperate-2-seed,5
|
|
- temperate-3-seed,5
|
|
- temperate-4-seed,5
|
|
- temperate-5-seed,5
|
|
*** ingredients
|
|
- temperate-garden,1
|
|
|
|
* farming-temperate-seed
|
|
** temperate-garden-b
|
|
*** products
|
|
- temperate-1-seed,5
|
|
- temperate-2-seed,5
|
|
- temperate-3-seed,5
|
|
- temperate-4-seed,5
|
|
- temperate-5-seed,5
|
|
*** ingredients
|
|
- temperate-garden,1
|
|
|
|
* farming-temperate-seed
|
|
** garden-cultivating
|
|
*** products
|
|
- temperate-garden,1
|
|
- desert-garden,1
|
|
- swamp-garden,1
|
|
*** ingredients
|
|
- solid-wood-pulp,5
|
|
- token-bio,1
|
|
- water-mineralized,50
|
|
|
|
* filtering
|
|
** slag-processing-filtering-1
|
|
*** products
|
|
- filter-frame,1
|
|
- mineral-sludge,50
|
|
- water-yellow-waste,40
|
|
*** ingredients
|
|
- filter-coal,1
|
|
- slag-slurry,50
|
|
- water-purified,50
|
|
|
|
* filtering
|
|
** slag-processing-filtering-2
|
|
*** products
|
|
- filter-ceramic-used,1
|
|
- mineral-sludge,35
|
|
- water-yellow-waste,20
|
|
*** ingredients
|
|
- filter-ceramic,1
|
|
- slag-slurry,35
|
|
- water-purified,50
|
|
|
|
* filtering
|
|
** thermal-water-filtering-1
|
|
*** products
|
|
- filter-frame,1
|
|
- mineral-sludge,50
|
|
*** ingredients
|
|
- filter-coal,1
|
|
- thermal-water,50
|
|
|
|
* filtering
|
|
** thermal-water-filtering-2
|
|
*** products
|
|
- filter-ceramic-used,1
|
|
- mineral-sludge,35
|
|
*** ingredients
|
|
- filter-ceramic,1
|
|
- thermal-water,35
|
|
|
|
* filtering
|
|
** crystal-slurry-filtering-conversion-1
|
|
*** products
|
|
- filter-frame,1
|
|
- mineral-sludge,50
|
|
- water-yellow-waste,40
|
|
*** ingredients
|
|
- filter-coal,1
|
|
- crystal-slurry,50
|
|
- water-mineralized,100
|
|
|
|
* filtering
|
|
** crystal-slurry-filtering-conversion-2
|
|
*** products
|
|
- filter-ceramic-used,1
|
|
- mineral-sludge,35
|
|
- water-yellow-waste,20
|
|
*** ingredients
|
|
- filter-ceramic,1
|
|
- crystal-slurry,35
|
|
- water-mineralized,100
|
|
|
|
* filtering
|
|
** crystal-slurry-filtering-1
|
|
*** products
|
|
- filter-frame,1
|
|
- crystal-seedling,50
|
|
- water-yellow-waste,40
|
|
*** ingredients
|
|
- filter-coal,1
|
|
- crystal-slurry,50
|
|
- water-purified,50
|
|
|
|
* filtering
|
|
** crystal-slurry-filtering-2
|
|
*** products
|
|
- filter-ceramic-used,1
|
|
- crystal-seedling,35
|
|
- water-yellow-waste,20
|
|
*** ingredients
|
|
- filter-ceramic,1
|
|
- crystal-slurry,35
|
|
- water-purified,50
|
|
|
|
* fluid-recipes
|
|
** basic-oil-processing
|
|
*** products
|
|
- sour-gas,70
|
|
*** ingredients
|
|
- crude-oil,100
|
|
|
|
* fluid-recipes
|
|
** advanced-oil-processing
|
|
*** products
|
|
- liquid-naphtha,25
|
|
- liquid-fuel-oil,45
|
|
- sour-gas,55
|
|
*** ingredients
|
|
- water-purified,50
|
|
- crude-oil,100
|
|
|
|
* fluid-recipes
|
|
** bob-oil-processing
|
|
*** products
|
|
- liquid-naphtha,50
|
|
- liquid-fuel-oil,20
|
|
- sour-gas,30
|
|
*** ingredients
|
|
- crude-oil,100
|
|
|
|
* fluid-recipes
|
|
** carbon-dioxide-oil-processing
|
|
*** products
|
|
- liquid-naphtha,60
|
|
- liquid-fuel-oil,40
|
|
- sour-gas,25
|
|
*** ingredients
|
|
- gas-carbon-dioxide,50
|
|
- crude-oil,100
|
|
|
|
* fluid-recipes
|
|
** coal-liquefaction
|
|
*** products
|
|
- liquid-naphtha,90
|
|
- liquid-fuel-oil,20
|
|
- sour-gas,10
|
|
*** ingredients
|
|
- coal,10
|
|
- liquid-naphtha,10
|
|
- steam,50
|
|
|
|
* fluid-recipes
|
|
** heavy-oil-cracking
|
|
*** products
|
|
- liquid-fuel-oil,30
|
|
*** ingredients
|
|
- water-purified,30
|
|
- liquid-naphtha,40
|
|
|
|
* fluid-recipes
|
|
** light-oil-cracking
|
|
*** products
|
|
- gas-methane,20
|
|
*** ingredients
|
|
- water-purified,30
|
|
- liquid-fuel-oil,30
|
|
|
|
* fluid-recipes
|
|
** sulfuric-acid
|
|
*** products
|
|
- liquid-sulfuric-acid,50
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- sulfur,5
|
|
- water-purified,100
|
|
|
|
* fluid-recipes
|
|
** lubricant
|
|
*** products
|
|
- lubricant,10
|
|
*** ingredients
|
|
- liquid-naphtha,10
|
|
|
|
* geode-crystallization
|
|
** catalysator-brown
|
|
*** products
|
|
- catalysator-brown,2
|
|
*** ingredients
|
|
- mineral-sludge,25
|
|
|
|
* geode-crystallization
|
|
** catalysator-green
|
|
*** products
|
|
- catalysator-green,2
|
|
*** ingredients
|
|
- crystal-seedling,25
|
|
|
|
* geode-crystallization
|
|
** catalysator-orange
|
|
*** products
|
|
- catalysator-orange,2
|
|
*** ingredients
|
|
- catalysator-brown,2
|
|
- catalysator-green,2
|
|
|
|
* geode-crystallization
|
|
** filter-frame
|
|
*** products
|
|
- filter-frame,1
|
|
*** ingredients
|
|
- iron-plate,1
|
|
- steel-plate,1
|
|
|
|
* geode-crystallization
|
|
** filter-coal
|
|
*** products
|
|
- filter-coal,5
|
|
*** ingredients
|
|
- filter-frame,5
|
|
- coal,1
|
|
|
|
* geode-crystallization
|
|
** filter-ceramic
|
|
*** products
|
|
- filter-ceramic,1
|
|
*** ingredients
|
|
- filter-frame,1
|
|
- alumina,1
|
|
|
|
* geode-crystallization
|
|
** filter-ceramic-refurbish
|
|
*** products
|
|
- filter-ceramic,1
|
|
*** ingredients
|
|
- filter-ceramic-used,1
|
|
- water-purified,50
|
|
|
|
* geode-processing-1
|
|
** geode-blue-processing
|
|
*** products
|
|
- crystal-dust,1
|
|
- stone-crushed,2
|
|
*** ingredients
|
|
- geode-blue,2
|
|
|
|
* geode-processing-1
|
|
** geode-purple-processing
|
|
*** products
|
|
- crystal-dust,2
|
|
- stone-crushed,3
|
|
*** ingredients
|
|
- geode-purple,2
|
|
|
|
* geode-processing-1
|
|
** geode-yellow-processing
|
|
*** products
|
|
- crystal-dust,2
|
|
- stone-crushed,1
|
|
*** ingredients
|
|
- geode-yellow,2
|
|
|
|
* geode-processing-1
|
|
** geode-lightgreen-processing
|
|
*** products
|
|
- crystal-dust,3
|
|
- stone-crushed,2
|
|
*** ingredients
|
|
- geode-lightgreen,2
|
|
|
|
* geode-processing-1
|
|
** geode-cyan-processing
|
|
*** products
|
|
- crystal-dust,3
|
|
- stone-crushed,2
|
|
*** ingredients
|
|
- geode-cyan,2
|
|
|
|
* geode-processing-1
|
|
** geode-red-processing
|
|
*** products
|
|
- crystal-dust,1
|
|
- stone-crushed,2
|
|
*** ingredients
|
|
- geode-red,2
|
|
|
|
* god-module
|
|
** god-module-1
|
|
*** products
|
|
- god-module-1,1
|
|
*** ingredients
|
|
- solder,2
|
|
- module-case,1
|
|
- speed-processor,2
|
|
- effectivity-processor,6
|
|
- productivity-processor,2
|
|
- pollution-clean-processor,4
|
|
- module-contact,5
|
|
- module-circuit-board,1
|
|
|
|
* god-module
|
|
** god-module-2
|
|
*** products
|
|
- god-module-2,1
|
|
*** ingredients
|
|
- solder,5
|
|
- electronic-components,7
|
|
- intergrated-electronics,7
|
|
- module-contact,5
|
|
- speed-processor-2,4
|
|
- effectivity-processor-2,12
|
|
- productivity-processor-2,4
|
|
- pollution-clean-processor-2,8
|
|
- god-module-1,1
|
|
|
|
* god-module
|
|
** god-module-3
|
|
*** products
|
|
- god-module-3,1
|
|
*** ingredients
|
|
- solder,7
|
|
- intergrated-electronics,7
|
|
- ruby-5,1
|
|
- sapphire-5,1
|
|
- module-contact,5
|
|
- speed-processor-3,6
|
|
- effectivity-processor-3,18
|
|
- productivity-processor-3,6
|
|
- pollution-clean-processor-3,12
|
|
- god-module-2,1
|
|
|
|
* god-module
|
|
** god-module-4
|
|
*** products
|
|
- god-module-4,1
|
|
*** ingredients
|
|
- solder,12
|
|
- electronic-components,8
|
|
- intergrated-electronics,8
|
|
- processing-electronics,8
|
|
- emerald-5,1
|
|
- amethyst-5,1
|
|
- module-contact,5
|
|
- speed-processor-3,10
|
|
- effectivity-processor-3,30
|
|
- productivity-processor-3,10
|
|
- pollution-clean-processor-3,20
|
|
- god-module-3,1
|
|
|
|
* god-module
|
|
** god-module-5
|
|
*** products
|
|
- god-module-5,1
|
|
*** ingredients
|
|
- solder,15
|
|
- electronic-components,10
|
|
- intergrated-electronics,10
|
|
- processing-electronics,10
|
|
- topaz-5,1
|
|
- diamond-5,1
|
|
- module-contact,5
|
|
- speed-processor-3,15
|
|
- effectivity-processor-3,45
|
|
- productivity-processor-3,15
|
|
- pollution-clean-processor-3,30
|
|
- god-module-4,1
|
|
|
|
* green-module
|
|
** green-module-1
|
|
*** products
|
|
- green-module-1,1
|
|
*** ingredients
|
|
- module-case,1
|
|
- effectivity-processor,1
|
|
- pollution-clean-processor,1
|
|
- module-contact,4
|
|
- module-circuit-board,1
|
|
|
|
* green-module
|
|
** green-module-2
|
|
*** products
|
|
- green-module-2,1
|
|
*** ingredients
|
|
- solder,2
|
|
- effectivity-processor,2
|
|
- pollution-clean-processor,2
|
|
- module-contact,5
|
|
- green-module-1,1
|
|
|
|
* green-module
|
|
** green-module-3
|
|
*** products
|
|
- green-module-3,1
|
|
*** ingredients
|
|
- solder,3
|
|
- electronic-components,7
|
|
- effectivity-processor-2,3
|
|
- pollution-clean-processor-2,3
|
|
- green-module-2,1
|
|
|
|
* green-module
|
|
** green-module-4
|
|
*** products
|
|
- green-module-4,1
|
|
*** ingredients
|
|
- solder,5
|
|
- intergrated-electronics,7
|
|
- module-contact,5
|
|
- effectivity-processor-2,4
|
|
- pollution-clean-processor-2,4
|
|
- green-module-3,1
|
|
|
|
* green-module
|
|
** green-module-5
|
|
*** products
|
|
- green-module-5,1
|
|
*** ingredients
|
|
- solder,6
|
|
- intergrated-electronics,7
|
|
- ruby-5,1
|
|
- module-contact,5
|
|
- effectivity-processor-2,5
|
|
- pollution-clean-processor-2,5
|
|
- green-module-4,1
|
|
|
|
* green-module
|
|
** green-module-6
|
|
*** products
|
|
- green-module-6,1
|
|
*** ingredients
|
|
- solder,7
|
|
- intergrated-electronics,7
|
|
- emerald-5,1
|
|
- module-contact,5
|
|
- effectivity-processor-3,6
|
|
- pollution-clean-processor-3,6
|
|
- green-module-5,1
|
|
|
|
* green-module
|
|
** green-module-7
|
|
*** products
|
|
- green-module-7,1
|
|
*** ingredients
|
|
- solder,10
|
|
- intergrated-electronics,8
|
|
- processing-electronics,5
|
|
- topaz-5,1
|
|
- module-contact,5
|
|
- effectivity-processor-3,8
|
|
- pollution-clean-processor-3,8
|
|
- green-module-6,1
|
|
|
|
* green-module
|
|
** green-module-8
|
|
*** products
|
|
- green-module-8,1
|
|
*** ingredients
|
|
- solder,12
|
|
- electronic-components,8
|
|
- intergrated-electronics,8
|
|
- processing-electronics,8
|
|
- diamond-5,1
|
|
- module-contact,5
|
|
- effectivity-processor-3,10
|
|
- pollution-clean-processor-3,10
|
|
- green-module-7,1
|
|
|
|
* green-module-combine
|
|
** green-module-1-combine
|
|
*** products
|
|
- green-module-1,1
|
|
*** ingredients
|
|
- solder,1
|
|
- effectivity-module,1
|
|
- pollution-clean-module-1,1
|
|
|
|
* green-module-combine
|
|
** green-module-2-combine
|
|
*** products
|
|
- green-module-2,1
|
|
*** ingredients
|
|
- solder,2
|
|
- effectivity-module-2,1
|
|
- pollution-clean-module-2,1
|
|
|
|
* green-module-combine
|
|
** green-module-3-combine
|
|
*** products
|
|
- green-module-3,1
|
|
*** ingredients
|
|
- solder,3
|
|
- effectivity-module-3,1
|
|
- pollution-clean-module-3,1
|
|
|
|
* green-module-combine
|
|
** green-module-4-combine
|
|
*** products
|
|
- green-module-4,1
|
|
*** ingredients
|
|
- solder,4
|
|
- effectivity-module-4,1
|
|
- pollution-clean-module-4,1
|
|
|
|
* green-module-combine
|
|
** green-module-5-combine
|
|
*** products
|
|
- green-module-5,1
|
|
*** ingredients
|
|
- solder,6
|
|
- effectivity-module-5,1
|
|
- pollution-clean-module-5,1
|
|
|
|
* green-module-combine
|
|
** green-module-6-combine
|
|
*** products
|
|
- green-module-6,1
|
|
*** ingredients
|
|
- solder,7
|
|
- effectivity-module-6,1
|
|
- pollution-clean-module-6,1
|
|
|
|
* green-module-combine
|
|
** green-module-7-combine
|
|
*** products
|
|
- green-module-7,1
|
|
*** ingredients
|
|
- solder,8
|
|
- effectivity-module-7,1
|
|
- pollution-clean-module-7,1
|
|
|
|
* green-module-combine
|
|
** green-module-8-combine
|
|
*** products
|
|
- green-module-8,1
|
|
*** ingredients
|
|
- solder,10
|
|
- effectivity-module-8,1
|
|
- pollution-clean-module-8,1
|
|
|
|
* intermediate-product
|
|
** rocket-part
|
|
*** products
|
|
- rocket-part,1
|
|
*** ingredients
|
|
- rocket-fuel,10
|
|
- rocket-control-unit,10
|
|
- low-density-structure,10
|
|
- heat-shield-tile,10
|
|
- rocket-engine,10
|
|
|
|
* liquifying
|
|
** geode-blue-liquify
|
|
*** products
|
|
- crystal-slurry,20
|
|
*** ingredients
|
|
- geode-blue,5
|
|
- liquid-sulfuric-acid,15
|
|
|
|
* liquifying
|
|
** geode-purple-liquify
|
|
*** products
|
|
- crystal-slurry,40
|
|
*** ingredients
|
|
- geode-purple,5
|
|
- liquid-sulfuric-acid,15
|
|
|
|
* liquifying
|
|
** geode-yellow-liquify
|
|
*** products
|
|
- crystal-slurry,30
|
|
*** ingredients
|
|
- geode-yellow,5
|
|
- liquid-sulfuric-acid,15
|
|
|
|
* liquifying
|
|
** geode-lightgreen-liquify
|
|
*** products
|
|
- crystal-slurry,50
|
|
*** ingredients
|
|
- geode-lightgreen,5
|
|
- liquid-sulfuric-acid,15
|
|
|
|
* liquifying
|
|
** geode-cyan-liquify
|
|
*** products
|
|
- crystal-slurry,50
|
|
*** ingredients
|
|
- geode-cyan,5
|
|
- liquid-sulfuric-acid,15
|
|
|
|
* liquifying
|
|
** geode-red-liquify
|
|
*** products
|
|
- crystal-slurry,20
|
|
*** ingredients
|
|
- geode-red,5
|
|
- liquid-sulfuric-acid,15
|
|
|
|
* liquifying
|
|
** crystal-dust-liquify
|
|
*** products
|
|
- crystal-slurry,50
|
|
*** ingredients
|
|
- crystal-dust,10
|
|
- liquid-sulfuric-acid,15
|
|
|
|
* liquifying
|
|
** slag-processing-dissolution
|
|
*** products
|
|
- slag-slurry,50
|
|
*** ingredients
|
|
- slag,5
|
|
- liquid-sulfuric-acid,15
|
|
|
|
* liquifying
|
|
** stone-crushed-dissolution
|
|
*** products
|
|
- slag-slurry,50
|
|
*** ingredients
|
|
- stone-crushed,25
|
|
- liquid-sulfuric-acid,15
|
|
|
|
* mech-parts
|
|
** mech-armor-plate
|
|
*** products
|
|
- mech-armor-plate,1
|
|
*** ingredients
|
|
- tungsten-carbide,2
|
|
- low-density-structure,5
|
|
|
|
* mech-parts
|
|
** mech-brain
|
|
*** products
|
|
- mech-brain,1
|
|
*** ingredients
|
|
- solder,120
|
|
- multi-layer-circuit-board,40
|
|
- basic-electronic-components,80
|
|
- electronic-components,100
|
|
- intergrated-electronics,100
|
|
- processing-electronics,120
|
|
- module-case,2
|
|
|
|
* mech-parts
|
|
** mech-frame
|
|
*** products
|
|
- mech-frame,1
|
|
*** ingredients
|
|
- low-density-structure,50
|
|
- mech-brain,1
|
|
|
|
* mech-parts
|
|
** mech-leg
|
|
*** products
|
|
- mech-leg,1
|
|
*** ingredients
|
|
- insulated-cable,4
|
|
- mech-foot,1
|
|
- mech-hip,1
|
|
- mech-knee,1
|
|
- mech-leg-segment,2
|
|
|
|
* mech-parts
|
|
** mech-foot
|
|
*** products
|
|
- mech-foot,1
|
|
*** ingredients
|
|
- rubber,1
|
|
- low-density-structure,1
|
|
|
|
* mech-parts
|
|
** mech-hip
|
|
*** products
|
|
- mech-hip,1
|
|
*** ingredients
|
|
- electric-engine-unit,5
|
|
- low-density-structure,2
|
|
- titanium-gear-wheel,4
|
|
- titanium-bearing,4
|
|
|
|
* mech-parts
|
|
** mech-knee
|
|
*** products
|
|
- mech-knee,1
|
|
*** ingredients
|
|
- electric-engine-unit,10
|
|
- low-density-structure,2
|
|
- titanium-gear-wheel,8
|
|
- titanium-bearing,2
|
|
|
|
* mech-parts
|
|
** mech-leg-segment
|
|
*** products
|
|
- mech-leg-segment,1
|
|
*** ingredients
|
|
- nitinol-alloy,2
|
|
- titanium-pipe,3
|
|
|
|
* mech-parts
|
|
** spidertron-cannon
|
|
*** products
|
|
- spidertron-cannon,1
|
|
*** ingredients
|
|
- steel-plate,15
|
|
- iron-gear-wheel,5
|
|
|
|
* module-beacon
|
|
** beacon
|
|
*** products
|
|
- beacon,1
|
|
*** ingredients
|
|
- copper-cable,10
|
|
- steel-plate,10
|
|
- electronic-circuit,20
|
|
- advanced-circuit,20
|
|
- crystal-splinter-harmonic,1
|
|
|
|
* module-beacon
|
|
** beacon-2
|
|
*** products
|
|
- beacon-2,1
|
|
*** ingredients
|
|
- aluminium-plate,10
|
|
- tinned-copper-cable,10
|
|
- electronic-circuit,20
|
|
- advanced-circuit,20
|
|
- processing-unit,20
|
|
- crystal-shard-harmonic,1
|
|
- beacon,1
|
|
|
|
* module-beacon
|
|
** beacon-3
|
|
*** products
|
|
- beacon-3,1
|
|
*** ingredients
|
|
- gold-plate,10
|
|
- titanium-plate,10
|
|
- insulated-cable,10
|
|
- advanced-circuit,20
|
|
- processing-unit,20
|
|
- advanced-processing-unit,20
|
|
- crystal-full-harmonic,1
|
|
- beacon-2,1
|
|
|
|
* module-intermediates
|
|
** module-case
|
|
*** products
|
|
- module-case,1
|
|
*** ingredients
|
|
- aluminium-plate,5
|
|
- plastic-bar,2
|
|
|
|
* module-intermediates
|
|
** module-processor-board
|
|
*** products
|
|
- module-processor-board,4
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- tin-plate,1
|
|
- phenolic-board,1
|
|
- liquid-ferric-chloride-solution,5
|
|
|
|
* module-intermediates
|
|
** speed-processor
|
|
*** products
|
|
- speed-processor,1
|
|
*** ingredients
|
|
- solder,1
|
|
- basic-electronic-components,2
|
|
- electronic-components,2
|
|
- crystal-splinter-blue,1
|
|
- module-processor-board,1
|
|
|
|
* module-intermediates
|
|
** effectivity-processor
|
|
*** products
|
|
- effectivity-processor,1
|
|
*** ingredients
|
|
- solder,1
|
|
- basic-electronic-components,2
|
|
- electronic-components,2
|
|
- crystal-splinter-green,1
|
|
- module-processor-board,1
|
|
|
|
* module-intermediates
|
|
** productivity-processor
|
|
*** products
|
|
- productivity-processor,1
|
|
*** ingredients
|
|
- solder,1
|
|
- basic-electronic-components,2
|
|
- electronic-components,2
|
|
- crystal-splinter-red,1
|
|
- module-processor-board,1
|
|
|
|
* module-intermediates
|
|
** pollution-clean-processor
|
|
*** products
|
|
- pollution-clean-processor,1
|
|
*** ingredients
|
|
- solder,1
|
|
- basic-electronic-components,2
|
|
- electronic-components,2
|
|
- crystal-splinter-harmonic,1
|
|
- module-processor-board,1
|
|
|
|
* module-intermediates
|
|
** pollution-create-processor
|
|
*** products
|
|
- pollution-create-processor,1
|
|
*** ingredients
|
|
- solder,1
|
|
- basic-electronic-components,2
|
|
- electronic-components,2
|
|
- crystal-splinter-harmonic,1
|
|
- module-processor-board,1
|
|
|
|
* module-intermediates-2
|
|
** module-contact
|
|
*** products
|
|
- module-contact,5
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- silver-plate,1
|
|
|
|
* module-intermediates-2
|
|
** module-processor-board-2
|
|
*** products
|
|
- module-processor-board-2,4
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- silver-plate,1
|
|
- fibreglass-board,1
|
|
- liquid-ferric-chloride-solution,5
|
|
|
|
* module-intermediates-2
|
|
** speed-processor-2
|
|
*** products
|
|
- speed-processor-2,1
|
|
*** ingredients
|
|
- solder,2
|
|
- electronic-components,2
|
|
- intergrated-electronics,2
|
|
- crystal-shard-blue,1
|
|
- module-processor-board-2,1
|
|
|
|
* module-intermediates-2
|
|
** effectivity-processor-2
|
|
*** products
|
|
- effectivity-processor-2,1
|
|
*** ingredients
|
|
- solder,2
|
|
- electronic-components,2
|
|
- intergrated-electronics,2
|
|
- crystal-shard-green,1
|
|
- module-processor-board-2,1
|
|
|
|
* module-intermediates-2
|
|
** productivity-processor-2
|
|
*** products
|
|
- productivity-processor-2,1
|
|
*** ingredients
|
|
- solder,2
|
|
- electronic-components,2
|
|
- intergrated-electronics,2
|
|
- crystal-shard-red,1
|
|
- module-processor-board-2,1
|
|
|
|
* module-intermediates-2
|
|
** pollution-clean-processor-2
|
|
*** products
|
|
- pollution-clean-processor-2,1
|
|
*** ingredients
|
|
- solder,2
|
|
- electronic-components,2
|
|
- intergrated-electronics,2
|
|
- crystal-shard-harmonic,1
|
|
- module-processor-board-2,1
|
|
|
|
* module-intermediates-2
|
|
** pollution-create-processor-2
|
|
*** products
|
|
- pollution-create-processor-2,1
|
|
*** ingredients
|
|
- solder,2
|
|
- electronic-components,2
|
|
- intergrated-electronics,2
|
|
- crystal-shard-harmonic,1
|
|
- module-processor-board-2,1
|
|
|
|
* module-intermediates-3
|
|
** module-circuit-board
|
|
*** products
|
|
- module-circuit-board,1
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- tin-plate,1
|
|
- phenolic-board,1
|
|
- liquid-ferric-chloride-solution,5
|
|
|
|
* module-intermediates-3
|
|
** module-processor-board-3
|
|
*** products
|
|
- module-processor-board-3,4
|
|
*** ingredients
|
|
- copper-plate,2
|
|
- gold-plate,2
|
|
- fibreglass-board,1
|
|
- liquid-ferric-chloride-solution,10
|
|
|
|
* module-intermediates-3
|
|
** speed-processor-3
|
|
*** products
|
|
- speed-processor-3,1
|
|
*** ingredients
|
|
- solder,3
|
|
- intergrated-electronics,2
|
|
- processing-electronics,1
|
|
- crystal-full-blue,1
|
|
- module-processor-board-3,1
|
|
|
|
* module-intermediates-3
|
|
** effectivity-processor-3
|
|
*** products
|
|
- effectivity-processor-3,1
|
|
*** ingredients
|
|
- solder,3
|
|
- intergrated-electronics,2
|
|
- processing-electronics,1
|
|
- crystal-full-green,1
|
|
- module-processor-board-3,1
|
|
|
|
* module-intermediates-3
|
|
** productivity-processor-3
|
|
*** products
|
|
- productivity-processor-3,1
|
|
*** ingredients
|
|
- solder,3
|
|
- intergrated-electronics,2
|
|
- processing-electronics,1
|
|
- crystal-full-red,1
|
|
- module-processor-board-3,1
|
|
|
|
* module-intermediates-3
|
|
** pollution-clean-processor-3
|
|
*** products
|
|
- pollution-clean-processor-3,1
|
|
*** ingredients
|
|
- solder,3
|
|
- intergrated-electronics,2
|
|
- processing-electronics,1
|
|
- crystal-full-harmonic,1
|
|
- module-processor-board-3,1
|
|
|
|
* module-intermediates-3
|
|
** pollution-create-processor-3
|
|
*** products
|
|
- pollution-create-processor-3,1
|
|
*** ingredients
|
|
- solder,3
|
|
- intergrated-electronics,2
|
|
- processing-electronics,1
|
|
- crystal-full-harmonic,1
|
|
- module-processor-board-3,1
|
|
|
|
* ore-crusher
|
|
** burner-ore-crusher
|
|
*** products
|
|
- burner-ore-crusher,1
|
|
*** ingredients
|
|
- stone-furnace,1
|
|
- stone,5
|
|
- iron-gear-wheel,3
|
|
|
|
* ore-crusher
|
|
** ore-crusher
|
|
*** products
|
|
- ore-crusher,1
|
|
*** ingredients
|
|
- burner-ore-crusher,1
|
|
- stone-brick,15
|
|
- iron-plate,9
|
|
- iron-gear-wheel,6
|
|
|
|
* ore-crusher
|
|
** ore-crusher-2
|
|
*** products
|
|
- ore-crusher-2,1
|
|
*** ingredients
|
|
- ore-crusher,1
|
|
- clay-brick,15
|
|
- steel-plate,9
|
|
- steel-gear-wheel,6
|
|
|
|
* ore-crusher
|
|
** ore-crusher-3
|
|
*** products
|
|
- ore-crusher-3,1
|
|
*** ingredients
|
|
- ore-crusher-2,1
|
|
- aluminium-plate,12
|
|
- concrete-brick,15
|
|
- brass-gear-wheel,6
|
|
|
|
* ore-floatation
|
|
** ore-floatation-cell
|
|
*** products
|
|
- ore-floatation-cell,1
|
|
*** ingredients
|
|
- clay-brick,40
|
|
- bronze-alloy,12
|
|
- electronic-circuit,8
|
|
- bronze-pipe,12
|
|
|
|
* ore-floatation
|
|
** ore-floatation-cell-2
|
|
*** products
|
|
- ore-floatation-cell-2,1
|
|
*** ingredients
|
|
- ore-floatation-cell,1
|
|
- aluminium-plate,16
|
|
- concrete-brick,40
|
|
- advanced-circuit,8
|
|
- brass-pipe,12
|
|
|
|
* ore-floatation
|
|
** ore-floatation-cell-3
|
|
*** products
|
|
- ore-floatation-cell-3,1
|
|
*** ingredients
|
|
- ore-floatation-cell-2,1
|
|
- reinforced-concrete-brick,40
|
|
- titanium-plate,16
|
|
- processing-unit,8
|
|
- titanium-pipe,12
|
|
|
|
* ore-leaching
|
|
** ore-leaching-plant
|
|
*** products
|
|
- ore-leaching-plant,1
|
|
*** ingredients
|
|
- aluminium-plate,16
|
|
- concrete-brick,40
|
|
- advanced-circuit,8
|
|
- brass-pipe,12
|
|
|
|
* ore-leaching
|
|
** ore-leaching-plant-2
|
|
*** products
|
|
- ore-leaching-plant-2,1
|
|
*** ingredients
|
|
- ore-leaching-plant,1
|
|
- reinforced-concrete-brick,40
|
|
- titanium-plate,16
|
|
- processing-unit,8
|
|
- titanium-pipe,12
|
|
|
|
* ore-leaching
|
|
** ore-leaching-plant-3
|
|
*** products
|
|
- ore-leaching-plant-3,1
|
|
*** ingredients
|
|
- ore-leaching-plant-2,1
|
|
- reinforced-concrete-brick,40
|
|
- tungsten-plate,16
|
|
- advanced-processing-unit,8
|
|
- tungsten-pipe,12
|
|
|
|
* ore-powderizer
|
|
** ore-powderizer
|
|
*** products
|
|
- ore-powderizer,1
|
|
*** ingredients
|
|
- clay-brick,5
|
|
- bronze-alloy,3
|
|
- steel-gear-wheel,3
|
|
|
|
* ore-powderizer
|
|
** ore-powderizer-2
|
|
*** products
|
|
- ore-powderizer-2,1
|
|
*** ingredients
|
|
- ore-powderizer,1
|
|
- aluminium-plate,4
|
|
- concrete-brick,5
|
|
- brass-gear-wheel,3
|
|
|
|
* ore-powderizer
|
|
** ore-powderizer-3
|
|
*** products
|
|
- ore-powderizer-3,1
|
|
*** ingredients
|
|
- ore-powderizer-2,1
|
|
- reinforced-concrete-brick,5
|
|
- titanium-plate,4
|
|
- titanium-gear-wheel,3
|
|
|
|
* ore-powderizer
|
|
** milling-drum
|
|
*** products
|
|
- milling-drum,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- lubricant,10
|
|
|
|
* ore-powderizer
|
|
** milling-drum-used
|
|
*** products
|
|
- milling-drum,1
|
|
*** ingredients
|
|
- milling-drum-used,1
|
|
- lubricant,10
|
|
|
|
* ore-processing-a
|
|
** angelsore1-crushed
|
|
*** products
|
|
- angels-ore1-crushed,2
|
|
- stone-crushed,1
|
|
*** ingredients
|
|
- angels-ore1,2
|
|
|
|
* ore-processing-a
|
|
** angelsore2-crushed
|
|
*** products
|
|
- angels-ore2-crushed,2
|
|
- stone-crushed,1
|
|
*** ingredients
|
|
- angels-ore2,2
|
|
|
|
* ore-processing-a
|
|
** angelsore3-crushed
|
|
*** products
|
|
- angels-ore3-crushed,2
|
|
- stone-crushed,1
|
|
*** ingredients
|
|
- angels-ore3,2
|
|
|
|
* ore-processing-a
|
|
** angelsore4-crushed
|
|
*** products
|
|
- angels-ore4-crushed,2
|
|
- stone-crushed,1
|
|
*** ingredients
|
|
- angels-ore4,2
|
|
|
|
* ore-processing-a
|
|
** angelsore5-crushed
|
|
*** products
|
|
- angels-ore5-crushed,2
|
|
- stone-crushed,1
|
|
*** ingredients
|
|
- angels-ore5,2
|
|
|
|
* ore-processing-a
|
|
** angelsore6-crushed
|
|
*** products
|
|
- angels-ore6-crushed,2
|
|
- stone-crushed,1
|
|
*** ingredients
|
|
- angels-ore6,2
|
|
|
|
* ore-processing-a
|
|
** angelsore8-crushed
|
|
*** products
|
|
- angels-ore8-crushed,6
|
|
*** ingredients
|
|
- angels-ore1-crushed,2
|
|
- angels-ore2-crushed,2
|
|
- angels-ore5-crushed,2
|
|
|
|
* ore-processing-a
|
|
** angelsore8-powder
|
|
*** products
|
|
- angels-ore8-powder,3
|
|
- milling-drum-used,1
|
|
*** ingredients
|
|
- angels-ore8-crushed,3
|
|
- milling-drum,1
|
|
|
|
* ore-processing-a
|
|
** angelsore9-crushed
|
|
*** products
|
|
- angels-ore9-crushed,6
|
|
*** ingredients
|
|
- angels-ore3-crushed,2
|
|
- angels-ore4-crushed,2
|
|
- angels-ore6-crushed,2
|
|
|
|
* ore-processing-a
|
|
** angelsore9-powder
|
|
*** products
|
|
- angels-ore9-powder,3
|
|
- milling-drum-used,1
|
|
*** ingredients
|
|
- angels-ore9-crushed,3
|
|
- milling-drum,1
|
|
|
|
* ore-processing-b
|
|
** angelsore1-chunk
|
|
*** products
|
|
- angels-ore1-chunk,2
|
|
- geode-blue,1
|
|
- water-yellow-waste,50
|
|
*** ingredients
|
|
- angels-ore1-crushed,2
|
|
- water-purified,50
|
|
|
|
* ore-processing-b
|
|
** angelsore2-chunk
|
|
*** products
|
|
- angels-ore2-chunk,2
|
|
- geode-purple,1
|
|
- water-greenyellow-waste,50
|
|
*** ingredients
|
|
- angels-ore2-crushed,2
|
|
- water-purified,50
|
|
|
|
* ore-processing-b
|
|
** angelsore3-chunk
|
|
*** products
|
|
- angels-ore3-chunk,2
|
|
- geode-yellow,1
|
|
- water-yellow-waste,50
|
|
*** ingredients
|
|
- angels-ore3-crushed,2
|
|
- water-purified,50
|
|
|
|
* ore-processing-b
|
|
** angelsore4-chunk
|
|
*** products
|
|
- angels-ore4-chunk,2
|
|
- geode-lightgreen,1
|
|
- water-green-waste,50
|
|
*** ingredients
|
|
- angels-ore4-crushed,2
|
|
- water-purified,50
|
|
|
|
* ore-processing-b
|
|
** angelsore5-chunk
|
|
*** products
|
|
- angels-ore5-chunk,2
|
|
- geode-cyan,1
|
|
- water-red-waste,50
|
|
*** ingredients
|
|
- angels-ore5-crushed,2
|
|
- water-purified,50
|
|
|
|
* ore-processing-b
|
|
** angelsore6-chunk
|
|
*** products
|
|
- angels-ore6-chunk,2
|
|
- geode-red,1
|
|
- water-yellow-waste,50
|
|
*** ingredients
|
|
- angels-ore6-crushed,2
|
|
- water-purified,50
|
|
|
|
* ore-processing-b
|
|
** angelsore8-sludge
|
|
*** products
|
|
- angels-ore8-sludge,6
|
|
*** ingredients
|
|
- angels-ore8-powder,3
|
|
- angels-ore1-chunk,1
|
|
- angels-ore2-chunk,1
|
|
- angels-ore5-chunk,1
|
|
- thermal-water,20
|
|
- liquid-sulfuric-acid,20
|
|
|
|
* ore-processing-b
|
|
** angelsore8-dust
|
|
*** products
|
|
- angels-ore8-dust,4
|
|
- water-yellow-waste,20
|
|
*** ingredients
|
|
- solid-sodium-hydroxide,1
|
|
- angels-ore8-sludge,4
|
|
|
|
* ore-processing-b
|
|
** angelsore9-sludge
|
|
*** products
|
|
- angels-ore9-sludge,6
|
|
*** ingredients
|
|
- angels-ore9-powder,3
|
|
- angels-ore3-chunk,1
|
|
- angels-ore4-chunk,1
|
|
- angels-ore6-chunk,1
|
|
- thermal-water,20
|
|
- liquid-sulfuric-acid,20
|
|
|
|
* ore-processing-b
|
|
** angelsore9-dust
|
|
*** products
|
|
- angels-ore9-dust,4
|
|
- water-yellow-waste,20
|
|
*** ingredients
|
|
- solid-sodium-hydroxide,1
|
|
- angels-ore9-sludge,4
|
|
|
|
* ore-processing-c
|
|
** angelsore1-crystal
|
|
*** products
|
|
- angels-ore1-crystal,2
|
|
*** ingredients
|
|
- angels-ore1-chunk,2
|
|
- liquid-sulfuric-acid,10
|
|
|
|
* ore-processing-c
|
|
** angelsore2-crystal
|
|
*** products
|
|
- angels-ore2-crystal,2
|
|
*** ingredients
|
|
- angels-ore2-chunk,2
|
|
- liquid-hydrofluoric-acid,10
|
|
|
|
* ore-processing-c
|
|
** angelsore3-crystal
|
|
*** products
|
|
- angels-ore3-crystal,2
|
|
*** ingredients
|
|
- angels-ore3-chunk,2
|
|
- liquid-sulfuric-acid,10
|
|
|
|
* ore-processing-c
|
|
** angelsore4-crystal
|
|
*** products
|
|
- angels-ore4-crystal,2
|
|
*** ingredients
|
|
- angels-ore4-chunk,2
|
|
- liquid-hydrochloric-acid,10
|
|
|
|
* ore-processing-c
|
|
** angelsore5-crystal
|
|
*** products
|
|
- angels-ore5-crystal,2
|
|
*** ingredients
|
|
- angels-ore5-chunk,2
|
|
- liquid-nitric-acid,10
|
|
|
|
* ore-processing-c
|
|
** angelsore6-crystal
|
|
*** products
|
|
- angels-ore6-crystal,2
|
|
*** ingredients
|
|
- angels-ore6-chunk,2
|
|
- liquid-sulfuric-acid,10
|
|
|
|
* ore-processing-c
|
|
** angelsore8-solution
|
|
*** products
|
|
- angels-ore8-solution,60
|
|
*** ingredients
|
|
- angels-ore8-dust,3
|
|
- angels-ore1-crystal,1
|
|
- angels-ore2-crystal,1
|
|
- angels-ore5-crystal,1
|
|
- liquid-sulfuric-acid,20
|
|
|
|
* ore-processing-c
|
|
** angelsore8-anode-sludge-filtering
|
|
*** products
|
|
- filter-ceramic-used,1
|
|
- angels-ore8-slime,60
|
|
- water-yellow-waste,10
|
|
*** ingredients
|
|
- filter-ceramic,1
|
|
- angels-ore8-solution,60
|
|
- water-purified,50
|
|
|
|
* ore-processing-c
|
|
** angelsore9-solution
|
|
*** products
|
|
- angels-ore9-solution,60
|
|
*** ingredients
|
|
- angels-ore9-dust,3
|
|
- angels-ore3-crystal,1
|
|
- angels-ore4-crystal,1
|
|
- angels-ore6-crystal,1
|
|
- liquid-sulfuric-acid,20
|
|
|
|
* ore-processing-c
|
|
** angelsore9-anode-sludge-filtering
|
|
*** products
|
|
- filter-ceramic-used,1
|
|
- angels-ore9-slime,60
|
|
- water-yellow-waste,10
|
|
*** ingredients
|
|
- filter-ceramic,1
|
|
- angels-ore9-solution,60
|
|
- water-purified,50
|
|
|
|
* ore-processing-d
|
|
** angelsore1-pure
|
|
*** products
|
|
- angels-ore1-pure,4
|
|
*** ingredients
|
|
- angels-ore1-crystal,4
|
|
|
|
* ore-processing-d
|
|
** angelsore2-pure
|
|
*** products
|
|
- angels-ore2-pure,4
|
|
*** ingredients
|
|
- angels-ore2-crystal,4
|
|
|
|
* ore-processing-d
|
|
** angelsore3-pure
|
|
*** products
|
|
- angels-ore3-pure,4
|
|
*** ingredients
|
|
- angels-ore3-crystal,4
|
|
|
|
* ore-processing-d
|
|
** angelsore4-pure
|
|
*** products
|
|
- angels-ore4-pure,4
|
|
*** ingredients
|
|
- angels-ore4-crystal,4
|
|
|
|
* ore-processing-d
|
|
** angelsore5-pure
|
|
*** products
|
|
- angels-ore5-pure,4
|
|
*** ingredients
|
|
- angels-ore5-crystal,4
|
|
|
|
* ore-processing-d
|
|
** angelsore6-pure
|
|
*** products
|
|
- angels-ore6-pure,4
|
|
*** ingredients
|
|
- angels-ore6-crystal,4
|
|
|
|
* ore-processing-d
|
|
** angelsore8-anode-sludge
|
|
*** products
|
|
- slag,1
|
|
- angels-ore8-anode-sludge,60
|
|
- water-yellow-waste,20
|
|
*** ingredients
|
|
- angels-ore8-slime,60
|
|
- liquid-ferric-chloride-solution,10
|
|
|
|
* ore-processing-d
|
|
** angelsore8-crystal
|
|
*** products
|
|
- angels-ore8-crystal,6
|
|
*** ingredients
|
|
- angels-ore8-anode-sludge,60
|
|
|
|
* ore-processing-d
|
|
** angelsore9-anode-sludge
|
|
*** products
|
|
- slag,1
|
|
- angels-ore9-anode-sludge,60
|
|
- water-yellow-waste,20
|
|
*** ingredients
|
|
- angels-ore9-slime,60
|
|
- liquid-cupric-chloride-solution,10
|
|
|
|
* ore-processing-d
|
|
** angelsore9-crystal
|
|
*** products
|
|
- angels-ore9-crystal,6
|
|
*** ingredients
|
|
- angels-ore9-anode-sludge,60
|
|
|
|
* ore-refining
|
|
** ore-refinery
|
|
*** products
|
|
- ore-refinery,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,100
|
|
- titanium-plate,48
|
|
- processing-unit,12
|
|
|
|
* ore-refining
|
|
** ore-refinery-2
|
|
*** products
|
|
- ore-refinery-2,1
|
|
*** ingredients
|
|
- ore-refinery,1
|
|
- reinforced-concrete-brick,100
|
|
- tungsten-plate,48
|
|
- advanced-processing-unit,12
|
|
|
|
* ore-sorter
|
|
** ore-sorting-facility
|
|
*** products
|
|
- ore-sorting-facility,1
|
|
*** ingredients
|
|
- stone-brick,60
|
|
- iron-plate,36
|
|
- iron-gear-wheel,24
|
|
- basic-circuit-board,12
|
|
|
|
* ore-sorter
|
|
** ore-sorting-facility-2
|
|
*** products
|
|
- ore-sorting-facility-2,1
|
|
*** ingredients
|
|
- ore-sorting-facility,1
|
|
- clay-brick,60
|
|
- steel-plate,36
|
|
- steel-gear-wheel,24
|
|
- electronic-circuit,12
|
|
|
|
* ore-sorter
|
|
** ore-sorting-facility-3
|
|
*** products
|
|
- ore-sorting-facility-3,1
|
|
*** ingredients
|
|
- ore-sorting-facility-2,1
|
|
- aluminium-plate,48
|
|
- concrete-brick,60
|
|
- brass-gear-wheel,24
|
|
- advanced-circuit,12
|
|
|
|
* ore-sorter
|
|
** ore-sorting-facility-4
|
|
*** products
|
|
- ore-sorting-facility-4,1
|
|
*** ingredients
|
|
- ore-sorting-facility-3,1
|
|
- reinforced-concrete-brick,60
|
|
- titanium-plate,48
|
|
- titanium-gear-wheel,24
|
|
- processing-unit,12
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-crushed-mix1-processing
|
|
*** products
|
|
- iron-ore,4
|
|
*** ingredients
|
|
- catalysator-brown,1
|
|
- angels-ore1-crushed,2
|
|
- angels-ore2-crushed,2
|
|
|
|
* ore-sorting-advanced
|
|
** angels-iron-pebbles
|
|
*** products
|
|
- angels-iron-pebbles,4
|
|
*** ingredients
|
|
- iron-ore,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-crushed-mix2-processing
|
|
*** products
|
|
- copper-ore,4
|
|
*** ingredients
|
|
- catalysator-brown,1
|
|
- angels-ore3-crushed,2
|
|
- angels-ore4-crushed,2
|
|
|
|
* ore-sorting-advanced
|
|
** angels-copper-pebbles
|
|
*** products
|
|
- angels-copper-pebbles,4
|
|
*** ingredients
|
|
- copper-ore,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-crushed-mix3-processing
|
|
*** products
|
|
- lead-ore,4
|
|
*** ingredients
|
|
- catalysator-brown,1
|
|
- angels-ore4-crushed,2
|
|
- angels-ore5-crushed,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-crushed-mix4-processing
|
|
*** products
|
|
- tin-ore,4
|
|
*** ingredients
|
|
- catalysator-brown,1
|
|
- angels-ore3-crushed,2
|
|
- angels-ore6-crushed,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-chunk-mix1-processing
|
|
*** products
|
|
- quartz,4
|
|
*** ingredients
|
|
- catalysator-green,1
|
|
- angels-ore5-chunk,2
|
|
- angels-ore6-chunk,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-chunk-mix2-processing
|
|
*** products
|
|
- nickel-ore,4
|
|
*** ingredients
|
|
- catalysator-green,1
|
|
- angels-ore1-chunk,2
|
|
- angels-ore5-chunk,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-chunk-mix3-processing
|
|
*** products
|
|
- bauxite-ore,4
|
|
*** ingredients
|
|
- catalysator-green,1
|
|
- angels-ore2-chunk,2
|
|
- angels-ore4-chunk,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-chunk-mix4-processing
|
|
*** products
|
|
- zinc-ore,4
|
|
*** ingredients
|
|
- catalysator-green,1
|
|
- angels-ore2-chunk,2
|
|
- angels-ore6-chunk,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-chunk-mix5-processing
|
|
*** products
|
|
- silver-ore,4
|
|
*** ingredients
|
|
- catalysator-green,1
|
|
- angels-ore3-chunk,2
|
|
- angels-ore6-chunk,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-chunk-mix6-processing
|
|
*** products
|
|
- fluorite-ore,2
|
|
*** ingredients
|
|
- catalysator-green,1
|
|
- angels-ore8-powder,2
|
|
- angels-ore2-chunk,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-chunk-mix7-processing
|
|
*** products
|
|
- angels-void,1
|
|
*** ingredients
|
|
- catalysator-green,1
|
|
- angels-ore1-chunk,2
|
|
- angels-ore2-chunk,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-crystal-mix1-processing
|
|
*** products
|
|
- rutile-ore,6
|
|
*** ingredients
|
|
- catalysator-orange,1
|
|
- angels-ore1-crystal,2
|
|
- angels-ore4-crystal,2
|
|
- angels-ore5-crystal,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-crystal-mix2-processing
|
|
*** products
|
|
- gold-ore,6
|
|
*** ingredients
|
|
- catalysator-orange,1
|
|
- angels-ore1-crystal,2
|
|
- angels-ore5-crystal,2
|
|
- angels-ore6-crystal,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-crystal-mix3-processing
|
|
*** products
|
|
- cobalt-ore,6
|
|
*** ingredients
|
|
- catalysator-orange,1
|
|
- angels-ore2-crystal,2
|
|
- angels-ore4-crystal,2
|
|
- angels-ore6-crystal,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-crystal-mix4-processing
|
|
*** products
|
|
- angels-void,1
|
|
*** ingredients
|
|
- catalysator-orange,1
|
|
- angels-ore2-crystal,2
|
|
- angels-ore4-crystal,2
|
|
- angels-ore5-crystal,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-crystal-mix5-processing
|
|
*** products
|
|
- uranium-ore,3
|
|
*** ingredients
|
|
- catalysator-orange,1
|
|
- angels-ore1-crystal,2
|
|
- angels-ore3-crystal,2
|
|
- angels-ore5-crystal,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-crystal-mix6-processing
|
|
*** products
|
|
- thorium-ore,3
|
|
*** ingredients
|
|
- catalysator-green,1
|
|
- angels-ore8-crystal,2
|
|
- angels-ore9-crystal,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-pure-mix1-processing
|
|
*** products
|
|
- tungsten-ore,6
|
|
*** ingredients
|
|
- catalysator-orange,1
|
|
- angels-ore1-pure,2
|
|
- angels-ore2-pure,2
|
|
- angels-ore3-pure,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-pure-mix2-processing
|
|
*** products
|
|
- angels-void,1
|
|
*** ingredients
|
|
- catalysator-orange,1
|
|
- angels-ore3-pure,2
|
|
- angels-ore5-pure,2
|
|
- angels-ore6-pure,2
|
|
|
|
* ore-sorting-advanced
|
|
** angelsore-pure-mix3-processing
|
|
*** products
|
|
- angels-void,1
|
|
*** ingredients
|
|
- catalysator-orange,1
|
|
- angels-ore2-pure,2
|
|
- angels-ore4-pure,2
|
|
- angels-ore5-pure,2
|
|
|
|
* ore-sorting-t1
|
|
** angelsore1-crushed-processing
|
|
*** products
|
|
- slag,1
|
|
- iron-ore,2
|
|
- copper-ore,1
|
|
*** ingredients
|
|
- angels-ore1-crushed,4
|
|
|
|
* ore-sorting-t1
|
|
** angelsore2-crushed-processing
|
|
*** products
|
|
- slag,1
|
|
- iron-ore,2
|
|
- copper-ore,1
|
|
*** ingredients
|
|
- angels-ore2-crushed,4
|
|
|
|
* ore-sorting-t1
|
|
** angelsore3-crushed-processing
|
|
*** products
|
|
- slag,1
|
|
- copper-ore,2
|
|
- iron-ore,1
|
|
*** ingredients
|
|
- angels-ore3-crushed,4
|
|
|
|
* ore-sorting-t1
|
|
** angelsore4-crushed-processing
|
|
*** products
|
|
- slag,1
|
|
- copper-ore,2
|
|
- iron-ore,1
|
|
*** ingredients
|
|
- angels-ore4-crushed,4
|
|
|
|
* ore-sorting-t1
|
|
** angelsore5-crushed-processing
|
|
*** products
|
|
- slag,1
|
|
- lead-ore,2
|
|
- nickel-ore,1
|
|
*** ingredients
|
|
- angels-ore5-crushed,4
|
|
|
|
* ore-sorting-t1
|
|
** angelsore6-crushed-processing
|
|
*** products
|
|
- slag,1
|
|
- tin-ore,2
|
|
- quartz,1
|
|
*** ingredients
|
|
- angels-ore6-crushed,4
|
|
|
|
* ore-sorting-t1
|
|
** angelsore8-crushed-processing
|
|
*** products
|
|
- iron-ore,2
|
|
- manganese-ore,2
|
|
*** ingredients
|
|
- angels-ore8-crushed,4
|
|
|
|
* ore-sorting-t1
|
|
** angelsore9-crushed-processing
|
|
*** products
|
|
- copper-ore,2
|
|
- tin-ore,2
|
|
*** ingredients
|
|
- angels-ore9-crushed,4
|
|
|
|
* ore-sorting-t2
|
|
** angelsore1-chunk-processing
|
|
*** products
|
|
- slag,1
|
|
- iron-ore,2
|
|
- copper-ore,1
|
|
- quartz,1
|
|
- nickel-ore,1
|
|
*** ingredients
|
|
- angels-ore1-chunk,6
|
|
|
|
* ore-sorting-t2
|
|
** angelsore2-chunk-processing
|
|
*** products
|
|
- slag,1
|
|
- iron-ore,2
|
|
- copper-ore,1
|
|
- bauxite-ore,1
|
|
- zinc-ore,1
|
|
*** ingredients
|
|
- angels-ore2-chunk,6
|
|
|
|
* ore-sorting-t2
|
|
** angelsore3-chunk-processing
|
|
*** products
|
|
- slag,1
|
|
- copper-ore,2
|
|
- iron-ore,1
|
|
- silver-ore,1
|
|
- tin-ore,1
|
|
*** ingredients
|
|
- angels-ore3-chunk,6
|
|
|
|
* ore-sorting-t2
|
|
** angelsore4-chunk-processing
|
|
*** products
|
|
- slag,1
|
|
- copper-ore,2
|
|
- iron-ore,1
|
|
- lead-ore,1
|
|
- bauxite-ore,1
|
|
*** ingredients
|
|
- angels-ore4-chunk,6
|
|
|
|
* ore-sorting-t2
|
|
** angelsore5-chunk-processing
|
|
*** products
|
|
- slag,1
|
|
- lead-ore,2
|
|
- nickel-ore,1
|
|
- bauxite-ore,1
|
|
- quartz,1
|
|
*** ingredients
|
|
- angels-ore5-chunk,6
|
|
|
|
* ore-sorting-t2
|
|
** angelsore6-chunk-processing
|
|
*** products
|
|
- slag,1
|
|
- tin-ore,2
|
|
- quartz,1
|
|
- silver-ore,1
|
|
- zinc-ore,1
|
|
*** ingredients
|
|
- angels-ore6-chunk,6
|
|
|
|
* ore-sorting-t2
|
|
** angelsore8-powder-processing
|
|
*** products
|
|
- iron-ore,3
|
|
- manganese-ore,2
|
|
- nickel-ore,1
|
|
*** ingredients
|
|
- angels-ore8-powder,6
|
|
|
|
* ore-sorting-t2
|
|
** angelsore9-powder-processing
|
|
*** products
|
|
- copper-ore,3
|
|
- tin-ore,2
|
|
- silver-ore,1
|
|
*** ingredients
|
|
- angels-ore9-powder,6
|
|
|
|
* ore-sorting-t3
|
|
** angelsore1-crystal-processing
|
|
*** products
|
|
- slag,1
|
|
- iron-ore,3
|
|
- copper-ore,1
|
|
- quartz,1
|
|
- nickel-ore,1
|
|
- rutile-ore,1
|
|
*** ingredients
|
|
- angels-ore1-crystal,8
|
|
|
|
* ore-sorting-t3
|
|
** angelsore2-crystal-processing
|
|
*** products
|
|
- slag,1
|
|
- iron-ore,3
|
|
- copper-ore,1
|
|
- bauxite-ore,1
|
|
- zinc-ore,1
|
|
- cobalt-ore,1
|
|
*** ingredients
|
|
- angels-ore2-crystal,8
|
|
|
|
* ore-sorting-t3
|
|
** angelsore3-crystal-processing
|
|
*** products
|
|
- slag,1
|
|
- copper-ore,3
|
|
- iron-ore,1
|
|
- silver-ore,1
|
|
- tin-ore,1
|
|
- uranium-ore,1
|
|
*** ingredients
|
|
- angels-ore3-crystal,8
|
|
|
|
* ore-sorting-t3
|
|
** angelsore4-crystal-processing
|
|
*** products
|
|
- slag,1
|
|
- copper-ore,3
|
|
- iron-ore,1
|
|
- lead-ore,1
|
|
- bauxite-ore,1
|
|
- rutile-ore,1
|
|
*** ingredients
|
|
- angels-ore4-crystal,8
|
|
|
|
* ore-sorting-t3
|
|
** angelsore5-crystal-processing
|
|
*** products
|
|
- slag,1
|
|
- lead-ore,3
|
|
- nickel-ore,1
|
|
- bauxite-ore,1
|
|
- quartz,1
|
|
- gold-ore,1
|
|
*** ingredients
|
|
- angels-ore5-crystal,8
|
|
|
|
* ore-sorting-t3
|
|
** angelsore6-crystal-processing
|
|
*** products
|
|
- slag,1
|
|
- tin-ore,3
|
|
- quartz,1
|
|
- silver-ore,1
|
|
- zinc-ore,1
|
|
- gold-ore,1
|
|
*** ingredients
|
|
- angels-ore6-crystal,8
|
|
|
|
* ore-sorting-t3
|
|
** angelsore8-dust-processing
|
|
*** products
|
|
- iron-ore,4
|
|
- manganese-ore,2
|
|
- nickel-ore,1
|
|
- cobalt-ore,1
|
|
*** ingredients
|
|
- angels-ore8-dust,8
|
|
|
|
* ore-sorting-t3
|
|
** angelsore9-dust-processing
|
|
*** products
|
|
- copper-ore,4
|
|
- tin-ore,2
|
|
- silver-ore,1
|
|
- gold-ore,1
|
|
*** ingredients
|
|
- angels-ore9-dust,8
|
|
|
|
* ore-sorting-t4
|
|
** angelsore1-pure-processing
|
|
*** products
|
|
- iron-ore,3
|
|
- copper-ore,2
|
|
- quartz,1
|
|
- nickel-ore,1
|
|
- rutile-ore,1
|
|
- tungsten-ore,1
|
|
*** ingredients
|
|
- angels-ore1-pure,9
|
|
|
|
* ore-sorting-t4
|
|
** angelsore2-pure-processing
|
|
*** products
|
|
- iron-ore,3
|
|
- copper-ore,2
|
|
- bauxite-ore,1
|
|
- zinc-ore,1
|
|
- cobalt-ore,1
|
|
- tungsten-ore,1
|
|
*** ingredients
|
|
- angels-ore2-pure,9
|
|
|
|
* ore-sorting-t4
|
|
** angelsore3-pure-processing
|
|
*** products
|
|
- copper-ore,3
|
|
- iron-ore,2
|
|
- silver-ore,1
|
|
- tin-ore,1
|
|
- uranium-ore,1
|
|
- tungsten-ore,1
|
|
*** ingredients
|
|
- angels-ore3-pure,9
|
|
|
|
* ore-sorting-t4
|
|
** angelsore4-pure-processing
|
|
*** products
|
|
- copper-ore,3
|
|
- iron-ore,2
|
|
- lead-ore,1
|
|
- bauxite-ore,1
|
|
- rutile-ore,1
|
|
- cobalt-ore,1
|
|
*** ingredients
|
|
- angels-ore4-pure,9
|
|
|
|
* ore-sorting-t4
|
|
** angelsore5-pure-processing
|
|
*** products
|
|
- lead-ore,3
|
|
- nickel-ore,2
|
|
- bauxite-ore,1
|
|
- quartz,1
|
|
- gold-ore,1
|
|
- uranium-ore,1
|
|
*** ingredients
|
|
- angels-ore5-pure,9
|
|
|
|
* ore-sorting-t4
|
|
** angelsore6-pure-processing
|
|
*** products
|
|
- tin-ore,3
|
|
- quartz,2
|
|
- silver-ore,1
|
|
- zinc-ore,1
|
|
- gold-ore,1
|
|
- cobalt-ore,1
|
|
*** ingredients
|
|
- angels-ore6-pure,9
|
|
|
|
* ore-sorting-t4
|
|
** angelsore8-crystal-processing
|
|
*** products
|
|
- iron-ore,4
|
|
- manganese-ore,2
|
|
- nickel-ore,1
|
|
- cobalt-ore,1
|
|
- chrome-ore,1
|
|
*** ingredients
|
|
- angels-ore8-crystal,9
|
|
|
|
* ore-sorting-t4
|
|
** angelsore9-crystal-processing
|
|
*** products
|
|
- copper-ore,4
|
|
- tin-ore,2
|
|
- silver-ore,1
|
|
- gold-ore,1
|
|
- quartz,1
|
|
*** ingredients
|
|
- angels-ore9-crystal,9
|
|
|
|
* ore-whinning
|
|
** electro-whinning-cell
|
|
*** products
|
|
- electro-whinning-cell,1
|
|
*** ingredients
|
|
- aluminium-plate,16
|
|
- concrete-brick,20
|
|
- advanced-circuit,8
|
|
- brass-pipe,18
|
|
|
|
* ore-whinning
|
|
** electro-whinning-cell-2
|
|
*** products
|
|
- electro-whinning-cell-2,1
|
|
*** ingredients
|
|
- electro-whinning-cell,1
|
|
- reinforced-concrete-brick,20
|
|
- titanium-plate,16
|
|
- processing-unit,8
|
|
- titanium-pipe,18
|
|
|
|
* ore-whinning
|
|
** electro-whinning-cell-3
|
|
*** products
|
|
- electro-whinning-cell-3,1
|
|
*** ingredients
|
|
- electro-whinning-cell-2,1
|
|
- reinforced-concrete-brick,20
|
|
- tungsten-plate,16
|
|
- advanced-processing-unit,8
|
|
- tungsten-pipe,18
|
|
|
|
* other
|
|
** electric-energy-interface
|
|
*** products
|
|
- electric-energy-interface,1
|
|
*** ingredients
|
|
- iron-plate,2
|
|
- electronic-circuit,5
|
|
|
|
* petrochem-basics
|
|
** heavy-water-electrolysis
|
|
*** products
|
|
- gas-deuterium,20
|
|
- gas-oxygen,12.5
|
|
*** ingredients
|
|
- liquid-water-heavy,10
|
|
|
|
* petrochem-basics
|
|
** dirt-water-separation
|
|
*** products
|
|
- slag,1
|
|
- gas-oxygen,30
|
|
- gas-hydrogen,40
|
|
*** ingredients
|
|
- water,100
|
|
|
|
* petrochem-basics
|
|
** dirt-water-separation-2
|
|
*** products
|
|
- slag,1
|
|
- angels-electrode-used,1
|
|
- gas-oxygen,30
|
|
- gas-hydrogen,40
|
|
*** ingredients
|
|
- angels-electrode,1
|
|
- water,100
|
|
|
|
* petrochem-basics
|
|
** water-separation
|
|
*** products
|
|
- gas-oxygen,40
|
|
- gas-hydrogen,60
|
|
*** ingredients
|
|
- water-purified,100
|
|
|
|
* petrochem-basics
|
|
** water-separation-2
|
|
*** products
|
|
- angels-electrode-used,1
|
|
- gas-oxygen,40
|
|
- gas-hydrogen,60
|
|
*** ingredients
|
|
- angels-electrode,1
|
|
- water-purified,100
|
|
|
|
* petrochem-basics
|
|
** angels-heavy-water-separation
|
|
*** products
|
|
- gas-oxygen,40
|
|
- gas-deuterium,60
|
|
*** ingredients
|
|
- liquid-water-heavy,100
|
|
|
|
* petrochem-basics
|
|
** angels-heavy-water-separation-2
|
|
*** products
|
|
- angels-electrode-used,1
|
|
- gas-oxygen,40
|
|
- gas-deuterium,60
|
|
*** ingredients
|
|
- angels-electrode,1
|
|
- liquid-water-heavy,100
|
|
|
|
* petrochem-basics
|
|
** water-synthesis
|
|
*** products
|
|
- water-purified,100
|
|
*** ingredients
|
|
- gas-oxygen,60
|
|
- gas-hydrogen,90
|
|
|
|
* petrochem-basics
|
|
** carbon-separation-1
|
|
*** products
|
|
- gas-carbon-monoxide,50
|
|
*** ingredients
|
|
- solid-carbon,1
|
|
- water-purified,50
|
|
|
|
* petrochem-basics
|
|
** carbon-separation-2
|
|
*** products
|
|
- gas-carbon-dioxide,50
|
|
*** ingredients
|
|
- coal,1
|
|
|
|
* petrochem-basics
|
|
** solid-calcium-chloride
|
|
*** products
|
|
- solid-calcium-chloride,3
|
|
*** ingredients
|
|
- stone-crushed,6
|
|
- gas-hydrogen-chloride,30
|
|
|
|
* petrochem-basics
|
|
** water-gas-shift-1
|
|
*** products
|
|
- gas-carbon-dioxide,50
|
|
- gas-hydrogen,50
|
|
*** ingredients
|
|
- gas-carbon-monoxide,50
|
|
- steam,50
|
|
|
|
* petrochem-basics
|
|
** water-gas-shift-2
|
|
*** products
|
|
- water-purified,50
|
|
- gas-carbon-monoxide,50
|
|
*** ingredients
|
|
- gas-hydrogen,50
|
|
- gas-carbon-dioxide,50
|
|
|
|
* petrochem-buildings-chemical-plant
|
|
** angels-chemical-plant
|
|
*** products
|
|
- angels-chemical-plant,1
|
|
*** ingredients
|
|
- iron-plate,6
|
|
- iron-gear-wheel,3
|
|
- basic-circuit-board,1
|
|
- pipe,12
|
|
|
|
* petrochem-buildings-chemical-plant
|
|
** bob-distillery
|
|
*** products
|
|
- angels-chemical-plant,1
|
|
*** ingredients
|
|
- copper-plate,3
|
|
- iron-plate,3
|
|
- copper-pipe,2
|
|
|
|
* petrochem-buildings-chemical-plant
|
|
** chemical-plant
|
|
*** products
|
|
- angels-chemical-plant,1
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- iron-gear-wheel,5
|
|
- electronic-circuit,5
|
|
- pipe,5
|
|
|
|
* petrochem-buildings-chemical-plant
|
|
** angels-chemical-plant-2
|
|
*** products
|
|
- angels-chemical-plant-2,1
|
|
*** ingredients
|
|
- bronze-alloy,6
|
|
- angels-chemical-plant,1
|
|
- steel-gear-wheel,3
|
|
- electronic-circuit,1
|
|
- bronze-pipe,12
|
|
|
|
* petrochem-buildings-chemical-plant
|
|
** chemical-plant-2
|
|
*** products
|
|
- angels-chemical-plant-2,1
|
|
*** ingredients
|
|
- glass,10
|
|
- angels-chemical-plant,1
|
|
- steel-gear-wheel,5
|
|
- steel-bearing,5
|
|
- advanced-circuit,5
|
|
- steel-pipe,5
|
|
|
|
* petrochem-buildings-chemical-plant
|
|
** angels-chemical-plant-3
|
|
*** products
|
|
- angels-chemical-plant-3,1
|
|
*** ingredients
|
|
- aluminium-plate,8
|
|
- angels-chemical-plant-2,1
|
|
- brass-gear-wheel,3
|
|
- advanced-circuit,1
|
|
- brass-pipe,12
|
|
|
|
* petrochem-buildings-chemical-plant
|
|
** chemical-plant-3
|
|
*** products
|
|
- angels-chemical-plant-3,1
|
|
*** ingredients
|
|
- titanium-plate,10
|
|
- angels-chemical-plant-2,1
|
|
- titanium-gear-wheel,5
|
|
- titanium-bearing,5
|
|
- processing-unit,10
|
|
- titanium-pipe,5
|
|
|
|
* petrochem-buildings-chemical-plant
|
|
** angels-chemical-plant-4
|
|
*** products
|
|
- angels-chemical-plant-4,1
|
|
*** ingredients
|
|
- titanium-plate,4
|
|
- angels-chemical-plant-3,1
|
|
- titanium-gear-wheel,3
|
|
- processing-unit,1
|
|
- titanium-pipe,12
|
|
|
|
* petrochem-buildings-chemical-plant
|
|
** chemical-plant-4
|
|
*** products
|
|
- angels-chemical-plant-4,1
|
|
*** ingredients
|
|
- nitinol-alloy,10
|
|
- angels-chemical-plant-3,1
|
|
- nitinol-gear-wheel,5
|
|
- nitinol-bearing,5
|
|
- advanced-processing-unit,10
|
|
- nitinol-pipe,5
|
|
|
|
* petrochem-buildings-chemical-plant
|
|
** advanced-chemical-plant
|
|
*** products
|
|
- advanced-chemical-plant,1
|
|
*** ingredients
|
|
- clay-brick,20
|
|
- bronze-alloy,6
|
|
- electronic-circuit,4
|
|
- bronze-pipe,36
|
|
|
|
* petrochem-buildings-chemical-plant
|
|
** advanced-chemical-plant-2
|
|
*** products
|
|
- advanced-chemical-plant-2,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,20
|
|
- titanium-plate,8
|
|
- advanced-chemical-plant,1
|
|
- processing-unit,4
|
|
- titanium-pipe,36
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** angels-electrolyser
|
|
*** products
|
|
- angels-electrolyser,1
|
|
*** ingredients
|
|
- stone-brick,15
|
|
- iron-plate,9
|
|
- basic-circuit-board,3
|
|
- pipe,39
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** electrolyser
|
|
*** products
|
|
- angels-electrolyser,1
|
|
*** ingredients
|
|
- stone-brick,5
|
|
- iron-plate,5
|
|
- basic-circuit-board,5
|
|
- stone-pipe,2
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** angels-electrolyser-2
|
|
*** products
|
|
- angels-electrolyser-2,1
|
|
*** ingredients
|
|
- clay-brick,15
|
|
- bronze-alloy,9
|
|
- angels-electrolyser,1
|
|
- electronic-circuit,3
|
|
- bronze-pipe,39
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** electrolyser-2
|
|
*** products
|
|
- angels-electrolyser-2,1
|
|
*** ingredients
|
|
- glass,10
|
|
- steel-plate,10
|
|
- angels-electrolyser,1
|
|
- electronic-circuit,5
|
|
- bronze-pipe,5
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** angels-electrolyser-3
|
|
*** products
|
|
- angels-electrolyser-3,1
|
|
*** ingredients
|
|
- aluminium-plate,12
|
|
- concrete-brick,15
|
|
- angels-electrolyser-2,1
|
|
- advanced-circuit,3
|
|
- brass-pipe,39
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** electrolyser-3
|
|
*** products
|
|
- angels-electrolyser-3,1
|
|
*** ingredients
|
|
- aluminium-plate,10
|
|
- invar-alloy,10
|
|
- plastic-bar,10
|
|
- angels-electrolyser-2,1
|
|
- advanced-circuit,10
|
|
- plastic-pipe,5
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** angels-electrolyser-4
|
|
*** products
|
|
- angels-electrolyser-4,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,15
|
|
- titanium-plate,12
|
|
- angels-electrolyser-3,1
|
|
- processing-unit,3
|
|
- titanium-pipe,39
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** electrolyser-4
|
|
*** products
|
|
- angels-electrolyser-4,1
|
|
*** ingredients
|
|
- silicon-nitride,10
|
|
- titanium-plate,10
|
|
- tungsten-plate,10
|
|
- angels-electrolyser-3,1
|
|
- processing-unit,10
|
|
- ceramic-pipe,5
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** electrolyser-5
|
|
*** products
|
|
- angels-electrolyser-4,1
|
|
*** ingredients
|
|
- tungsten-carbide,10
|
|
- copper-tungsten-alloy,10
|
|
- nitinol-alloy,10
|
|
- angels-electrolyser-4,1
|
|
- advanced-processing-unit,10
|
|
- copper-tungsten-pipe,5
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** angels-air-filter
|
|
*** products
|
|
- angels-air-filter,1
|
|
*** ingredients
|
|
- stone-brick,25
|
|
- iron-plate,12
|
|
- basic-circuit-board,5
|
|
- pipe,24
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** angels-air-filter-2
|
|
*** products
|
|
- angels-air-filter-2,1
|
|
*** ingredients
|
|
- clay-brick,25
|
|
- bronze-alloy,12
|
|
- angels-air-filter,1
|
|
- electronic-circuit,5
|
|
- bronze-pipe,24
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** angels-air-filter-3
|
|
*** products
|
|
- angels-air-filter-3,1
|
|
*** ingredients
|
|
- aluminium-plate,16
|
|
- concrete-brick,25
|
|
- angels-air-filter-2,1
|
|
- advanced-circuit,5
|
|
- brass-pipe,24
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** liquifier
|
|
*** products
|
|
- liquifier,1
|
|
*** ingredients
|
|
- stone-brick,10
|
|
- iron-plate,6
|
|
- basic-circuit-board,2
|
|
- pipe,6
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** liquifier-2
|
|
*** products
|
|
- liquifier-2,1
|
|
*** ingredients
|
|
- clay-brick,10
|
|
- bronze-alloy,6
|
|
- liquifier,1
|
|
- electronic-circuit,2
|
|
- bronze-pipe,6
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** liquifier-3
|
|
*** products
|
|
- liquifier-3,1
|
|
*** ingredients
|
|
- aluminium-plate,8
|
|
- concrete-brick,10
|
|
- liquifier-2,1
|
|
- advanced-circuit,2
|
|
- brass-pipe,6
|
|
|
|
* petrochem-buildings-electrolyser
|
|
** liquifier-4
|
|
*** products
|
|
- liquifier-4,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,10
|
|
- titanium-plate,8
|
|
- liquifier-3,1
|
|
- processing-unit,2
|
|
- titanium-pipe,6
|
|
|
|
* petrochem-buildings-gas-refinery
|
|
** gas-refinery-small
|
|
*** products
|
|
- gas-refinery-small,1
|
|
*** ingredients
|
|
- clay-brick,20
|
|
- steel-plate,6
|
|
- electronic-circuit,4
|
|
- steel-pipe,36
|
|
|
|
* petrochem-buildings-gas-refinery
|
|
** gas-refinery-small-2
|
|
*** products
|
|
- gas-refinery-small-2,1
|
|
*** ingredients
|
|
- aluminium-plate,8
|
|
- concrete-brick,20
|
|
- gas-refinery-small,1
|
|
- advanced-circuit,4
|
|
- brass-pipe,36
|
|
|
|
* petrochem-buildings-gas-refinery
|
|
** gas-refinery-small-3
|
|
*** products
|
|
- gas-refinery-small-3,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,20
|
|
- titanium-plate,8
|
|
- gas-refinery-small-2,1
|
|
- processing-unit,4
|
|
- titanium-pipe,36
|
|
|
|
* petrochem-buildings-gas-refinery
|
|
** gas-refinery-small-4
|
|
*** products
|
|
- gas-refinery-small-4,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,20
|
|
- tungsten-plate,8
|
|
- gas-refinery-small-3,1
|
|
- advanced-processing-unit,4
|
|
- tungsten-pipe,36
|
|
|
|
* petrochem-buildings-gas-refinery
|
|
** gas-refinery
|
|
*** products
|
|
- gas-refinery,1
|
|
*** ingredients
|
|
- aluminium-plate,20
|
|
- concrete-brick,50
|
|
- advanced-circuit,10
|
|
- brass-pipe,57
|
|
|
|
* petrochem-buildings-gas-refinery
|
|
** gas-refinery-2
|
|
*** products
|
|
- gas-refinery-2,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,50
|
|
- titanium-plate,20
|
|
- gas-refinery,1
|
|
- processing-unit,10
|
|
- titanium-pipe,57
|
|
|
|
* petrochem-buildings-gas-refinery
|
|
** gas-refinery-3
|
|
*** products
|
|
- gas-refinery-3,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,50
|
|
- tungsten-plate,20
|
|
- gas-refinery-2,1
|
|
- advanced-processing-unit,10
|
|
- tungsten-pipe,57
|
|
|
|
* petrochem-buildings-gas-refinery
|
|
** gas-refinery-4
|
|
*** products
|
|
- gas-refinery-4,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,50
|
|
- tungsten-carbide,40
|
|
- gas-refinery-3,1
|
|
- advanced-processing-unit,5
|
|
- copper-tungsten-pipe,30
|
|
|
|
* petrochem-buildings-oil-refinery
|
|
** separator
|
|
*** products
|
|
- separator,1
|
|
*** ingredients
|
|
- clay-brick,25
|
|
- steel-plate,6
|
|
- electronic-circuit,5
|
|
- steel-pipe,30
|
|
|
|
* petrochem-buildings-oil-refinery
|
|
** separator-2
|
|
*** products
|
|
- separator-2,1
|
|
*** ingredients
|
|
- aluminium-plate,8
|
|
- concrete-brick,25
|
|
- separator,1
|
|
- advanced-circuit,5
|
|
- brass-pipe,30
|
|
|
|
* petrochem-buildings-oil-refinery
|
|
** separator-3
|
|
*** products
|
|
- separator-3,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,25
|
|
- titanium-plate,8
|
|
- separator-2,1
|
|
- processing-unit,5
|
|
- titanium-pipe,30
|
|
|
|
* petrochem-buildings-oil-refinery
|
|
** separator-4
|
|
*** products
|
|
- separator-4,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,25
|
|
- tungsten-plate,8
|
|
- separator-3,1
|
|
- advanced-processing-unit,5
|
|
- tungsten-pipe,30
|
|
|
|
* petrochem-buildings-oil-refinery
|
|
** oil-refinery
|
|
*** products
|
|
- oil-refinery,1
|
|
*** ingredients
|
|
- steel-plate,6
|
|
- steel-gear-wheel,12
|
|
- electronic-circuit,4
|
|
- steel-pipe,36
|
|
|
|
* petrochem-buildings-oil-refinery
|
|
** oil-refinery-2
|
|
*** products
|
|
- oil-refinery-2,1
|
|
*** ingredients
|
|
- aluminium-plate,8
|
|
- oil-refinery,1
|
|
- brass-gear-wheel,12
|
|
- advanced-circuit,4
|
|
- brass-pipe,36
|
|
|
|
* petrochem-buildings-oil-refinery
|
|
** oil-refinery-3
|
|
*** products
|
|
- oil-refinery-3,1
|
|
*** ingredients
|
|
- titanium-plate,8
|
|
- oil-refinery-2,1
|
|
- titanium-gear-wheel,12
|
|
- processing-unit,4
|
|
- titanium-pipe,36
|
|
|
|
* petrochem-buildings-oil-refinery
|
|
** oil-refinery-4
|
|
*** products
|
|
- oil-refinery-4,1
|
|
*** ingredients
|
|
- tungsten-plate,8
|
|
- oil-refinery-3,1
|
|
- tungsten-gear-wheel,12
|
|
- advanced-processing-unit,4
|
|
- tungsten-pipe,36
|
|
|
|
* petrochem-buildings-steam
|
|
** steam-cracker
|
|
*** products
|
|
- steam-cracker,1
|
|
*** ingredients
|
|
- clay-brick,20
|
|
- bronze-alloy,6
|
|
- electronic-circuit,4
|
|
- bronze-pipe,36
|
|
|
|
* petrochem-buildings-steam
|
|
** steam-cracker-2
|
|
*** products
|
|
- steam-cracker-2,1
|
|
*** ingredients
|
|
- aluminium-plate,8
|
|
- concrete-brick,20
|
|
- steam-cracker,1
|
|
- advanced-circuit,4
|
|
- brass-pipe,36
|
|
|
|
* petrochem-buildings-steam
|
|
** steam-cracker-3
|
|
*** products
|
|
- steam-cracker-3,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,20
|
|
- titanium-plate,8
|
|
- steam-cracker-2,1
|
|
- processing-unit,4
|
|
- titanium-pipe,36
|
|
|
|
* petrochem-buildings-steam
|
|
** steam-cracker-4
|
|
*** products
|
|
- steam-cracker-4,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,20
|
|
- tungsten-plate,8
|
|
- steam-cracker-3,1
|
|
- advanced-processing-unit,4
|
|
- tungsten-pipe,36
|
|
|
|
* petrochem-buildings-steam
|
|
** angels-flare-stack
|
|
*** products
|
|
- angels-flare-stack,1
|
|
*** ingredients
|
|
- stone-brick,5
|
|
- iron-plate,3
|
|
- basic-circuit-board,1
|
|
- pipe,3
|
|
|
|
* petrochem-carbon-gas-feed
|
|
** gas-separation
|
|
*** products
|
|
- gas-raw-1,60
|
|
- liquid-condensates,30
|
|
- water-yellow-waste,10
|
|
*** ingredients
|
|
- gas-natural-1,100
|
|
|
|
* petrochem-carbon-gas-feed
|
|
** gas-refining
|
|
*** products
|
|
- gas-acid,20
|
|
- liquid-ngl,80
|
|
*** ingredients
|
|
- gas-raw-1,100
|
|
|
|
* petrochem-carbon-gas-feed
|
|
** gas-fractioning
|
|
*** products
|
|
- gas-methane,50
|
|
- gas-ethane,30
|
|
- gas-butane,20
|
|
*** ingredients
|
|
- liquid-ngl,100
|
|
|
|
* petrochem-carbon-gas-feed
|
|
** gas-fractioning-synthesis
|
|
*** products
|
|
- gas-methane,90
|
|
- gas-ethane,30
|
|
- gas-butane,20
|
|
- gas-carbon-monoxide,10
|
|
*** ingredients
|
|
- liquid-ngl,100
|
|
- gas-synthesis,50
|
|
|
|
* petrochem-carbon-gas-feed
|
|
** gas-fractioning-condensates
|
|
*** products
|
|
- gas-methane,30
|
|
- gas-ethane,30
|
|
- gas-butane,70
|
|
- liquid-naphtha,20
|
|
*** ingredients
|
|
- liquid-ngl,100
|
|
- liquid-condensates,50
|
|
|
|
* petrochem-carbon-gas-feed
|
|
** gas-fractioning-residual
|
|
*** products
|
|
- gas-methane,40
|
|
- gas-ethane,40
|
|
- gas-butane,50
|
|
- liquid-toluene,20
|
|
*** ingredients
|
|
- liquid-ngl,100
|
|
- gas-residual,50
|
|
|
|
* petrochem-carbon-gas-feed
|
|
** condensates-refining
|
|
*** products
|
|
- solid-coke,2
|
|
- liquid-naphtha,50
|
|
- gas-methane,30
|
|
*** ingredients
|
|
- liquid-condensates,60
|
|
- thermal-water,20
|
|
- gas-carbon-monoxide,20
|
|
|
|
* petrochem-carbon-oil-feed
|
|
** oil-separation
|
|
*** products
|
|
- gas-raw-1,20
|
|
- crude-oil,70
|
|
- water-yellow-waste,10
|
|
*** ingredients
|
|
- liquid-multi-phase-oil,100
|
|
|
|
* petrochem-carbon-oil-feed
|
|
** oil-refining
|
|
*** products
|
|
- solid-oil-residual,1
|
|
- liquid-mineral-oil,20
|
|
- liquid-fuel-oil,30
|
|
- liquid-naphtha,50
|
|
*** ingredients
|
|
- crude-oil,100
|
|
|
|
* petrochem-carbon-oil-feed
|
|
** advanced-oil-refining
|
|
*** products
|
|
- solid-oil-residual,1
|
|
- liquid-mineral-oil,20
|
|
- liquid-fuel-oil,20
|
|
- liquid-naphtha,70
|
|
*** ingredients
|
|
- crude-oil,90
|
|
- gas-hydrogen,20
|
|
|
|
* petrochem-carbon-oil-feed
|
|
** condensates-oil-refining
|
|
*** products
|
|
- solid-oil-residual,1
|
|
- liquid-mineral-oil,40
|
|
- liquid-fuel-oil,30
|
|
- liquid-naphtha,30
|
|
*** ingredients
|
|
- crude-oil,40
|
|
- liquid-condensates,60
|
|
|
|
* petrochem-carbon-oil-feed
|
|
** residual-oil-refining
|
|
*** products
|
|
- solid-oil-residual,1
|
|
- liquid-mineral-oil,60
|
|
- liquid-fuel-oil,30
|
|
- liquid-naphtha,10
|
|
*** ingredients
|
|
- crude-oil,60
|
|
- gas-residual,40
|
|
|
|
* petrochem-carbon-oil-feed
|
|
** liquid-mineral-oil-catalyst
|
|
*** products
|
|
- liquid-mineral-oil,100
|
|
*** ingredients
|
|
- liquid-naphtha,60
|
|
- thermal-water,20
|
|
- gas-carbon-monoxide,20
|
|
|
|
* petrochem-carbon-oil-feed
|
|
** mineral-oil-lubricant
|
|
*** products
|
|
- lubricant,50
|
|
*** ingredients
|
|
- liquid-mineral-oil,40
|
|
- gas-residual,10
|
|
|
|
* petrochem-carbon-oil-feed
|
|
** liquid-fuel
|
|
*** products
|
|
- liquid-fuel,50
|
|
*** ingredients
|
|
- liquid-fuel-oil,40
|
|
- gas-residual,10
|
|
|
|
* petrochem-carbon-synthesis
|
|
** gas-synthesis-separation
|
|
*** products
|
|
- gas-carbon-monoxide,40
|
|
- gas-hydrogen,60
|
|
*** ingredients
|
|
- gas-synthesis,100
|
|
|
|
* petrochem-carbon-synthesis
|
|
** gas-synthesis-reforming
|
|
*** products
|
|
- gas-synthesis,100
|
|
*** ingredients
|
|
- gas-carbon-monoxide,60
|
|
- gas-hydrogen,90
|
|
|
|
* petrochem-carbon-synthesis
|
|
** gas-synthesis-methanation
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- gas-methane,60
|
|
- gas-ethane,20
|
|
- gas-butane,20
|
|
*** ingredients
|
|
- catalyst-metal-blue,1
|
|
- gas-synthesis,100
|
|
- gas-hydrogen,40
|
|
|
|
* petrochem-carbon-synthesis
|
|
** liquid-naphtha-catalyst
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- liquid-naphtha,100
|
|
*** ingredients
|
|
- catalyst-metal-red,1
|
|
- gas-synthesis,150
|
|
- gas-carbon-monoxide,50
|
|
|
|
* petrochem-carbon-synthesis
|
|
** gas-synthesis-methanol
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- water-purified,20
|
|
- gas-methanol,80
|
|
*** ingredients
|
|
- catalyst-metal-green,1
|
|
- gas-synthesis,100
|
|
- gas-carbon-dioxide,40
|
|
|
|
* petrochem-carbon-synthesis
|
|
** steam-cracking-gas-residual
|
|
*** products
|
|
- gas-synthesis,150
|
|
*** ingredients
|
|
- gas-residual,100
|
|
- steam,100
|
|
|
|
* petrochem-carbon-synthesis
|
|
** steam-cracking-oil-residual
|
|
*** products
|
|
- gas-residual,100
|
|
*** ingredients
|
|
- solid-oil-residual,10
|
|
- steam,100
|
|
|
|
* petrochem-catalysts
|
|
** angels-electrode
|
|
*** products
|
|
- angels-electrode,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
- solid-carbon,1
|
|
|
|
* petrochem-catalysts
|
|
** angels-electrode-used
|
|
*** products
|
|
- angels-electrode,1
|
|
- water-mineralized,10
|
|
- water,40
|
|
*** ingredients
|
|
- angels-electrode-used,1
|
|
- water-purified,50
|
|
|
|
* petrochem-catalysts
|
|
** filter-lime
|
|
*** products
|
|
- filter-lime,1
|
|
*** ingredients
|
|
- filter-frame,1
|
|
- solid-lime,5
|
|
|
|
* petrochem-catalysts
|
|
** catalyst-metal-carrier
|
|
*** products
|
|
- catalyst-metal-carrier,10
|
|
*** ingredients
|
|
- iron-plate,5
|
|
|
|
* petrochem-catalysts
|
|
** catalyst-metal-red
|
|
*** products
|
|
- catalyst-metal-red,10
|
|
*** ingredients
|
|
- copper-ore,1
|
|
- iron-ore,1
|
|
- catalyst-metal-carrier,10
|
|
|
|
* petrochem-catalysts
|
|
** catalyst-metal-green
|
|
*** products
|
|
- catalyst-metal-green,10
|
|
*** ingredients
|
|
- bauxite-ore,1
|
|
- silver-ore,1
|
|
- catalyst-metal-carrier,10
|
|
|
|
* petrochem-catalysts
|
|
** catalyst-metal-blue
|
|
*** products
|
|
- catalyst-metal-blue,10
|
|
*** ingredients
|
|
- cobalt-ore,1
|
|
- rutile-ore,1
|
|
- catalyst-metal-carrier,10
|
|
|
|
* petrochem-catalysts
|
|
** catalyst-metal-yellow
|
|
*** products
|
|
- catalyst-metal-yellow,10
|
|
*** ingredients
|
|
- nickel-ore,1
|
|
- tungsten-ore,1
|
|
- catalyst-metal-carrier,10
|
|
|
|
* petrochem-chemistry
|
|
** gas-formaldehyde-catalyst
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- gas-formaldehyde,100
|
|
*** ingredients
|
|
- catalyst-metal-green,1
|
|
- gas-methanol,100
|
|
|
|
* petrochem-chemistry
|
|
** liquid-styrene-catalyst
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- liquid-styrene,50
|
|
*** ingredients
|
|
- catalyst-metal-green,1
|
|
- liquid-ethylbenzene,100
|
|
|
|
* petrochem-chemistry
|
|
** liquid-ethylbenzene-catalyst
|
|
*** products
|
|
- liquid-ethylbenzene,80
|
|
- gas-hydrogen-fluoride,20
|
|
*** ingredients
|
|
- gas-benzene,50
|
|
- gas-ethylene,50
|
|
- liquid-hydrofluoric-acid,20
|
|
|
|
* petrochem-chemistry
|
|
** liquid-ethylene-carbonate
|
|
*** products
|
|
- liquid-ethylene-carbonate,90
|
|
*** ingredients
|
|
- gas-ethylene-oxide,100
|
|
- gas-carbon-dioxide,100
|
|
|
|
* petrochem-chemistry
|
|
** liquid-phenol-catalyst
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- liquid-phenol,100
|
|
*** ingredients
|
|
- catalyst-metal-yellow,1
|
|
- gas-benzene,100
|
|
- gas-oxygen,100
|
|
|
|
* petrochem-chemistry
|
|
** cumene-process
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- liquid-phenol,60
|
|
- gas-acetone,60
|
|
*** ingredients
|
|
- catalyst-metal-blue,1
|
|
- gas-benzene,50
|
|
- gas-propene,50
|
|
- gas-oxygen,20
|
|
|
|
* petrochem-chemistry
|
|
** liquid-bisphenol-a
|
|
*** products
|
|
- liquid-bisphenol-a,100
|
|
*** ingredients
|
|
- liquid-phenol,60
|
|
- gas-acetone,40
|
|
- liquid-hydrochloric-acid,20
|
|
|
|
* petrochem-chemistry
|
|
** gas-propene-synthesis
|
|
*** products
|
|
- gas-propene,80
|
|
- gas-residual,20
|
|
*** ingredients
|
|
- gas-methanol,100
|
|
- steam,50
|
|
|
|
* petrochem-chlorine
|
|
** water-saline-separation
|
|
*** products
|
|
- solid-sodium-hydroxide,1
|
|
- gas-chlorine,40
|
|
- gas-hydrogen,60
|
|
*** ingredients
|
|
- water-saline,100
|
|
|
|
* petrochem-chlorine
|
|
** gas-hydrogen-chloride
|
|
*** products
|
|
- gas-hydrogen-chloride,100
|
|
*** ingredients
|
|
- gas-chlorine,50
|
|
- gas-hydrogen,50
|
|
|
|
* petrochem-chlorine
|
|
** gas-hydrogen-chloride-separation
|
|
*** products
|
|
- gas-chlorine,50
|
|
- gas-hydrogen,50
|
|
*** ingredients
|
|
- gas-hydrogen-chloride,100
|
|
|
|
* petrochem-chlorine
|
|
** gas-chlor-methane
|
|
*** products
|
|
- gas-chlor-methane,100
|
|
*** ingredients
|
|
- gas-chlorine,60
|
|
- gas-methane,40
|
|
|
|
* petrochem-chlorine
|
|
** liquid-hydrochloric-acid
|
|
*** products
|
|
- liquid-hydrochloric-acid,50
|
|
*** ingredients
|
|
- gas-hydrogen-chloride,100
|
|
- water-purified,50
|
|
|
|
* petrochem-chlorine
|
|
** liquid-hydrochloric-acid-solid-sodium-sulfate
|
|
*** products
|
|
- solid-sodium-sulfate,3
|
|
- liquid-hydrochloric-acid,70
|
|
*** ingredients
|
|
- solid-salt,6
|
|
- liquid-sulfuric-acid,120
|
|
|
|
* petrochem-chlorine
|
|
** liquid-ferric-chloride-solution
|
|
*** products
|
|
- liquid-ferric-chloride-solution,40
|
|
*** ingredients
|
|
- iron-ore,2
|
|
- gas-hydrogen-chloride,40
|
|
|
|
* petrochem-chlorine
|
|
** liquid-cupric-chloride-solution
|
|
*** products
|
|
- liquid-cupric-chloride-solution,40
|
|
*** ingredients
|
|
- copper-ore,2
|
|
- gas-hydrogen-chloride,40
|
|
|
|
* petrochem-chlorine-2
|
|
** gas-allylchlorid
|
|
*** products
|
|
- gas-allylchlorid,50
|
|
- gas-hydrogen-chloride,50
|
|
*** ingredients
|
|
- gas-propene,50
|
|
- gas-chlorine,50
|
|
|
|
* petrochem-chlorine-2
|
|
** gas-epichlorhydrin
|
|
*** products
|
|
- gas-epichlorhydrin,90
|
|
*** ingredients
|
|
- solid-sodium-hydroxide,5
|
|
- gas-allylchlorid,100
|
|
- liquid-hydrochloric-acid,50
|
|
|
|
* petrochem-chlorine-2
|
|
** liquid-glycerol
|
|
*** products
|
|
- liquid-glycerol,50
|
|
*** ingredients
|
|
- gas-epichlorhydrin,100
|
|
- water-purified,50
|
|
|
|
* petrochem-chlorine-2
|
|
** liquid-perchloric-acid
|
|
*** products
|
|
- liquid-perchloric-acid,50
|
|
*** ingredients
|
|
- solid-sodium-perchlorate,2
|
|
- liquid-hydrochloric-acid,50
|
|
|
|
* petrochem-chlorine-2
|
|
** gas-phosgene
|
|
*** products
|
|
- gas-phosgene,100
|
|
*** ingredients
|
|
- solid-carbon,1
|
|
- gas-carbon-monoxide,60
|
|
- gas-chlorine,40
|
|
|
|
* petrochem-coal
|
|
** bob-coal-from-wood
|
|
*** products
|
|
- coal,1
|
|
*** ingredients
|
|
- wood,5
|
|
|
|
* petrochem-coal
|
|
** coal-crushed
|
|
*** products
|
|
- coal-crushed,2
|
|
*** ingredients
|
|
- coal,1
|
|
|
|
* petrochem-coal
|
|
** solid-coke
|
|
*** products
|
|
- solid-coke,2
|
|
*** ingredients
|
|
- coal-crushed,2
|
|
|
|
* petrochem-coal
|
|
** solid-coke-sulfur
|
|
*** products
|
|
- solid-coke,2
|
|
- water-yellow-waste,50
|
|
*** ingredients
|
|
- coal-crushed,2
|
|
- water-purified,50
|
|
|
|
* petrochem-coal
|
|
** coke-purification
|
|
*** products
|
|
- solid-carbon,3
|
|
*** ingredients
|
|
- solid-coke,2
|
|
- steam,30
|
|
|
|
* petrochem-coal
|
|
** coke-purification-2
|
|
*** products
|
|
- solid-carbon,6
|
|
- solid-sodium-carbonate,1
|
|
- water,10
|
|
*** ingredients
|
|
- solid-coke,4
|
|
- solid-sodium-hydroxide,1
|
|
- gas-nitrogen,30
|
|
|
|
* petrochem-coal
|
|
** pellet-coke
|
|
*** products
|
|
- pellet-coke,1
|
|
*** ingredients
|
|
- solid-coke,5
|
|
|
|
* petrochem-coal
|
|
** coal-cracking-1
|
|
*** products
|
|
- solid-coke,6
|
|
- gas-hydrogen-sulfide,50
|
|
- gas-benzene,30
|
|
- gas-methane,70
|
|
*** ingredients
|
|
- coal,5
|
|
|
|
* petrochem-coal
|
|
** coal-cracking-2
|
|
*** products
|
|
- solid-coke,6
|
|
- catalyst-metal-carrier,1
|
|
- liquid-naphtha,60
|
|
- liquid-ngl,30
|
|
- liquid-mineral-oil,20
|
|
*** ingredients
|
|
- coal,5
|
|
- catalyst-metal-red,1
|
|
- gas-hydrogen,50
|
|
|
|
* petrochem-coal
|
|
** coal-cracking-3
|
|
*** products
|
|
- gas-synthesis,100
|
|
- gas-carbon-dioxide,20
|
|
- gas-hydrogen-sulfide,30
|
|
*** ingredients
|
|
- coal,5
|
|
- steam,50
|
|
- gas-oxygen,50
|
|
|
|
* petrochem-cracking
|
|
** steam-cracking-methane
|
|
*** products
|
|
- gas-methanol,80
|
|
- gas-residual,20
|
|
*** ingredients
|
|
- gas-methane,60
|
|
- steam,60
|
|
|
|
* petrochem-cracking
|
|
** steam-cracking-ethane
|
|
*** products
|
|
- gas-ethylene,80
|
|
- gas-residual,20
|
|
*** ingredients
|
|
- gas-ethane,60
|
|
- steam,60
|
|
|
|
* petrochem-cracking
|
|
** steam-cracking-butane
|
|
*** products
|
|
- gas-benzene,80
|
|
- gas-residual,20
|
|
*** ingredients
|
|
- gas-butane,60
|
|
- steam,60
|
|
|
|
* petrochem-cracking
|
|
** catalyst-steam-cracking-butane
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- gas-butadiene,80
|
|
- gas-residual,20
|
|
*** ingredients
|
|
- catalyst-metal-green,1
|
|
- liquid-naphtha,60
|
|
- steam,60
|
|
|
|
* petrochem-cracking
|
|
** catalyst-steam-cracking-naphtha
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- gas-propene,100
|
|
*** ingredients
|
|
- catalyst-metal-red,1
|
|
- liquid-naphtha,100
|
|
- steam,100
|
|
|
|
* petrochem-cracking
|
|
** steam-cracking-naphtha
|
|
*** products
|
|
- gas-synthesis,150
|
|
- gas-residual,10
|
|
*** ingredients
|
|
- liquid-naphtha,100
|
|
- steam,100
|
|
|
|
* petrochem-cracking
|
|
** steam-cracking-mineral-oil
|
|
*** products
|
|
- gas-synthesis,100
|
|
- gas-residual,10
|
|
*** ingredients
|
|
- liquid-mineral-oil,100
|
|
- steam,100
|
|
|
|
* petrochem-cracking
|
|
** steam-cracking-fuel-oil
|
|
*** products
|
|
- gas-synthesis,100
|
|
- gas-residual,10
|
|
*** ingredients
|
|
- liquid-fuel-oil,100
|
|
- steam,100
|
|
|
|
* petrochem-feedstock
|
|
** gas-methanol-catalyst
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- gas-methanol,100
|
|
*** ingredients
|
|
- catalyst-metal-green,1
|
|
- gas-carbon-dioxide,100
|
|
- gas-hydrogen,100
|
|
|
|
* petrochem-feedstock
|
|
** gas-ethylene-oxide
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- gas-ethylene-oxide,100
|
|
*** ingredients
|
|
- catalyst-metal-green,1
|
|
- gas-ethylene,100
|
|
- gas-oxygen,50
|
|
|
|
* petrochem-feedstock
|
|
** liquid-polyethylene-catalyst
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- liquid-polyethylene,50
|
|
*** ingredients
|
|
- catalyst-metal-blue,1
|
|
- gas-ethylene,100
|
|
|
|
* petrochem-feedstock
|
|
** gas-benzene-catalyst
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- gas-benzene,100
|
|
*** ingredients
|
|
- catalyst-metal-green,1
|
|
- gas-methane,100
|
|
|
|
* petrochem-feedstock
|
|
** liquid-toluene-from-naphtha
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- liquid-toluene,100
|
|
*** ingredients
|
|
- catalyst-metal-green,1
|
|
- liquid-naphtha,100
|
|
- gas-hydrogen,100
|
|
|
|
* petrochem-feedstock
|
|
** liquid-toluene-from-benzene
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- liquid-toluene,100
|
|
- gas-hydrogen-chloride,50
|
|
*** ingredients
|
|
- catalyst-metal-green,1
|
|
- gas-benzene,100
|
|
- gas-chlor-methane,50
|
|
|
|
* petrochem-fuel
|
|
** solid-fuel-methane
|
|
*** products
|
|
- solid-fuel,2
|
|
*** ingredients
|
|
- solid-coke,1
|
|
- gas-methane,100
|
|
|
|
* petrochem-fuel
|
|
** solid-fuel-naphtha
|
|
*** products
|
|
- solid-fuel,2
|
|
*** ingredients
|
|
- solid-coke,1
|
|
- liquid-naphtha,100
|
|
|
|
* petrochem-fuel
|
|
** solid-fuel-fuel-oil
|
|
*** products
|
|
- solid-fuel,2
|
|
*** ingredients
|
|
- solid-coke,1
|
|
- liquid-fuel-oil,50
|
|
|
|
* petrochem-fuel
|
|
** solid-fuel-synthesis
|
|
*** products
|
|
- solid-fuel,2
|
|
*** ingredients
|
|
- solid-coke,1
|
|
- gas-synthesis,100
|
|
|
|
* petrochem-fuel
|
|
** solid-fuel-from-light-oil
|
|
*** products
|
|
- solid-fuel,1
|
|
*** ingredients
|
|
- liquid-fuel-oil,10
|
|
|
|
* petrochem-fuel
|
|
** solid-fuel-from-petroleum-gas
|
|
*** products
|
|
- solid-fuel,1
|
|
*** ingredients
|
|
- gas-methane,20
|
|
|
|
* petrochem-fuel
|
|
** solid-fuel-from-heavy-oil
|
|
*** products
|
|
- solid-fuel,1
|
|
*** ingredients
|
|
- liquid-naphtha,20
|
|
|
|
* petrochem-fuel
|
|
** solid-fuel-from-hydrogen
|
|
*** products
|
|
- solid-fuel,1
|
|
*** ingredients
|
|
- coal,1
|
|
- gas-hydrogen,175
|
|
|
|
* petrochem-fuel
|
|
** solid-fuel-hydrazine
|
|
*** products
|
|
- solid-fuel,2
|
|
*** ingredients
|
|
- gas-hydrazine,50
|
|
|
|
* petrochem-fuel
|
|
** enriched-fuel-from-liquid-fuel
|
|
*** products
|
|
- enriched-fuel,1
|
|
*** ingredients
|
|
- liquid-fuel,100
|
|
|
|
* petrochem-fuel
|
|
** rocket-oxidizer-capsule
|
|
*** products
|
|
- rocket-oxidizer-capsule,2
|
|
*** ingredients
|
|
- liquid-nitric-acid,10
|
|
- gas-dinitrogen-tetroxide,10
|
|
|
|
* petrochem-fuel
|
|
** rocket-fuel-capsule
|
|
*** products
|
|
- rocket-fuel-capsule,2
|
|
*** ingredients
|
|
- gas-dimethylhydrazine,30
|
|
- gas-hydrazine,30
|
|
|
|
* petrochem-fuel
|
|
** rocket-fuel
|
|
*** products
|
|
- rocket-fuel,1
|
|
*** ingredients
|
|
- rocket-oxidizer-capsule,10
|
|
- rocket-fuel-capsule,10
|
|
|
|
* petrochem-fuel
|
|
** rocket-booster-1
|
|
*** products
|
|
- rocket-booster,2
|
|
*** ingredients
|
|
- solid-ammonium-nitrate,3
|
|
- pipe,1
|
|
|
|
* petrochem-fuel
|
|
** rocket-booster-2
|
|
*** products
|
|
- rocket-booster,3
|
|
*** ingredients
|
|
- solid-ammonium-perchlorate,3
|
|
- pipe,1
|
|
|
|
* petrochem-fuel
|
|
** nuclear-fuel
|
|
*** products
|
|
- nuclear-fuel,1
|
|
*** ingredients
|
|
- rocket-fuel,1
|
|
- uranium-235,1
|
|
|
|
* petrochem-fuel
|
|
** angels-nuclear-fuel
|
|
*** products
|
|
- angels-nuclear-fuel,1
|
|
*** ingredients
|
|
- rocket-fuel,1
|
|
- plutonium-239,1
|
|
|
|
* petrochem-fuel
|
|
** angels-nuclear-fuel-2
|
|
*** products
|
|
- angels-nuclear-fuel-2,3
|
|
*** ingredients
|
|
- rocket-fuel,3
|
|
- plutonium-239,2
|
|
- thorium-232,1
|
|
|
|
* petrochem-nitrogen
|
|
** angels-air-filtering
|
|
*** products
|
|
- gas-compressed-air,200
|
|
*** ingredients
|
|
-
|
|
|
|
* petrochem-nitrogen
|
|
** air-separation
|
|
*** products
|
|
- gas-nitrogen,50
|
|
- gas-oxygen,50
|
|
*** ingredients
|
|
- gas-compressed-air,100
|
|
|
|
* petrochem-nitrogen
|
|
** solid-sodium-nitrate-processing
|
|
*** products
|
|
- gas-nitrogen-monoxide,40
|
|
- gas-nitrogen-dioxide,20
|
|
*** ingredients
|
|
- solid-sodium-nitrate,5
|
|
- gas-compressed-air,60
|
|
|
|
* petrochem-nitrogen
|
|
** gas-nitrogen-monoxide
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- gas-nitrogen-monoxide,100
|
|
*** ingredients
|
|
- catalyst-metal-green,1
|
|
- gas-ammonia,60
|
|
- gas-oxygen,40
|
|
|
|
* petrochem-nitrogen
|
|
** gas-nitrogen-dioxide
|
|
*** products
|
|
- gas-nitrogen-dioxide,100
|
|
*** ingredients
|
|
- gas-oxygen,60
|
|
- gas-nitrogen-monoxide,40
|
|
|
|
* petrochem-nitrogen
|
|
** gas-ammonia
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- gas-ammonia,100
|
|
*** ingredients
|
|
- catalyst-metal-red,1
|
|
- gas-hydrogen,50
|
|
- gas-nitrogen,50
|
|
|
|
* petrochem-nitrogen
|
|
** gas-ammonium-chloride
|
|
*** products
|
|
- gas-ammonium-chloride,100
|
|
*** ingredients
|
|
- gas-ammonia,50
|
|
- gas-hydrogen-chloride,50
|
|
|
|
* petrochem-nitrogen
|
|
** gas-urea
|
|
*** products
|
|
- gas-urea,80
|
|
- water-purified,20
|
|
*** ingredients
|
|
- gas-ammonia,60
|
|
- gas-carbon-dioxide,40
|
|
|
|
* petrochem-nitrogen
|
|
** liquid-nitric-acid
|
|
*** products
|
|
- liquid-nitric-acid,50
|
|
*** ingredients
|
|
- gas-nitrogen-dioxide,100
|
|
- water-purified,50
|
|
|
|
* petrochem-nitrogen
|
|
** sodium-nitrate-acid-processing
|
|
*** products
|
|
- liquid-nitric-acid,40
|
|
*** ingredients
|
|
- solid-sodium-nitrate,5
|
|
- liquid-sulfuric-acid,40
|
|
|
|
* petrochem-nitrogen
|
|
** gas-melamine
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- gas-melamine,100
|
|
*** ingredients
|
|
- catalyst-metal-blue,1
|
|
- gas-urea,100
|
|
|
|
* petrochem-rocket
|
|
** gas-monochloramine
|
|
*** products
|
|
- gas-monochloramine,50
|
|
*** ingredients
|
|
- solid-sodium-hypochlorite,5
|
|
- gas-ammonia,250
|
|
|
|
* petrochem-rocket
|
|
** gas-hydrazine
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- gas-hydrazine,100
|
|
- gas-hydrogen-chloride,100
|
|
*** ingredients
|
|
- catalyst-metal-blue,1
|
|
- gas-monochloramine,50
|
|
- gas-ammonia,200
|
|
|
|
* petrochem-rocket
|
|
** gas-methylamine
|
|
*** products
|
|
- gas-methylamine,200
|
|
- water-purified,50
|
|
*** ingredients
|
|
- gas-methanol,50
|
|
- gas-ammonia,250
|
|
|
|
* petrochem-rocket
|
|
** gas-dimethylamine
|
|
*** products
|
|
- gas-dimethylamine,200
|
|
- water-purified,50
|
|
*** ingredients
|
|
- gas-methylamine,200
|
|
- gas-methanol,50
|
|
|
|
* petrochem-rocket
|
|
** gas-dimethylhydrazine
|
|
*** products
|
|
- gas-dimethylhydrazine,200
|
|
- water-purified,50
|
|
*** ingredients
|
|
- gas-dimethylamine,200
|
|
- gas-monochloramine,50
|
|
|
|
* petrochem-rocket
|
|
** gas-dinitrogen-tetroxide
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- gas-dinitrogen-tetroxide,50
|
|
*** ingredients
|
|
- catalyst-metal-yellow,1
|
|
- gas-nitrogen-dioxide,100
|
|
|
|
* petrochem-rocket
|
|
** solid-ammonium-nitrate
|
|
*** products
|
|
- solid-ammonium-nitrate,3
|
|
*** ingredients
|
|
- gas-ammonia,100
|
|
- liquid-nitric-acid,100
|
|
|
|
* petrochem-rocket
|
|
** solid-ammonium-perchlorate
|
|
*** products
|
|
- solid-ammonium-perchlorate,3
|
|
- solid-salt,1
|
|
*** ingredients
|
|
- gas-ammonia,100
|
|
- liquid-perchloric-acid,100
|
|
|
|
* petrochem-rocket
|
|
** sulfuric-nitric-acid
|
|
*** products
|
|
- sulfuric-nitric-acid,20
|
|
*** ingredients
|
|
- liquid-sulfuric-acid,10
|
|
- liquid-nitric-acid,10
|
|
|
|
* petrochem-rocket
|
|
** nitroglycerin
|
|
*** products
|
|
- nitroglycerin,10
|
|
*** ingredients
|
|
- liquid-glycerol,10
|
|
- liquid-sulfuric-acid,15
|
|
- liquid-nitric-acid,15
|
|
|
|
* petrochem-sodium
|
|
** solid-salt-separation
|
|
*** products
|
|
- solid-sodium,5
|
|
- angels-electrode-used,1
|
|
- gas-chlorine,200
|
|
*** ingredients
|
|
- solid-salt,10
|
|
- angels-electrode,1
|
|
|
|
* petrochem-sodium
|
|
** solid-sodium
|
|
*** products
|
|
- solid-sodium,5
|
|
- angels-electrode-used,1
|
|
- water-purified,50
|
|
*** ingredients
|
|
- solid-sodium-hydroxide,5
|
|
- angels-electrode,1
|
|
|
|
* petrochem-sodium
|
|
** solid-sodium-sulfate-separation
|
|
*** products
|
|
- solid-sodium,4
|
|
- sulfur,2
|
|
*** ingredients
|
|
- solid-sodium-sulfate,2
|
|
|
|
* petrochem-sodium
|
|
** solid-sodium-carbonate
|
|
*** products
|
|
- solid-sodium-carbonate,5
|
|
*** ingredients
|
|
- solid-sodium,5
|
|
- gas-carbon-dioxide,50
|
|
|
|
* petrochem-sodium
|
|
** solid-sodium-cyanide
|
|
*** products
|
|
- solid-sodium-cyanide,5
|
|
- catalyst-metal-carrier,1
|
|
- gas-hydrogen,30
|
|
*** ingredients
|
|
- solid-carbon,1
|
|
- solid-sodium,5
|
|
- catalyst-metal-green,1
|
|
- gas-ammonia,30
|
|
|
|
* petrochem-sodium
|
|
** sodium-cobaltate
|
|
*** products
|
|
- sodium-cobaltate,5
|
|
- gas-oxygen,200
|
|
- gas-carbon-dioxide,150
|
|
*** ingredients
|
|
- cobalt-oxide,5
|
|
- solid-sodium-carbonate,6
|
|
|
|
* petrochem-sodium
|
|
** solid-sodium-hydroxide
|
|
*** products
|
|
- solid-sodium-hydroxide,5
|
|
*** ingredients
|
|
- solid-sodium,5
|
|
- water-purified,50
|
|
|
|
* petrochem-sodium
|
|
** liquid-aqueous-sodium-hydroxide-reverse
|
|
*** products
|
|
- solid-sodium-hydroxide,5
|
|
- water-purified,50
|
|
*** ingredients
|
|
- liquid-aqueous-sodium-hydroxide,50
|
|
|
|
* petrochem-sodium
|
|
** solid-sodium-hydroxide-solid-sodium-sulfate
|
|
*** products
|
|
- solid-sodium-sulfate,2
|
|
- water-purified,60
|
|
*** ingredients
|
|
- solid-sodium-hydroxide,4
|
|
- liquid-sulfuric-acid,80
|
|
|
|
* petrochem-sodium
|
|
** solid-sodium-carbonate-electrolysis
|
|
*** products
|
|
- angels-electrode-used,1
|
|
- liquid-aqueous-sodium-hydroxide,50
|
|
- gas-carbon-dioxide,50
|
|
*** ingredients
|
|
- solid-sodium-carbonate,5
|
|
- angels-electrode,1
|
|
- water-purified,50
|
|
|
|
* petrochem-sodium
|
|
** liquid-aqueous-sodium-hydroxide
|
|
*** products
|
|
- liquid-aqueous-sodium-hydroxide,50
|
|
*** ingredients
|
|
- solid-sodium-hydroxide,5
|
|
- water-purified,50
|
|
|
|
* petrochem-sodium
|
|
** solid-sodium-hypochlorite
|
|
*** products
|
|
- solid-sodium-hypochlorite,5
|
|
*** ingredients
|
|
- liquid-aqueous-sodium-hydroxide,50
|
|
- gas-chlorine,200
|
|
|
|
* petrochem-sodium
|
|
** solid-sodium-chlorate
|
|
*** products
|
|
- solid-sodium-chlorate,5
|
|
*** ingredients
|
|
- liquid-aqueous-sodium-hydroxide,50
|
|
- gas-hydrogen-chloride,50
|
|
|
|
* petrochem-sodium
|
|
** solid-sodium-perchlorate
|
|
*** products
|
|
- solid-sodium-perchlorate,5
|
|
- catalyst-metal-carrier,1
|
|
*** ingredients
|
|
- solid-sodium-chlorate,5
|
|
- catalyst-metal-blue,1
|
|
- water-purified,50
|
|
|
|
* petrochem-solids
|
|
** plastic-bar
|
|
*** products
|
|
- plastic-bar,2
|
|
*** ingredients
|
|
- gas-methane,20
|
|
- gas-chlorine,10
|
|
|
|
* petrochem-solids
|
|
** liquid-plastic-1
|
|
*** products
|
|
- liquid-plastic,10
|
|
*** ingredients
|
|
- gas-propene,40
|
|
|
|
* petrochem-solids
|
|
** liquid-plastic-2
|
|
*** products
|
|
- liquid-plastic,20
|
|
*** ingredients
|
|
- liquid-naphtha,20
|
|
- liquid-polyethylene,20
|
|
|
|
* petrochem-solids
|
|
** liquid-plastic-3
|
|
*** products
|
|
- liquid-plastic,30
|
|
*** ingredients
|
|
- gas-formaldehyde,20
|
|
- liquid-phenol,20
|
|
|
|
* petrochem-solids
|
|
** solid-plastic
|
|
*** products
|
|
- plastic-bar,4
|
|
*** ingredients
|
|
- liquid-plastic,40
|
|
|
|
* petrochem-solids
|
|
** liquid-resin-1
|
|
*** products
|
|
- liquid-resin,10
|
|
*** ingredients
|
|
- gas-urea,20
|
|
- gas-formaldehyde,20
|
|
|
|
* petrochem-solids
|
|
** liquid-resin-2
|
|
*** products
|
|
- liquid-resin,20
|
|
*** ingredients
|
|
- gas-melamine,20
|
|
- gas-formaldehyde,20
|
|
|
|
* petrochem-solids
|
|
** liquid-resin-3
|
|
*** products
|
|
- liquid-resin,30
|
|
*** ingredients
|
|
- liquid-bisphenol-a,20
|
|
- gas-epichlorhydrin,20
|
|
|
|
* petrochem-solids
|
|
** bob-resin-wood
|
|
*** products
|
|
- resin,1
|
|
*** ingredients
|
|
- wood,9
|
|
|
|
* petrochem-solids
|
|
** solid-resin
|
|
*** products
|
|
- resin,4
|
|
*** ingredients
|
|
- liquid-resin,40
|
|
|
|
* petrochem-solids-2
|
|
** explosives
|
|
*** products
|
|
- explosives,2
|
|
*** ingredients
|
|
- coal,1
|
|
- sulfur,1
|
|
- water-purified,10
|
|
|
|
* petrochem-solids-2
|
|
** solid-nitroglycerin
|
|
*** products
|
|
- explosives,2
|
|
*** ingredients
|
|
- coal,1
|
|
- liquid-glycerol,50
|
|
- liquid-sulfuric-acid,25
|
|
- liquid-nitric-acid,25
|
|
|
|
* petrochem-solids-2
|
|
** solid-trinitrotoluene
|
|
*** products
|
|
- explosives,3
|
|
- water-yellow-waste,25
|
|
*** ingredients
|
|
- liquid-toluene,50
|
|
- liquid-sulfuric-acid,25
|
|
- liquid-nitric-acid,25
|
|
|
|
* petrochem-solids-2
|
|
** cliff-explosives
|
|
*** products
|
|
- cliff-explosives,1
|
|
*** ingredients
|
|
- explosives,10
|
|
- empty-barrel,1
|
|
- grenade,1
|
|
|
|
* petrochem-solids-2
|
|
** liquid-rubber-1
|
|
*** products
|
|
- liquid-rubber,10
|
|
*** ingredients
|
|
- liquid-styrene,20
|
|
- gas-butadiene,20
|
|
|
|
* petrochem-solids-2
|
|
** bob-rubber
|
|
*** products
|
|
- rubber,1
|
|
*** ingredients
|
|
- resin,3
|
|
|
|
* petrochem-solids-2
|
|
** solid-rubber
|
|
*** products
|
|
- rubber,4
|
|
*** ingredients
|
|
- liquid-rubber,40
|
|
|
|
* petrochem-solids-2
|
|
** insulated-cable
|
|
*** products
|
|
- insulated-cable,60
|
|
*** ingredients
|
|
- tinned-copper-cable,60
|
|
- rubber,1
|
|
|
|
* petrochem-sulfur
|
|
** gas-acid-catalyst
|
|
*** products
|
|
- catalyst-metal-carrier,1
|
|
- gas-hydrogen-sulfide,60
|
|
- gas-carbon-dioxide,20
|
|
- gas-hydrogen-fluoride,20
|
|
*** ingredients
|
|
- catalyst-metal-green,1
|
|
- gas-acid,100
|
|
|
|
* petrochem-sulfur
|
|
** sulfur
|
|
*** products
|
|
- sulfur,2
|
|
*** ingredients
|
|
- water-purified,30
|
|
- gas-methane,30
|
|
|
|
* petrochem-sulfur
|
|
** solid-sulfur
|
|
*** products
|
|
- sulfur,3
|
|
*** ingredients
|
|
- gas-hydrogen-sulfide,60
|
|
- gas-oxygen,40
|
|
|
|
* petrochem-sulfur
|
|
** gas-sulfur-dioxide
|
|
*** products
|
|
- gas-sulfur-dioxide,60
|
|
*** ingredients
|
|
- sulfur,1
|
|
- gas-oxygen,60
|
|
|
|
* petrochem-sulfur
|
|
** gas-sulfur-dioxide-calcium-sulfate
|
|
*** products
|
|
- solid-lime,1
|
|
- gas-sulfur-dioxide,50
|
|
*** ingredients
|
|
- solid-calcium-sulfate,2
|
|
- water-purified,50
|
|
|
|
* petrochem-sulfur
|
|
** liquid-sulfuric-acid
|
|
*** products
|
|
- liquid-sulfuric-acid,60
|
|
*** ingredients
|
|
- gas-sulfur-dioxide,90
|
|
- water-purified,40
|
|
|
|
* petrochem-sulfur
|
|
** liquid-hydrofluoric-acid
|
|
*** products
|
|
- solid-calcium-sulfate,1
|
|
- liquid-hydrofluoric-acid,50
|
|
*** ingredients
|
|
- fluorite-ore,5
|
|
- liquid-sulfuric-acid,50
|
|
|
|
* petrochem-sulfur
|
|
** liquid-hydrogen-fluoride
|
|
*** products
|
|
- liquid-hydrofluoric-acid,60
|
|
*** ingredients
|
|
- gas-hydrogen-fluoride,90
|
|
- water-purified,40
|
|
|
|
* petrochem-sulfur
|
|
** gas-hydrogen-fluoride
|
|
*** products
|
|
- gas-hydrogen-fluoride,55
|
|
- water-greenyellow-waste,50
|
|
*** ingredients
|
|
- liquid-hydrofluoric-acid,50
|
|
|
|
* petrochem-sulfur
|
|
** angels-sulfur-scrubber
|
|
*** products
|
|
- filter-lime-used,1
|
|
- water-yellow-waste,20
|
|
*** ingredients
|
|
- filter-lime,1
|
|
- water,20
|
|
|
|
* petrochem-sulfur
|
|
** filter-lime-used
|
|
*** products
|
|
- filter-frame,1
|
|
- gas-acid,20
|
|
*** ingredients
|
|
- filter-lime-used,1
|
|
|
|
* petrochem-sulfur
|
|
** angels-hydrogen-sulfide-enrichment
|
|
*** products
|
|
- water-purified,50
|
|
- gas-enriched-hydrogen-sulfide,50
|
|
*** ingredients
|
|
- steam,50
|
|
- gas-hydrogen-sulfide,50
|
|
|
|
* pipe
|
|
** copper-pipe
|
|
*** products
|
|
- copper-pipe,1
|
|
*** ingredients
|
|
- copper-plate,1
|
|
|
|
* pipe
|
|
** pipe
|
|
*** products
|
|
- pipe,1
|
|
*** ingredients
|
|
- iron-plate,1
|
|
|
|
* pipe
|
|
** stone-pipe
|
|
*** products
|
|
- stone-pipe,1
|
|
*** ingredients
|
|
- stone-brick,1
|
|
|
|
* pipe
|
|
** bronze-pipe
|
|
*** products
|
|
- bronze-pipe,1
|
|
*** ingredients
|
|
- bronze-alloy,1
|
|
|
|
* pipe
|
|
** steel-pipe
|
|
*** products
|
|
- steel-pipe,1
|
|
*** ingredients
|
|
- steel-plate,1
|
|
|
|
* pipe
|
|
** plastic-pipe
|
|
*** products
|
|
- plastic-pipe,1
|
|
*** ingredients
|
|
- plastic-bar,1
|
|
|
|
* pipe
|
|
** brass-pipe
|
|
*** products
|
|
- brass-pipe,1
|
|
*** ingredients
|
|
- brass-alloy,1
|
|
|
|
* pipe
|
|
** titanium-pipe
|
|
*** products
|
|
- titanium-pipe,1
|
|
*** ingredients
|
|
- titanium-plate,1
|
|
|
|
* pipe
|
|
** ceramic-pipe
|
|
*** products
|
|
- ceramic-pipe,1
|
|
*** ingredients
|
|
- silicon-nitride,1
|
|
|
|
* pipe
|
|
** tungsten-pipe
|
|
*** products
|
|
- tungsten-pipe,1
|
|
*** ingredients
|
|
- tungsten-plate,1
|
|
|
|
* pipe
|
|
** nitinol-pipe
|
|
*** products
|
|
- nitinol-pipe,1
|
|
*** ingredients
|
|
- nitinol-alloy,1
|
|
|
|
* pipe
|
|
** copper-tungsten-pipe
|
|
*** products
|
|
- copper-tungsten-pipe,1
|
|
*** ingredients
|
|
- copper-tungsten-alloy,1
|
|
|
|
* pipe-to-ground
|
|
** copper-pipe-to-ground
|
|
*** products
|
|
- copper-pipe-to-ground,2
|
|
*** ingredients
|
|
- copper-plate,5
|
|
- copper-pipe,10
|
|
|
|
* pipe-to-ground
|
|
** pipe-to-ground
|
|
*** products
|
|
- pipe-to-ground,2
|
|
*** ingredients
|
|
- iron-plate,5
|
|
- pipe,10
|
|
|
|
* pipe-to-ground
|
|
** stone-pipe-to-ground
|
|
*** products
|
|
- stone-pipe-to-ground,2
|
|
*** ingredients
|
|
- stone-brick,5
|
|
- stone-pipe,10
|
|
|
|
* pipe-to-ground
|
|
** bronze-pipe-to-ground
|
|
*** products
|
|
- bronze-pipe-to-ground,2
|
|
*** ingredients
|
|
- bronze-alloy,5
|
|
- bronze-pipe,12
|
|
|
|
* pipe-to-ground
|
|
** steel-pipe-to-ground
|
|
*** products
|
|
- steel-pipe-to-ground,2
|
|
*** ingredients
|
|
- steel-plate,5
|
|
- steel-pipe,12
|
|
|
|
* pipe-to-ground
|
|
** plastic-pipe-to-ground
|
|
*** products
|
|
- plastic-pipe-to-ground,2
|
|
*** ingredients
|
|
- plastic-bar,5
|
|
- plastic-pipe,14
|
|
|
|
* pipe-to-ground
|
|
** brass-pipe-to-ground
|
|
*** products
|
|
- brass-pipe-to-ground,2
|
|
*** ingredients
|
|
- brass-alloy,5
|
|
- brass-pipe,14
|
|
|
|
* pipe-to-ground
|
|
** titanium-pipe-to-ground
|
|
*** products
|
|
- titanium-pipe-to-ground,2
|
|
*** ingredients
|
|
- titanium-plate,5
|
|
- titanium-pipe,16
|
|
|
|
* pipe-to-ground
|
|
** ceramic-pipe-to-ground
|
|
*** products
|
|
- ceramic-pipe-to-ground,2
|
|
*** ingredients
|
|
- silicon-nitride,5
|
|
- ceramic-pipe,16
|
|
|
|
* pipe-to-ground
|
|
** tungsten-pipe-to-ground
|
|
*** products
|
|
- tungsten-pipe-to-ground,2
|
|
*** ingredients
|
|
- tungsten-plate,5
|
|
- tungsten-pipe,16
|
|
|
|
* pipe-to-ground
|
|
** nitinol-pipe-to-ground
|
|
*** products
|
|
- nitinol-pipe-to-ground,2
|
|
*** ingredients
|
|
- nitinol-alloy,5
|
|
- nitinol-pipe,18
|
|
|
|
* pipe-to-ground
|
|
** copper-tungsten-pipe-to-ground
|
|
*** products
|
|
- copper-tungsten-pipe-to-ground,2
|
|
*** ingredients
|
|
- copper-tungsten-alloy,5
|
|
- copper-tungsten-pipe,18
|
|
|
|
* pollution-clean-module
|
|
** pollution-clean-module-1
|
|
*** products
|
|
- pollution-clean-module-1,1
|
|
*** ingredients
|
|
- module-case,1
|
|
- pollution-clean-processor,1
|
|
- module-contact,4
|
|
- module-circuit-board,1
|
|
|
|
* pollution-clean-module
|
|
** pollution-clean-module-2
|
|
*** products
|
|
- pollution-clean-module-2,1
|
|
*** ingredients
|
|
- solder,1
|
|
- pollution-clean-processor,2
|
|
- module-contact,5
|
|
- pollution-clean-module-1,1
|
|
|
|
* pollution-clean-module
|
|
** pollution-clean-module-3
|
|
*** products
|
|
- pollution-clean-module-3,1
|
|
*** ingredients
|
|
- solder,2
|
|
- electronic-components,5
|
|
- pollution-clean-processor-2,3
|
|
- pollution-clean-module-2,1
|
|
|
|
* pollution-clean-module
|
|
** pollution-clean-module-4
|
|
*** products
|
|
- pollution-clean-module-4,1
|
|
*** ingredients
|
|
- solder,3
|
|
- intergrated-electronics,5
|
|
- module-contact,5
|
|
- pollution-clean-processor-2,4
|
|
- pollution-clean-module-3,1
|
|
|
|
* pollution-clean-module
|
|
** pollution-clean-module-5
|
|
*** products
|
|
- pollution-clean-module-5,1
|
|
*** ingredients
|
|
- solder,4
|
|
- intergrated-electronics,5
|
|
- ruby-5,1
|
|
- module-contact,5
|
|
- pollution-clean-processor-2,5
|
|
- pollution-clean-module-4,1
|
|
|
|
* pollution-clean-module
|
|
** pollution-clean-module-6
|
|
*** products
|
|
- pollution-clean-module-6,1
|
|
*** ingredients
|
|
- solder,5
|
|
- intergrated-electronics,5
|
|
- emerald-5,1
|
|
- module-contact,5
|
|
- pollution-clean-processor-3,6
|
|
- pollution-clean-module-5,1
|
|
|
|
* pollution-clean-module
|
|
** pollution-clean-module-7
|
|
*** products
|
|
- pollution-clean-module-7,1
|
|
*** ingredients
|
|
- solder,7
|
|
- intergrated-electronics,5
|
|
- processing-electronics,3
|
|
- topaz-5,1
|
|
- module-contact,5
|
|
- pollution-clean-processor-3,8
|
|
- pollution-clean-module-6,1
|
|
|
|
* pollution-clean-module
|
|
** pollution-clean-module-8
|
|
*** products
|
|
- pollution-clean-module-8,1
|
|
*** ingredients
|
|
- solder,8
|
|
- electronic-components,5
|
|
- intergrated-electronics,5
|
|
- processing-electronics,5
|
|
- diamond-5,1
|
|
- module-contact,5
|
|
- pollution-clean-processor-3,10
|
|
- pollution-clean-module-7,1
|
|
|
|
* pollution-create-module
|
|
** pollution-create-module-1
|
|
*** products
|
|
- pollution-create-module-1,1
|
|
*** ingredients
|
|
- module-case,1
|
|
- pollution-create-processor,1
|
|
- module-contact,4
|
|
- module-circuit-board,1
|
|
|
|
* pollution-create-module
|
|
** pollution-create-module-2
|
|
*** products
|
|
- pollution-create-module-2,1
|
|
*** ingredients
|
|
- solder,1
|
|
- pollution-create-processor,2
|
|
- module-contact,5
|
|
- pollution-create-module-1,1
|
|
|
|
* pollution-create-module
|
|
** pollution-create-module-3
|
|
*** products
|
|
- pollution-create-module-3,1
|
|
*** ingredients
|
|
- solder,2
|
|
- electronic-components,5
|
|
- pollution-create-processor-2,3
|
|
- pollution-create-module-2,1
|
|
|
|
* pollution-create-module
|
|
** pollution-create-module-4
|
|
*** products
|
|
- pollution-create-module-4,1
|
|
*** ingredients
|
|
- solder,3
|
|
- intergrated-electronics,5
|
|
- module-contact,5
|
|
- pollution-create-processor-2,4
|
|
- pollution-create-module-3,1
|
|
|
|
* pollution-create-module
|
|
** pollution-create-module-5
|
|
*** products
|
|
- pollution-create-module-5,1
|
|
*** ingredients
|
|
- solder,4
|
|
- intergrated-electronics,5
|
|
- ruby-5,1
|
|
- module-contact,5
|
|
- pollution-create-processor-2,5
|
|
- pollution-create-module-4,1
|
|
|
|
* pollution-create-module
|
|
** pollution-create-module-6
|
|
*** products
|
|
- pollution-create-module-6,1
|
|
*** ingredients
|
|
- solder,5
|
|
- intergrated-electronics,5
|
|
- emerald-5,1
|
|
- module-contact,5
|
|
- pollution-create-processor-3,6
|
|
- pollution-create-module-5,1
|
|
|
|
* pollution-create-module
|
|
** pollution-create-module-7
|
|
*** products
|
|
- pollution-create-module-7,1
|
|
*** ingredients
|
|
- solder,7
|
|
- intergrated-electronics,5
|
|
- processing-electronics,3
|
|
- topaz-5,1
|
|
- module-contact,5
|
|
- pollution-create-processor-3,8
|
|
- pollution-create-module-6,1
|
|
|
|
* pollution-create-module
|
|
** pollution-create-module-8
|
|
*** products
|
|
- pollution-create-module-8,1
|
|
*** ingredients
|
|
- solder,8
|
|
- electronic-components,5
|
|
- intergrated-electronics,5
|
|
- processing-electronics,5
|
|
- diamond-5,1
|
|
- module-contact,5
|
|
- pollution-create-processor-3,10
|
|
- pollution-create-module-7,1
|
|
|
|
* processing-crafting
|
|
** angelsore1-crushed-hand
|
|
*** products
|
|
- angels-ore1-crushed,2
|
|
- stone-crushed,1
|
|
*** ingredients
|
|
- angels-ore1,2
|
|
|
|
* processing-crafting
|
|
** angelsore3-crushed-hand
|
|
*** products
|
|
- angels-ore3-crushed,2
|
|
- stone-crushed,1
|
|
*** ingredients
|
|
- angels-ore3,2
|
|
|
|
* processing-crafting
|
|
** slag-processing-stone
|
|
*** products
|
|
- stone-crushed,2
|
|
*** ingredients
|
|
- slag,1
|
|
|
|
* processing-crafting
|
|
** stone-crushed
|
|
*** products
|
|
- stone,1
|
|
*** ingredients
|
|
- stone-crushed,2
|
|
|
|
* processing-crafting
|
|
** landfill
|
|
*** products
|
|
- landfill,1
|
|
*** ingredients
|
|
- stone,20
|
|
|
|
* production-machine
|
|
** centrifuge
|
|
*** products
|
|
- centrifuge,1
|
|
*** ingredients
|
|
- concrete,100
|
|
- steel-plate,50
|
|
- iron-gear-wheel,100
|
|
- advanced-circuit,100
|
|
|
|
* production-machine
|
|
** centrifuge-2
|
|
*** products
|
|
- centrifuge-2,1
|
|
*** ingredients
|
|
- centrifuge,1
|
|
- silicon-nitride,100
|
|
- titanium-plate,50
|
|
- titanium-gear-wheel,100
|
|
- titanium-bearing,50
|
|
- processing-unit,100
|
|
|
|
* production-machine
|
|
** centrifuge-3
|
|
*** products
|
|
- centrifuge-3,1
|
|
*** ingredients
|
|
- centrifuge-2,1
|
|
- tungsten-carbide,100
|
|
- nitinol-alloy,50
|
|
- nitinol-gear-wheel,100
|
|
- nitinol-bearing,50
|
|
- advanced-processing-unit,100
|
|
|
|
* production-machine
|
|
** lab-2
|
|
*** products
|
|
- lab-2,1
|
|
*** ingredients
|
|
- lab,1
|
|
- advanced-circuit,10
|
|
- express-transport-belt,4
|
|
- filter-inserter,4
|
|
|
|
* production-machine
|
|
** lab-alien
|
|
*** products
|
|
- lab-alien,1
|
|
*** ingredients
|
|
- lab,1
|
|
- alien-artifact-orange,5
|
|
- alien-artifact-blue,5
|
|
- alien-artifact,10
|
|
|
|
* production-machine
|
|
** lab
|
|
*** products
|
|
- lab,1
|
|
*** ingredients
|
|
- iron-gear-wheel,10
|
|
- basic-circuit-board,10
|
|
- basic-transport-belt,4
|
|
|
|
* production-machine
|
|
** lab-module
|
|
*** products
|
|
- lab-module,1
|
|
*** ingredients
|
|
- lab,1
|
|
- speed-processor,5
|
|
- effectivity-processor,5
|
|
- productivity-processor,5
|
|
|
|
* production-machine
|
|
** rocket-silo
|
|
*** products
|
|
- rocket-silo,1
|
|
*** ingredients
|
|
- concrete,200
|
|
- nitinol-alloy,500
|
|
- electric-engine-unit,100
|
|
- rocket-control-unit,25
|
|
- low-density-structure,50
|
|
- heat-shield-tile,100
|
|
- advanced-processing-unit,50
|
|
- titanium-pipe,50
|
|
|
|
* productivity-module
|
|
** productivity-module
|
|
*** products
|
|
- productivity-module,1
|
|
*** ingredients
|
|
- module-case,1
|
|
- productivity-processor,1
|
|
- module-contact,4
|
|
- module-circuit-board,1
|
|
|
|
* productivity-module
|
|
** productivity-module-2
|
|
*** products
|
|
- productivity-module-2,1
|
|
*** ingredients
|
|
- solder,1
|
|
- productivity-processor,2
|
|
- module-contact,5
|
|
- productivity-module,1
|
|
|
|
* productivity-module
|
|
** productivity-module-3
|
|
*** products
|
|
- productivity-module-3,1
|
|
*** ingredients
|
|
- solder,2
|
|
- electronic-components,5
|
|
- productivity-processor-2,3
|
|
- productivity-module-2,1
|
|
|
|
* productivity-module
|
|
** productivity-module-4
|
|
*** products
|
|
- productivity-module-4,1
|
|
*** ingredients
|
|
- solder,3
|
|
- intergrated-electronics,5
|
|
- module-contact,5
|
|
- productivity-processor-2,4
|
|
- productivity-module-3,1
|
|
|
|
* productivity-module
|
|
** productivity-module-5
|
|
*** products
|
|
- productivity-module-5,1
|
|
*** ingredients
|
|
- solder,4
|
|
- intergrated-electronics,5
|
|
- ruby-5,1
|
|
- module-contact,5
|
|
- productivity-processor-2,5
|
|
- productivity-module-4,1
|
|
|
|
* productivity-module
|
|
** productivity-module-6
|
|
*** products
|
|
- productivity-module-6,1
|
|
*** ingredients
|
|
- solder,5
|
|
- intergrated-electronics,5
|
|
- emerald-5,1
|
|
- module-contact,5
|
|
- productivity-processor-3,6
|
|
- productivity-module-5,1
|
|
|
|
* productivity-module
|
|
** productivity-module-7
|
|
*** products
|
|
- productivity-module-7,1
|
|
*** ingredients
|
|
- solder,7
|
|
- intergrated-electronics,5
|
|
- processing-electronics,3
|
|
- topaz-5,1
|
|
- module-contact,5
|
|
- productivity-processor-3,8
|
|
- productivity-module-6,1
|
|
|
|
* productivity-module
|
|
** productivity-module-8
|
|
*** products
|
|
- productivity-module-8,1
|
|
*** ingredients
|
|
- solder,8
|
|
- electronic-components,5
|
|
- intergrated-electronics,5
|
|
- processing-electronics,5
|
|
- diamond-5,1
|
|
- module-contact,5
|
|
- productivity-processor-3,10
|
|
- productivity-module-7,1
|
|
|
|
* raw-productivity-module
|
|
** raw-productivity-module-1
|
|
*** products
|
|
- raw-productivity-module-1,1
|
|
*** ingredients
|
|
- module-case,1
|
|
- effectivity-processor,1
|
|
- productivity-processor,1
|
|
- pollution-clean-processor,1
|
|
- module-contact,4
|
|
- module-circuit-board,1
|
|
|
|
* raw-productivity-module
|
|
** raw-productivity-module-2
|
|
*** products
|
|
- raw-productivity-module-2,1
|
|
*** ingredients
|
|
- solder,2
|
|
- effectivity-processor,2
|
|
- productivity-processor,2
|
|
- pollution-clean-processor,2
|
|
- module-contact,5
|
|
- raw-productivity-module-1,1
|
|
|
|
* raw-productivity-module
|
|
** raw-productivity-module-3
|
|
*** products
|
|
- raw-productivity-module-3,1
|
|
*** ingredients
|
|
- solder,3
|
|
- electronic-components,7
|
|
- effectivity-processor-2,3
|
|
- productivity-processor-2,3
|
|
- pollution-clean-processor-2,3
|
|
- raw-productivity-module-2,1
|
|
|
|
* raw-productivity-module
|
|
** raw-productivity-module-4
|
|
*** products
|
|
- raw-productivity-module-4,1
|
|
*** ingredients
|
|
- solder,5
|
|
- intergrated-electronics,7
|
|
- module-contact,5
|
|
- effectivity-processor-2,4
|
|
- productivity-processor-2,4
|
|
- pollution-clean-processor-2,4
|
|
- raw-productivity-module-3,1
|
|
|
|
* raw-productivity-module
|
|
** raw-productivity-module-5
|
|
*** products
|
|
- raw-productivity-module-5,1
|
|
*** ingredients
|
|
- solder,6
|
|
- intergrated-electronics,7
|
|
- ruby-5,1
|
|
- module-contact,5
|
|
- effectivity-processor-2,5
|
|
- productivity-processor-2,5
|
|
- pollution-clean-processor-2,5
|
|
- raw-productivity-module-4,1
|
|
|
|
* raw-productivity-module
|
|
** raw-productivity-module-6
|
|
*** products
|
|
- raw-productivity-module-6,1
|
|
*** ingredients
|
|
- solder,7
|
|
- intergrated-electronics,7
|
|
- emerald-5,1
|
|
- module-contact,5
|
|
- effectivity-processor-3,6
|
|
- productivity-processor-3,6
|
|
- pollution-clean-processor-3,6
|
|
- raw-productivity-module-5,1
|
|
|
|
* raw-productivity-module
|
|
** raw-productivity-module-7
|
|
*** products
|
|
- raw-productivity-module-7,1
|
|
*** ingredients
|
|
- solder,10
|
|
- intergrated-electronics,8
|
|
- processing-electronics,5
|
|
- topaz-5,1
|
|
- module-contact,5
|
|
- effectivity-processor-3,8
|
|
- productivity-processor-3,8
|
|
- pollution-clean-processor-3,8
|
|
- raw-productivity-module-6,1
|
|
|
|
* raw-productivity-module
|
|
** raw-productivity-module-8
|
|
*** products
|
|
- raw-productivity-module-8,1
|
|
*** ingredients
|
|
- solder,12
|
|
- electronic-components,8
|
|
- intergrated-electronics,8
|
|
- processing-electronics,8
|
|
- diamond-5,1
|
|
- module-contact,5
|
|
- effectivity-processor-3,10
|
|
- productivity-processor-3,10
|
|
- pollution-clean-processor-3,10
|
|
- raw-productivity-module-7,1
|
|
|
|
* raw-productivity-module-combine
|
|
** raw-productivity-module-1-combine
|
|
*** products
|
|
- raw-productivity-module-1,1
|
|
*** ingredients
|
|
- solder,1
|
|
- effectivity-module,1
|
|
- productivity-module,1
|
|
- pollution-clean-module-1,1
|
|
|
|
* raw-productivity-module-combine
|
|
** raw-productivity-module-2-combine
|
|
*** products
|
|
- raw-productivity-module-2,1
|
|
*** ingredients
|
|
- solder,2
|
|
- effectivity-module-2,1
|
|
- productivity-module-2,1
|
|
- pollution-clean-module-2,1
|
|
|
|
* raw-productivity-module-combine
|
|
** raw-productivity-module-3-combine
|
|
*** products
|
|
- raw-productivity-module-3,1
|
|
*** ingredients
|
|
- solder,3
|
|
- effectivity-module-3,1
|
|
- productivity-module-3,1
|
|
- pollution-clean-module-3,1
|
|
|
|
* raw-productivity-module-combine
|
|
** raw-productivity-module-4-combine
|
|
*** products
|
|
- raw-productivity-module-4,1
|
|
*** ingredients
|
|
- solder,4
|
|
- effectivity-module-4,1
|
|
- productivity-module-4,1
|
|
- pollution-clean-module-4,1
|
|
|
|
* raw-productivity-module-combine
|
|
** raw-productivity-module-5-combine
|
|
*** products
|
|
- raw-productivity-module-5,1
|
|
*** ingredients
|
|
- solder,6
|
|
- effectivity-module-5,1
|
|
- productivity-module-5,1
|
|
- pollution-clean-module-5,1
|
|
|
|
* raw-productivity-module-combine
|
|
** raw-productivity-module-6-combine
|
|
*** products
|
|
- raw-productivity-module-6,1
|
|
*** ingredients
|
|
- solder,7
|
|
- effectivity-module-6,1
|
|
- productivity-module-6,1
|
|
- pollution-clean-module-6,1
|
|
|
|
* raw-productivity-module-combine
|
|
** raw-productivity-module-7-combine
|
|
*** products
|
|
- raw-productivity-module-7,1
|
|
*** ingredients
|
|
- solder,8
|
|
- effectivity-module-7,1
|
|
- productivity-module-7,1
|
|
- pollution-clean-module-7,1
|
|
|
|
* raw-productivity-module-combine
|
|
** raw-productivity-module-8-combine
|
|
*** products
|
|
- raw-productivity-module-8,1
|
|
*** ingredients
|
|
- solder,10
|
|
- effectivity-module-8,1
|
|
- productivity-module-8,1
|
|
- pollution-clean-module-8,1
|
|
|
|
* raw-speed-module
|
|
** raw-speed-module-1
|
|
*** products
|
|
- raw-speed-module-1,1
|
|
*** ingredients
|
|
- module-case,1
|
|
- speed-processor,1
|
|
- effectivity-processor,1
|
|
- module-contact,4
|
|
- module-circuit-board,1
|
|
|
|
* raw-speed-module
|
|
** raw-speed-module-2
|
|
*** products
|
|
- raw-speed-module-2,1
|
|
*** ingredients
|
|
- solder,2
|
|
- speed-processor,2
|
|
- effectivity-processor,2
|
|
- module-contact,5
|
|
- raw-speed-module-1,1
|
|
|
|
* raw-speed-module
|
|
** raw-speed-module-3
|
|
*** products
|
|
- raw-speed-module-3,1
|
|
*** ingredients
|
|
- solder,3
|
|
- electronic-components,7
|
|
- speed-processor-2,3
|
|
- effectivity-processor-2,3
|
|
- raw-speed-module-2,1
|
|
|
|
* raw-speed-module
|
|
** raw-speed-module-4
|
|
*** products
|
|
- raw-speed-module-4,1
|
|
*** ingredients
|
|
- solder,5
|
|
- intergrated-electronics,7
|
|
- module-contact,5
|
|
- speed-processor-2,4
|
|
- effectivity-processor-2,4
|
|
- raw-speed-module-3,1
|
|
|
|
* raw-speed-module
|
|
** raw-speed-module-5
|
|
*** products
|
|
- raw-speed-module-5,1
|
|
*** ingredients
|
|
- solder,6
|
|
- intergrated-electronics,7
|
|
- ruby-5,1
|
|
- module-contact,5
|
|
- speed-processor-2,5
|
|
- effectivity-processor-2,5
|
|
- raw-speed-module-4,1
|
|
|
|
* raw-speed-module
|
|
** raw-speed-module-6
|
|
*** products
|
|
- raw-speed-module-6,1
|
|
*** ingredients
|
|
- solder,7
|
|
- intergrated-electronics,7
|
|
- emerald-5,1
|
|
- module-contact,5
|
|
- speed-processor-3,6
|
|
- effectivity-processor-3,6
|
|
- raw-speed-module-5,1
|
|
|
|
* raw-speed-module
|
|
** raw-speed-module-7
|
|
*** products
|
|
- raw-speed-module-7,1
|
|
*** ingredients
|
|
- solder,10
|
|
- intergrated-electronics,8
|
|
- processing-electronics,5
|
|
- topaz-5,1
|
|
- module-contact,5
|
|
- speed-processor-3,8
|
|
- effectivity-processor-3,8
|
|
- raw-speed-module-6,1
|
|
|
|
* raw-speed-module
|
|
** raw-speed-module-8
|
|
*** products
|
|
- raw-speed-module-8,1
|
|
*** ingredients
|
|
- solder,12
|
|
- electronic-components,8
|
|
- intergrated-electronics,8
|
|
- processing-electronics,8
|
|
- diamond-5,1
|
|
- module-contact,5
|
|
- speed-processor-3,10
|
|
- effectivity-processor-3,10
|
|
- raw-speed-module-7,1
|
|
|
|
* raw-speed-module-combine
|
|
** raw-speed-module-1-combine
|
|
*** products
|
|
- raw-speed-module-1,1
|
|
*** ingredients
|
|
- solder,1
|
|
- speed-module,1
|
|
- effectivity-module,1
|
|
|
|
* raw-speed-module-combine
|
|
** raw-speed-module-2-combine
|
|
*** products
|
|
- raw-speed-module-2,1
|
|
*** ingredients
|
|
- solder,2
|
|
- speed-module-2,1
|
|
- effectivity-module-2,1
|
|
|
|
* raw-speed-module-combine
|
|
** raw-speed-module-3-combine
|
|
*** products
|
|
- raw-speed-module-3,1
|
|
*** ingredients
|
|
- solder,3
|
|
- speed-module-3,1
|
|
- effectivity-module-3,1
|
|
|
|
* raw-speed-module-combine
|
|
** raw-speed-module-4-combine
|
|
*** products
|
|
- raw-speed-module-4,1
|
|
*** ingredients
|
|
- solder,4
|
|
- speed-module-4,1
|
|
- effectivity-module-4,1
|
|
|
|
* raw-speed-module-combine
|
|
** raw-speed-module-5-combine
|
|
*** products
|
|
- raw-speed-module-5,1
|
|
*** ingredients
|
|
- solder,6
|
|
- speed-module-5,1
|
|
- effectivity-module-5,1
|
|
|
|
* raw-speed-module-combine
|
|
** raw-speed-module-6-combine
|
|
*** products
|
|
- raw-speed-module-6,1
|
|
*** ingredients
|
|
- solder,7
|
|
- speed-module-6,1
|
|
- effectivity-module-6,1
|
|
|
|
* raw-speed-module-combine
|
|
** raw-speed-module-7-combine
|
|
*** products
|
|
- raw-speed-module-7,1
|
|
*** ingredients
|
|
- solder,8
|
|
- speed-module-7,1
|
|
- effectivity-module-7,1
|
|
|
|
* raw-speed-module-combine
|
|
** raw-speed-module-8-combine
|
|
*** products
|
|
- raw-speed-module-8,1
|
|
*** ingredients
|
|
- solder,10
|
|
- speed-module-8,1
|
|
- effectivity-module-8,1
|
|
|
|
* refining-buildings
|
|
** thermal-bore
|
|
*** products
|
|
- thermal-bore,1
|
|
*** ingredients
|
|
- clay-brick,20
|
|
- bronze-alloy,18
|
|
- steel-gear-wheel,12
|
|
- electronic-circuit,4
|
|
- bronze-pipe,12
|
|
|
|
* refining-buildings
|
|
** thermal-extractor
|
|
*** products
|
|
- thermal-extractor,1
|
|
*** ingredients
|
|
- aluminium-plate,24
|
|
- concrete-brick,20
|
|
- brass-gear-wheel,12
|
|
- advanced-circuit,4
|
|
- brass-pipe,12
|
|
|
|
* refining-buildings
|
|
** filtration-unit
|
|
*** products
|
|
- filtration-unit,1
|
|
*** ingredients
|
|
- clay-brick,25
|
|
- steel-plate,6
|
|
- electronic-circuit,5
|
|
- steel-pipe,24
|
|
|
|
* refining-buildings
|
|
** filtration-unit-2
|
|
*** products
|
|
- filtration-unit-2,1
|
|
*** ingredients
|
|
- filtration-unit,1
|
|
- aluminium-plate,8
|
|
- concrete-brick,25
|
|
- advanced-circuit,5
|
|
- brass-pipe,24
|
|
|
|
* refining-buildings
|
|
** filtration-unit-3
|
|
*** products
|
|
- filtration-unit-3,1
|
|
*** ingredients
|
|
- filtration-unit-2,1
|
|
- reinforced-concrete-brick,25
|
|
- titanium-plate,8
|
|
- processing-unit,5
|
|
- titanium-pipe,24
|
|
|
|
* refining-buildings
|
|
** crystallizer
|
|
*** products
|
|
- crystallizer,1
|
|
*** ingredients
|
|
- clay-brick,50
|
|
- steel-plate,30
|
|
- electronic-circuit,5
|
|
- steel-pipe,15
|
|
|
|
* refining-buildings
|
|
** crystallizer-2
|
|
*** products
|
|
- crystallizer-2,1
|
|
*** ingredients
|
|
- crystallizer,1
|
|
- aluminium-plate,40
|
|
- concrete-brick,50
|
|
- advanced-circuit,5
|
|
- brass-pipe,15
|
|
|
|
* refining-buildings
|
|
** crystallizer-3
|
|
*** products
|
|
- crystallizer-3,1
|
|
*** ingredients
|
|
- crystallizer-2,1
|
|
- reinforced-concrete-brick,50
|
|
- titanium-plate,40
|
|
- processing-unit,5
|
|
- titanium-pipe,15
|
|
|
|
* science-pack
|
|
** automation-science-pack
|
|
*** products
|
|
- automation-science-pack,1
|
|
*** ingredients
|
|
- copper-plate,1
|
|
- iron-gear-wheel,1
|
|
|
|
* science-pack
|
|
** logistic-science-pack
|
|
*** products
|
|
- logistic-science-pack,1
|
|
*** ingredients
|
|
- basic-transport-belt,1
|
|
- inserter,1
|
|
|
|
* science-pack
|
|
** military-science-pack
|
|
*** products
|
|
- military-science-pack,2
|
|
*** ingredients
|
|
- piercing-rounds-magazine,1
|
|
- grenade,1
|
|
- stone-wall,2
|
|
|
|
* science-pack
|
|
** chemical-science-pack
|
|
*** products
|
|
- chemical-science-pack,2
|
|
*** ingredients
|
|
- solid-sodium-hydroxide,2
|
|
- sulfur,1
|
|
- engine-unit,2
|
|
- advanced-circuit,3
|
|
|
|
* science-pack
|
|
** advanced-logistic-science-pack
|
|
*** products
|
|
- advanced-logistic-science-pack,3
|
|
*** ingredients
|
|
- brass-chest,2
|
|
- flying-robot-frame,1
|
|
- express-transport-belt,1
|
|
- filter-inserter,1
|
|
|
|
* science-pack
|
|
** production-science-pack
|
|
*** products
|
|
- production-science-pack,3
|
|
*** ingredients
|
|
- electric-furnace,1
|
|
- assembling-machine-2,1
|
|
- angels-chemical-plant,1
|
|
|
|
* science-pack
|
|
** utility-science-pack
|
|
*** products
|
|
- utility-science-pack,4
|
|
*** ingredients
|
|
- silicon-nitride,4
|
|
- electric-engine-unit,1
|
|
- lithium-ion-battery,4
|
|
- low-density-structure,3
|
|
- titanium-bearing,4
|
|
- processing-unit,6
|
|
|
|
* science-pack
|
|
** science-pack-gold
|
|
*** products
|
|
- science-pack-gold,1
|
|
*** ingredients
|
|
- automation-science-pack,1
|
|
- logistic-science-pack,1
|
|
- military-science-pack,1
|
|
- chemical-science-pack,1
|
|
|
|
* science-pack
|
|
** alien-science-pack
|
|
*** products
|
|
- alien-science-pack,10
|
|
*** ingredients
|
|
- alien-artifact,1
|
|
|
|
* science-pack
|
|
** alien-science-pack-blue
|
|
*** products
|
|
- alien-science-pack-blue,10
|
|
*** ingredients
|
|
- alien-artifact-blue,1
|
|
|
|
* science-pack
|
|
** alien-science-pack-orange
|
|
*** products
|
|
- alien-science-pack-orange,10
|
|
*** ingredients
|
|
- alien-artifact-orange,1
|
|
|
|
* science-pack
|
|
** alien-science-pack-purple
|
|
*** products
|
|
- alien-science-pack-purple,10
|
|
*** ingredients
|
|
- alien-artifact-purple,1
|
|
|
|
* science-pack
|
|
** alien-science-pack-yellow
|
|
*** products
|
|
- alien-science-pack-yellow,10
|
|
*** ingredients
|
|
- alien-artifact-yellow,1
|
|
|
|
* science-pack
|
|
** alien-science-pack-green
|
|
*** products
|
|
- alien-science-pack-green,10
|
|
*** ingredients
|
|
- alien-artifact-green,1
|
|
|
|
* science-pack
|
|
** alien-science-pack-red
|
|
*** products
|
|
- alien-science-pack-red,10
|
|
*** ingredients
|
|
- alien-artifact-red,1
|
|
|
|
* slag-processing-1
|
|
** slag-processing-1
|
|
*** products
|
|
- iron-ore,1
|
|
- copper-ore,1
|
|
*** ingredients
|
|
- mineral-sludge,50
|
|
|
|
* slag-processing-1
|
|
** slag-processing-2
|
|
*** products
|
|
- lead-ore,1
|
|
- tin-ore,1
|
|
*** ingredients
|
|
- mineral-sludge,50
|
|
|
|
* slag-processing-1
|
|
** slag-processing-3
|
|
*** products
|
|
- quartz,1
|
|
- silver-ore,1
|
|
*** ingredients
|
|
- mineral-sludge,50
|
|
|
|
* slag-processing-1
|
|
** slag-processing-4
|
|
*** products
|
|
- gold-ore,1
|
|
- nickel-ore,1
|
|
*** ingredients
|
|
- mineral-sludge,50
|
|
|
|
* slag-processing-1
|
|
** slag-processing-5
|
|
*** products
|
|
- zinc-ore,1
|
|
- rutile-ore,1
|
|
*** ingredients
|
|
- mineral-sludge,50
|
|
|
|
* slag-processing-1
|
|
** slag-processing-6
|
|
*** products
|
|
- bauxite-ore,1
|
|
- manganese-ore,1
|
|
- chrome-ore,1
|
|
*** ingredients
|
|
- mineral-sludge,50
|
|
|
|
* slag-processing-1
|
|
** slag-processing-7
|
|
*** products
|
|
- angels-void,1
|
|
*** ingredients
|
|
- mineral-sludge,50
|
|
|
|
* slag-processing-1
|
|
** slag-processing-8
|
|
*** products
|
|
- cobalt-ore,1
|
|
- tungsten-ore,1
|
|
*** ingredients
|
|
- mineral-sludge,50
|
|
|
|
* slag-processing-1
|
|
** slag-processing-9
|
|
*** products
|
|
- uranium-ore,1
|
|
- fluorite-ore,1
|
|
- thorium-ore,1
|
|
*** ingredients
|
|
- mineral-sludge,50
|
|
|
|
* smelting-machine
|
|
** stone-chemical-furnace
|
|
*** products
|
|
- stone-furnace,1
|
|
*** ingredients
|
|
- stone,5
|
|
- pipe,2
|
|
|
|
* smelting-machine
|
|
** stone-furnace
|
|
*** products
|
|
- stone-furnace,1
|
|
*** ingredients
|
|
- stone,5
|
|
|
|
* smelting-machine
|
|
** steel-chemical-furnace
|
|
*** products
|
|
- steel-furnace,1
|
|
*** ingredients
|
|
- stone-brick,10
|
|
- steel-plate,6
|
|
- steel-pipe,5
|
|
|
|
* smelting-machine
|
|
** steel-furnace
|
|
*** products
|
|
- steel-furnace,1
|
|
*** ingredients
|
|
- stone-brick,10
|
|
- steel-plate,6
|
|
|
|
* smelting-machine
|
|
** fluid-furnace
|
|
*** products
|
|
- fluid-furnace,1
|
|
*** ingredients
|
|
- steel-furnace,1
|
|
- steel-pipe,2
|
|
|
|
* smelting-machine
|
|
** electric-chemical-furnace
|
|
*** products
|
|
- electric-furnace,1
|
|
*** ingredients
|
|
- stone-brick,10
|
|
- steel-plate,10
|
|
- advanced-circuit,5
|
|
- steel-pipe,5
|
|
|
|
* smelting-machine
|
|
** electric-furnace
|
|
*** products
|
|
- electric-furnace,1
|
|
*** ingredients
|
|
- stone-brick,10
|
|
- steel-plate,10
|
|
- advanced-circuit,5
|
|
|
|
* smelting-machine
|
|
** electric-furnace-2
|
|
*** products
|
|
- electric-furnace-2,1
|
|
*** ingredients
|
|
- electric-furnace,1
|
|
- tungsten-plate,10
|
|
- invar-alloy,10
|
|
- processing-unit,5
|
|
|
|
* smelting-machine
|
|
** electric-furnace-3
|
|
*** products
|
|
- electric-furnace-3,1
|
|
*** ingredients
|
|
- electric-furnace-2,1
|
|
- tungsten-carbide,10
|
|
- copper-tungsten-alloy,10
|
|
- advanced-processing-unit,5
|
|
|
|
* speed-module
|
|
** speed-module
|
|
*** products
|
|
- speed-module,1
|
|
*** ingredients
|
|
- module-case,1
|
|
- speed-processor,1
|
|
- module-contact,4
|
|
- module-circuit-board,1
|
|
|
|
* speed-module
|
|
** speed-module-2
|
|
*** products
|
|
- speed-module-2,1
|
|
*** ingredients
|
|
- solder,1
|
|
- speed-processor,2
|
|
- module-contact,5
|
|
- speed-module,1
|
|
|
|
* speed-module
|
|
** speed-module-3
|
|
*** products
|
|
- speed-module-3,1
|
|
*** ingredients
|
|
- solder,2
|
|
- electronic-components,5
|
|
- speed-processor-2,3
|
|
- speed-module-2,1
|
|
|
|
* speed-module
|
|
** speed-module-4
|
|
*** products
|
|
- speed-module-4,1
|
|
*** ingredients
|
|
- solder,3
|
|
- intergrated-electronics,5
|
|
- module-contact,5
|
|
- speed-processor-2,4
|
|
- speed-module-3,1
|
|
|
|
* speed-module
|
|
** speed-module-5
|
|
*** products
|
|
- speed-module-5,1
|
|
*** ingredients
|
|
- solder,4
|
|
- intergrated-electronics,5
|
|
- ruby-5,1
|
|
- module-contact,5
|
|
- speed-processor-2,5
|
|
- speed-module-4,1
|
|
|
|
* speed-module
|
|
** speed-module-6
|
|
*** products
|
|
- speed-module-6,1
|
|
*** ingredients
|
|
- solder,5
|
|
- intergrated-electronics,5
|
|
- emerald-5,1
|
|
- module-contact,5
|
|
- speed-processor-3,6
|
|
- speed-module-5,1
|
|
|
|
* speed-module
|
|
** speed-module-7
|
|
*** products
|
|
- speed-module-7,1
|
|
*** ingredients
|
|
- solder,7
|
|
- intergrated-electronics,5
|
|
- processing-electronics,3
|
|
- topaz-5,1
|
|
- module-contact,5
|
|
- speed-processor-3,8
|
|
- speed-module-6,1
|
|
|
|
* speed-module
|
|
** speed-module-8
|
|
*** products
|
|
- speed-module-8,1
|
|
*** ingredients
|
|
- solder,8
|
|
- electronic-components,5
|
|
- intergrated-electronics,5
|
|
- processing-electronics,5
|
|
- diamond-5,1
|
|
- module-contact,5
|
|
- speed-processor-3,10
|
|
- speed-module-7,1
|
|
|
|
* train-transport
|
|
** rail
|
|
*** products
|
|
- rail,2
|
|
*** ingredients
|
|
- stone,1
|
|
- steel-plate,1
|
|
- iron-stick,1
|
|
|
|
* train-transport
|
|
** train-stop
|
|
*** products
|
|
- train-stop,1
|
|
*** ingredients
|
|
- iron-plate,6
|
|
- steel-plate,3
|
|
- iron-stick,6
|
|
- electronic-circuit,5
|
|
|
|
* train-transport
|
|
** rail-signal
|
|
*** products
|
|
- rail-signal,1
|
|
*** ingredients
|
|
- iron-plate,5
|
|
- electronic-circuit,1
|
|
|
|
* train-transport
|
|
** rail-chain-signal
|
|
*** products
|
|
- rail-chain-signal,1
|
|
*** ingredients
|
|
- iron-plate,5
|
|
- electronic-circuit,1
|
|
|
|
* void
|
|
** void-ammonia
|
|
*** products
|
|
- void,1
|
|
*** ingredients
|
|
- gas-ammonia,25
|
|
|
|
* void
|
|
** void-carbon-dioxide
|
|
*** products
|
|
- void,1
|
|
*** ingredients
|
|
- gas-carbon-dioxide,25
|
|
|
|
* void
|
|
** void-chlorine
|
|
*** products
|
|
- void,1
|
|
*** ingredients
|
|
- gas-chlorine,25
|
|
|
|
* void
|
|
** void-deuterium
|
|
*** products
|
|
- void,1
|
|
*** ingredients
|
|
- gas-deuterium,20
|
|
|
|
* void
|
|
** void-hydrogen
|
|
*** products
|
|
- void,1
|
|
*** ingredients
|
|
- gas-hydrogen,20
|
|
|
|
* void
|
|
** void-hydrogen-chloride
|
|
*** products
|
|
- void,1
|
|
*** ingredients
|
|
- gas-hydrogen-chloride,25
|
|
|
|
* void
|
|
** void-hydrogen-sulfide
|
|
*** products
|
|
- void,1
|
|
*** ingredients
|
|
- gas-hydrogen-sulfide,25
|
|
|
|
* void
|
|
** void-nitrogen
|
|
*** products
|
|
- void,1
|
|
*** ingredients
|
|
- gas-nitrogen,25
|
|
|
|
* void
|
|
** void-oxygen
|
|
*** products
|
|
- void,1
|
|
*** ingredients
|
|
- gas-oxygen,25
|
|
|
|
* void
|
|
** void-petroleum-gas
|
|
*** products
|
|
- void,1
|
|
*** ingredients
|
|
- gas-methane,10
|
|
|
|
* void
|
|
** void-sour-gas
|
|
*** products
|
|
- void,1
|
|
*** ingredients
|
|
- sour-gas,25
|
|
|
|
* void
|
|
** void-steam
|
|
*** products
|
|
- void,1
|
|
*** ingredients
|
|
- steam,10
|
|
|
|
* void
|
|
** void-sulfur-dioxide
|
|
*** products
|
|
- void,1
|
|
*** ingredients
|
|
- gas-sulfur-dioxide,25
|
|
|
|
* washing-building
|
|
** seafloor-pump
|
|
*** products
|
|
- seafloor-pump,1
|
|
*** ingredients
|
|
- iron-plate,6
|
|
- basic-circuit-board,2
|
|
- pipe,6
|
|
|
|
* washing-building
|
|
** washing-plant
|
|
*** products
|
|
- washing-plant,1
|
|
*** ingredients
|
|
- stone-brick,25
|
|
- iron-plate,12
|
|
- basic-circuit-board,4
|
|
- pipe,27
|
|
|
|
* washing-building
|
|
** washing-plant-2
|
|
*** products
|
|
- washing-plant-2,1
|
|
*** ingredients
|
|
- clay-brick,25
|
|
- bronze-alloy,12
|
|
- washing-plant,1
|
|
- electronic-circuit,4
|
|
- bronze-pipe,27
|
|
|
|
* washing-building
|
|
** offshore-pump
|
|
*** products
|
|
- offshore-pump,1
|
|
*** ingredients
|
|
- iron-gear-wheel,1
|
|
- basic-circuit-board,2
|
|
- pipe,1
|
|
|
|
* washing-building
|
|
** ground-water-pump
|
|
*** products
|
|
- ground-water-pump,1
|
|
*** ingredients
|
|
- stone-brick,5
|
|
- basic-circuit-board,2
|
|
- pipe,6
|
|
|
|
* water-boiling
|
|
** angels-steam-water
|
|
*** products
|
|
- steam,40
|
|
*** ingredients
|
|
- water,40
|
|
|
|
* water-boiling
|
|
** angels-steam-water-purified
|
|
*** products
|
|
- steam,40
|
|
*** ingredients
|
|
- water-purified,40
|
|
|
|
* water-cleaning
|
|
** yellow-waste-water-purification
|
|
*** products
|
|
- sulfur,1
|
|
- water-mineralized,20
|
|
- water-purified,70
|
|
*** ingredients
|
|
- water-yellow-waste,100
|
|
|
|
* water-cleaning
|
|
** greenyellow-waste-water-purification
|
|
*** products
|
|
- fluorite-ore,1
|
|
- water-mineralized,20
|
|
- water-purified,70
|
|
*** ingredients
|
|
- water-greenyellow-waste,100
|
|
|
|
* water-cleaning
|
|
** green-waste-water-purification
|
|
*** products
|
|
- solid-salt,1
|
|
- water-saline,20
|
|
- water-purified,70
|
|
*** ingredients
|
|
- water-green-waste,100
|
|
|
|
* water-cleaning
|
|
** red-waste-water-purification
|
|
*** products
|
|
- solid-sodium-nitrate,1
|
|
- water-mineralized,20
|
|
- water-purified,70
|
|
*** ingredients
|
|
- water-red-waste,100
|
|
|
|
* water-enrichment
|
|
** angels-water-enrichment-1
|
|
*** products
|
|
- gas-hydrogen-sulfide,100
|
|
- liquid-water-semiheavy-1,50
|
|
- water-green-waste,60
|
|
*** ingredients
|
|
- water-saline,60
|
|
- water-purified,50
|
|
- gas-enriched-hydrogen-sulfide,100
|
|
|
|
* water-enrichment
|
|
** angels-water-enrichment-2
|
|
*** products
|
|
- gas-hydrogen-sulfide,100
|
|
- liquid-water-semiheavy-2,50
|
|
- water-green-waste,60
|
|
*** ingredients
|
|
- water-saline,60
|
|
- liquid-water-semiheavy-1,50
|
|
- gas-enriched-hydrogen-sulfide,100
|
|
|
|
* water-enrichment
|
|
** angels-water-enrichment-3
|
|
*** products
|
|
- gas-hydrogen-sulfide,100
|
|
- liquid-water-semiheavy-3,50
|
|
- water-green-waste,60
|
|
*** ingredients
|
|
- water-saline,60
|
|
- liquid-water-semiheavy-2,50
|
|
- gas-enriched-hydrogen-sulfide,100
|
|
|
|
* water-enrichment
|
|
** angels-heavy-water-extraction
|
|
*** products
|
|
- liquid-water-heavy,5
|
|
- steam,95
|
|
*** ingredients
|
|
- liquid-water-semiheavy-3,100
|
|
|
|
* water-enrichment
|
|
** angels-water-enriched-cooling-1
|
|
*** products
|
|
- liquid-water-semiheavy-1,200
|
|
- steam,50
|
|
*** ingredients
|
|
- liquid-water-semiheavy-1,200
|
|
- water-purified,50
|
|
|
|
* water-enrichment
|
|
** angels-water-enriched-cooling-2
|
|
*** products
|
|
- liquid-water-semiheavy-2,200
|
|
- steam,50
|
|
*** ingredients
|
|
- liquid-water-semiheavy-2,200
|
|
- water-purified,50
|
|
|
|
* water-enrichment
|
|
** angels-water-enriched-cooling-3
|
|
*** products
|
|
- liquid-water-semiheavy-3,200
|
|
- steam,50
|
|
*** ingredients
|
|
- liquid-water-semiheavy-3,200
|
|
- water-purified,50
|
|
|
|
* water-enrichment
|
|
** angels-heavy-water-cooling
|
|
*** products
|
|
- liquid-water-heavy,100
|
|
- steam,25
|
|
*** ingredients
|
|
- liquid-water-heavy,100
|
|
- water-purified,25
|
|
|
|
* water-salination
|
|
** water-saline
|
|
*** products
|
|
- water-saline,400
|
|
*** ingredients
|
|
- water,1000
|
|
|
|
* water-salination
|
|
** solid-salt-dissolving
|
|
*** products
|
|
- water-saline,400
|
|
*** ingredients
|
|
- solid-salt,10
|
|
- water-purified,1000
|
|
|
|
* water-salination
|
|
** solid-salt-from-saline
|
|
*** products
|
|
- solid-salt,25
|
|
*** ingredients
|
|
- water-saline,1000
|
|
|
|
* water-salination
|
|
** solid-salt
|
|
*** products
|
|
- solid-salt,10
|
|
*** ingredients
|
|
- water,1000
|
|
|
|
* water-salination
|
|
** solid-lithium
|
|
*** products
|
|
- solid-lithium,20
|
|
*** ingredients
|
|
- thermal-water,1000
|
|
|
|
* water-treatment
|
|
** water-mineralized
|
|
*** products
|
|
- water-mineralized,100
|
|
*** ingredients
|
|
- stone-crushed,10
|
|
- water,100
|
|
|
|
* water-treatment
|
|
** water-purification
|
|
*** products
|
|
- water-saline,20
|
|
- water-purified,100
|
|
*** ingredients
|
|
- water,150
|
|
|
|
* water-treatment
|
|
** thermal-water-purification
|
|
*** products
|
|
- mineral-sludge,20
|
|
- water-purified,30
|
|
*** ingredients
|
|
- thermal-water,50
|
|
|
|
* water-treatment
|
|
** water-thermal-lithia
|
|
*** products
|
|
- lithia-water,40
|
|
- water-purified,60
|
|
*** ingredients
|
|
- thermal-water,100
|
|
|
|
* water-treatment-building
|
|
** hydro-plant
|
|
*** products
|
|
- hydro-plant,1
|
|
*** ingredients
|
|
- stone-brick,60
|
|
- iron-plate,12
|
|
- basic-circuit-board,12
|
|
- pipe,48
|
|
|
|
* water-treatment-building
|
|
** hydro-plant-2
|
|
*** products
|
|
- hydro-plant-2,1
|
|
*** ingredients
|
|
- clay-brick,60
|
|
- steel-plate,12
|
|
- hydro-plant,1
|
|
- electronic-circuit,12
|
|
- steel-pipe,48
|
|
|
|
* water-treatment-building
|
|
** hydro-plant-3
|
|
*** products
|
|
- hydro-plant-3,1
|
|
*** ingredients
|
|
- aluminium-plate,16
|
|
- concrete-brick,60
|
|
- hydro-plant-2,1
|
|
- advanced-circuit,12
|
|
- brass-pipe,48
|
|
|
|
* water-treatment-building
|
|
** clarifier
|
|
*** products
|
|
- clarifier,1
|
|
*** ingredients
|
|
- stone-brick,30
|
|
- iron-plate,12
|
|
- basic-circuit-board,4
|
|
- pipe,33
|
|
|
|
* water-treatment-building
|
|
** salination-plant
|
|
*** products
|
|
- salination-plant,1
|
|
*** ingredients
|
|
- aluminium-plate,56
|
|
- concrete-brick,75
|
|
- advanced-circuit,12
|
|
- brass-pipe,24
|
|
|
|
* water-treatment-building
|
|
** salination-plant-2
|
|
*** products
|
|
- salination-plant-2,1
|
|
*** ingredients
|
|
- reinforced-concrete-brick,75
|
|
- titanium-plate,56
|
|
- salination-plant,1
|
|
- processing-unit,12
|
|
- titanium-pipe,24
|
|
|
|
* water-washing
|
|
** water-viscous-mud
|
|
*** products
|
|
- water-viscous-mud,150
|
|
*** ingredients
|
|
- solid-mud,10
|
|
- water,150
|
|
|
|
* water-washing
|
|
** washing-1
|
|
*** products
|
|
- solid-mud,0-3
|
|
- water-heavy-mud,200
|
|
*** ingredients
|
|
- water-viscous-mud,200
|
|
- water,50
|
|
|
|
* water-washing
|
|
** washing-2
|
|
*** products
|
|
- solid-mud,0-3
|
|
- water-concentrated-mud,200
|
|
*** ingredients
|
|
- water-heavy-mud,200
|
|
- water,50
|
|
|
|
* water-washing
|
|
** washing-3
|
|
*** products
|
|
- solid-mud,0-3
|
|
- water-light-mud,200
|
|
*** ingredients
|
|
- water-concentrated-mud,200
|
|
- water,50
|
|
|
|
* water-washing
|
|
** washing-4
|
|
*** products
|
|
- solid-mud,0-3
|
|
- water-thin-mud,200
|
|
*** ingredients
|
|
- water-light-mud,200
|
|
- water,50
|
|
|
|
* water-washing
|
|
** washing-5
|
|
*** products
|
|
- solid-mud,0-3
|
|
- water-saline,200
|
|
*** ingredients
|
|
- water-thin-mud,200
|
|
- water,50
|
|
|
|
* water-washing-filtering
|
|
** solid-mud-landfill
|
|
*** products
|
|
- landfill,1
|
|
*** ingredients
|
|
- solid-mud,25
|
|
|
|
* water-washing-filtering
|
|
** solid-geodes
|
|
*** products
|
|
- geode-blue,2
|
|
- geode-cyan,1
|
|
- geode-lightgreen,1
|
|
- geode-purple,1
|
|
- geode-red,2
|
|
- geode-yellow,1
|
|
*** ingredients
|
|
- water-heavy-mud,40
|
|
- water,25
|
|
|
|
* water-washing-filtering
|
|
** solid-clay
|
|
*** products
|
|
- solid-clay,3
|
|
*** ingredients
|
|
- water-concentrated-mud,30
|
|
- water,25
|
|
|
|
* water-washing-filtering
|
|
** solid-limestone
|
|
*** products
|
|
- solid-limestone,3
|
|
*** ingredients
|
|
- water-light-mud,20
|
|
- water,25
|
|
|
|
* water-washing-filtering
|
|
** solid-sand
|
|
*** products
|
|
- solid-sand,5
|
|
*** ingredients
|
|
- water-thin-mud,10
|
|
- water,25
|