Removes chem. and react. from every prototype ID (#3767)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
69533a15d8
commit
c28f22ebff
@@ -5,7 +5,7 @@
|
||||
result: FoodCheeseburger
|
||||
time: 5
|
||||
reagents:
|
||||
chem.Flour: 5
|
||||
Flour: 5
|
||||
solids:
|
||||
FoodMeat: 1
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
result: FoodClownBurger
|
||||
time: 5
|
||||
reagents:
|
||||
chem.Flour: 5
|
||||
Flour: 5
|
||||
solids:
|
||||
ClothingMaskClown: 1
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
result: FoodTofuBurger
|
||||
time: 5
|
||||
reagents:
|
||||
chem.Flour: 15
|
||||
Flour: 15
|
||||
solids:
|
||||
FoodTofu: 1
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
result: FoodXenoburger
|
||||
time: 5
|
||||
reagents:
|
||||
chem.Flour: 5
|
||||
Flour: 5
|
||||
solids:
|
||||
FoodXenomeat: 1
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
result: FoodBread
|
||||
time: 15
|
||||
reagents:
|
||||
chem.Flour: 15
|
||||
Flour: 15
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeSandwich
|
||||
@@ -106,7 +106,7 @@
|
||||
result: FoodCreamCheeseBread
|
||||
time: 20
|
||||
reagents:
|
||||
chem.Flour: 15
|
||||
Flour: 15
|
||||
solids:
|
||||
FoodCheeseWedge: 2
|
||||
|
||||
@@ -116,8 +116,8 @@
|
||||
result: FoodBananaBread
|
||||
time: 25
|
||||
reagents:
|
||||
chem.Flour: 15
|
||||
chem.Milk: 5
|
||||
Flour: 15
|
||||
Milk: 5
|
||||
solids:
|
||||
FoodEgg: 3
|
||||
FoodBanana: 1
|
||||
@@ -129,7 +129,7 @@
|
||||
result: FoodMargheritaPizza
|
||||
time: 30
|
||||
reagents:
|
||||
chem.Flour: 10
|
||||
Flour: 10
|
||||
solids:
|
||||
FoodCheeseWedge: 4
|
||||
FoodTomato: 1
|
||||
@@ -140,7 +140,7 @@
|
||||
result: FoodMushroomPizza
|
||||
time: 25
|
||||
reagents:
|
||||
chem.Flour: 10
|
||||
Flour: 10
|
||||
solids:
|
||||
FoodMushroom: 5
|
||||
|
||||
@@ -150,7 +150,7 @@
|
||||
result: FoodMeatPizza
|
||||
time: 30
|
||||
reagents:
|
||||
chem.Flour: 10
|
||||
Flour: 10
|
||||
solids:
|
||||
FoodMeat: 3
|
||||
FoodCheeseWedge: 1
|
||||
@@ -162,7 +162,7 @@
|
||||
result: FoodVegetablePizza
|
||||
time: 30
|
||||
reagents:
|
||||
chem.Flour: 10
|
||||
Flour: 10
|
||||
solids:
|
||||
FoodEggplant: 1
|
||||
FoodCarrot: 1
|
||||
@@ -176,7 +176,7 @@
|
||||
result: FoodSpaghetti
|
||||
time: 1
|
||||
reagents:
|
||||
chem.Flour: 5
|
||||
Flour: 5
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeBoiledSpaghetti
|
||||
@@ -184,7 +184,7 @@
|
||||
result: FoodSpaghettiBoiled
|
||||
time: 5
|
||||
reagents:
|
||||
chem.Water: 5
|
||||
Water: 5
|
||||
solids:
|
||||
FoodSpaghetti: 1
|
||||
|
||||
@@ -194,7 +194,7 @@
|
||||
result: FoodPastaTomato
|
||||
time: 10
|
||||
reagents:
|
||||
chem.Water: 5
|
||||
Water: 5
|
||||
solids:
|
||||
FoodSpaghetti: 1
|
||||
FoodTomato: 2
|
||||
@@ -205,7 +205,7 @@
|
||||
result: FoodMeatballSpaghetti
|
||||
time: 10
|
||||
reagents:
|
||||
chem.Water: 5
|
||||
Water: 5
|
||||
solids:
|
||||
FoodSpaghetti: 1
|
||||
FoodMeatball: 2
|
||||
@@ -292,7 +292,7 @@
|
||||
result: FoodMeatballSoup
|
||||
time: 10
|
||||
reagents:
|
||||
chem.Water: 10
|
||||
Water: 10
|
||||
solids:
|
||||
FoodMeatball: 1
|
||||
FoodCarrot: 1
|
||||
@@ -328,7 +328,7 @@
|
||||
result: DisgustingSweptSoup
|
||||
time: 15
|
||||
reagents:
|
||||
chem.Cola: 5
|
||||
Cola: 5
|
||||
solids:
|
||||
FoodMiloSoup: 1
|
||||
|
||||
@@ -346,7 +346,7 @@
|
||||
name: candy corn recipe
|
||||
result: FoodCandyCorn
|
||||
time: 5
|
||||
solids:
|
||||
solids:
|
||||
FoodCorn: 1
|
||||
Sugarcane: 1
|
||||
|
||||
@@ -358,8 +358,8 @@
|
||||
# time: 5
|
||||
# reagents:
|
||||
# chem.Glucose: 5
|
||||
# solids:
|
||||
# FoodCorn: 1
|
||||
# solids:
|
||||
# FoodCorn: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipePopcorn
|
||||
@@ -375,7 +375,7 @@
|
||||
result: FoodBananaCreamPie
|
||||
time: 15
|
||||
reagents:
|
||||
chem.Flour: 10
|
||||
Flour: 10
|
||||
solids:
|
||||
FoodBanana: 3
|
||||
|
||||
|
||||
@@ -1,43 +1,43 @@
|
||||
- type: reaction
|
||||
id: react.EZNutrient
|
||||
id: EZNutrient
|
||||
reactants:
|
||||
chem.Nitrogen:
|
||||
Nitrogen:
|
||||
amount: 1
|
||||
chem.Phosphorus:
|
||||
Phosphorus:
|
||||
amount: 1
|
||||
chem.Potassium:
|
||||
Potassium:
|
||||
amount: 1
|
||||
products:
|
||||
chem.EZNutrient: 3
|
||||
EZNutrient: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.RobustHarvest
|
||||
id: RobustHarvest
|
||||
reactants:
|
||||
chem.EZNutrient:
|
||||
EZNutrient:
|
||||
amount: 1
|
||||
chem.SulfuricAcid:
|
||||
SulfuricAcid:
|
||||
amount: 1
|
||||
catalyst: true
|
||||
products:
|
||||
chem.RobustHarvest: 1
|
||||
RobustHarvest: 1
|
||||
|
||||
- type: reaction
|
||||
id: react.Left4Zed
|
||||
id: Left4Zed
|
||||
reactants:
|
||||
chem.EZNutrient:
|
||||
EZNutrient:
|
||||
amount: 1
|
||||
chem.Radium:
|
||||
Radium:
|
||||
amount: 1
|
||||
catalyst: true
|
||||
products:
|
||||
chem.Left4Zed: 1
|
||||
Left4Zed: 1
|
||||
|
||||
- type: reaction
|
||||
id: react.PlantBGone
|
||||
id: PlantBGone
|
||||
reactants:
|
||||
chem.Toxin:
|
||||
Toxin:
|
||||
amount: 1
|
||||
chem.Water:
|
||||
Water:
|
||||
amount: 4
|
||||
products:
|
||||
chem.PlantBGone: 5
|
||||
PlantBGone: 5
|
||||
|
||||
@@ -1,65 +1,65 @@
|
||||
- type: reaction
|
||||
id: react.Ammonia
|
||||
id: Ammonia
|
||||
reactants:
|
||||
chem.Hydrogen:
|
||||
Hydrogen:
|
||||
amount: 3
|
||||
chem.Nitrogen:
|
||||
Nitrogen:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Ammonia: 4
|
||||
Ammonia: 4
|
||||
|
||||
- type: reaction
|
||||
id: react.Diethylamine
|
||||
id: Diethylamine
|
||||
reactants:
|
||||
chem.Ammonia:
|
||||
Ammonia:
|
||||
amount: 1
|
||||
chem.Ethanol:
|
||||
Ethanol:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Diethylamine: 2
|
||||
Diethylamine: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.FoamingAgent
|
||||
id: FoamingAgent
|
||||
reactants:
|
||||
chem.Lithium:
|
||||
Lithium:
|
||||
amount: 1
|
||||
chem.Hydrogen:
|
||||
Hydrogen:
|
||||
amount: 1
|
||||
products:
|
||||
chem.FoamingAgent: 2
|
||||
FoamingAgent: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.PolytrinicAcid
|
||||
id: PolytrinicAcid
|
||||
reactants:
|
||||
chem.SulfuricAcid:
|
||||
SulfuricAcid:
|
||||
amount: 1
|
||||
chem.Chlorine:
|
||||
Chlorine:
|
||||
amount: 1
|
||||
chem.Potassium:
|
||||
Potassium:
|
||||
amount: 1
|
||||
products:
|
||||
chem.PolytrinicAcid: 3
|
||||
PolytrinicAcid: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.FluorosulfuricAcid
|
||||
id: FluorosulfuricAcid
|
||||
reactants:
|
||||
chem.Fluorine:
|
||||
Fluorine:
|
||||
amount: 1
|
||||
chem.Hydrogen:
|
||||
Hydrogen:
|
||||
amount: 1
|
||||
chem.Potassium:
|
||||
Potassium:
|
||||
amount: 1
|
||||
chem.SulfuricAcid:
|
||||
SulfuricAcid:
|
||||
amount: 1
|
||||
products:
|
||||
chem.FluorosulfuricAcid: 4
|
||||
FluorosulfuricAcid: 4
|
||||
|
||||
- type: reaction
|
||||
id: react.PotassiumExplosion
|
||||
id: PotassiumExplosion
|
||||
reactants:
|
||||
chem.Water:
|
||||
Water:
|
||||
amount: 1
|
||||
chem.Potassium:
|
||||
Potassium:
|
||||
amount: 1
|
||||
effects:
|
||||
- !type:ExplosionReactionEffect
|
||||
@@ -72,13 +72,13 @@
|
||||
maxScale: 30 #Explosion strength stops scaling at 30 potassium + 30 water
|
||||
|
||||
- type: reaction
|
||||
id: react.Smoke
|
||||
id: Smoke
|
||||
reactants:
|
||||
chem.Phosphorus:
|
||||
Phosphorus:
|
||||
amount: 1
|
||||
chem.Potassium:
|
||||
Potassium:
|
||||
amount: 1
|
||||
chem.Sugar:
|
||||
Sugar:
|
||||
amount: 1
|
||||
effects:
|
||||
- !type:SmokeAreaReactionEffect
|
||||
@@ -93,11 +93,11 @@
|
||||
sound: /Audio/Effects/smoke.ogg
|
||||
|
||||
- type: reaction
|
||||
id: react.Foam
|
||||
id: Foam
|
||||
reactants:
|
||||
chem.Fluorosurfactant:
|
||||
Fluorosurfactant:
|
||||
amount: 1
|
||||
chem.Water:
|
||||
Water:
|
||||
amount: 1
|
||||
effects:
|
||||
- !type:FoamAreaReactionEffect
|
||||
@@ -114,13 +114,13 @@
|
||||
prototypeId: Foam
|
||||
|
||||
- type: reaction
|
||||
id: react.IronMetalFoam
|
||||
id: IronMetalFoam
|
||||
reactants:
|
||||
chem.Iron:
|
||||
Iron:
|
||||
amount: 3
|
||||
chem.FoamingAgent:
|
||||
FoamingAgent:
|
||||
amount: 1
|
||||
chem.FluorosulfuricAcid:
|
||||
FluorosulfuricAcid:
|
||||
amount: 1
|
||||
effects:
|
||||
- !type:FoamAreaReactionEffect
|
||||
@@ -137,13 +137,13 @@
|
||||
prototypeId: IronMetalFoam
|
||||
|
||||
- type: reaction
|
||||
id: react.AluminiumMetalFoam
|
||||
id: AluminiumMetalFoam
|
||||
reactants:
|
||||
chem.Aluminium:
|
||||
Aluminium:
|
||||
amount: 3
|
||||
chem.FoamingAgent:
|
||||
FoamingAgent:
|
||||
amount: 1
|
||||
chem.FluorosulfuricAcid:
|
||||
FluorosulfuricAcid:
|
||||
amount: 1
|
||||
effects:
|
||||
- !type:FoamAreaReactionEffect
|
||||
@@ -160,57 +160,57 @@
|
||||
prototypeId: AluminiumMetalFoam
|
||||
|
||||
- type: reaction
|
||||
id: react.TableSalt
|
||||
id: TableSalt
|
||||
reactants:
|
||||
chem.Chlorine:
|
||||
Chlorine:
|
||||
amount: 1
|
||||
chem.Sodium:
|
||||
Sodium:
|
||||
amount: 1
|
||||
products:
|
||||
chem.TableSalt: 2
|
||||
TableSalt: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.Thermite
|
||||
id: Thermite
|
||||
reactants:
|
||||
chem.Iron:
|
||||
Iron:
|
||||
amount: 1
|
||||
chem.Aluminium:
|
||||
Aluminium:
|
||||
amount: 1
|
||||
chem.Oxygen:
|
||||
Oxygen:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Thermite: 3
|
||||
Thermite: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.UnstableMutagen
|
||||
id: UnstableMutagen
|
||||
reactants:
|
||||
chem.Radium:
|
||||
Radium:
|
||||
amount: 1
|
||||
chem.Phosphorus:
|
||||
Phosphorus:
|
||||
amount: 1
|
||||
chem.Chlorine:
|
||||
Chlorine:
|
||||
amount: 1
|
||||
products:
|
||||
chem.UnstableMutagen: 3
|
||||
UnstableMutagen: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Water
|
||||
id: Water
|
||||
reactants:
|
||||
chem.Hydrogen:
|
||||
Hydrogen:
|
||||
amount: 1
|
||||
chem.Oxygen:
|
||||
Oxygen:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Water: 2
|
||||
Water: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.Fluorosurfactant
|
||||
id: Fluorosurfactant
|
||||
reactants:
|
||||
chem.Carbon:
|
||||
Carbon:
|
||||
amount: 2
|
||||
chem.Fluorine:
|
||||
Fluorine:
|
||||
amount: 2
|
||||
chem.SulfuricAcid:
|
||||
SulfuricAcid:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Fluorosurfactant: 5
|
||||
Fluorosurfactant: 5
|
||||
|
||||
@@ -1,33 +1,33 @@
|
||||
- type: reaction
|
||||
id: react.Bleach
|
||||
id: Bleach
|
||||
reactants:
|
||||
chem.TableSalt:
|
||||
TableSalt:
|
||||
amount: 2
|
||||
chem.SpaceCleaner:
|
||||
SpaceCleaner:
|
||||
amount: 2
|
||||
chem.Oxygen:
|
||||
Oxygen:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Bleach: 5
|
||||
Bleach: 5
|
||||
|
||||
- type: reaction
|
||||
id: react.SpaceCleaner
|
||||
id: SpaceCleaner
|
||||
reactants:
|
||||
chem.Ammonia:
|
||||
Ammonia:
|
||||
amount: 1
|
||||
chem.Water:
|
||||
Water:
|
||||
amount: 1
|
||||
products:
|
||||
chem.SpaceCleaner: 2
|
||||
SpaceCleaner: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.SpaceLube
|
||||
id: SpaceLube
|
||||
reactants:
|
||||
chem.Water:
|
||||
Water:
|
||||
amount: 1
|
||||
chem.Silicon:
|
||||
Silicon:
|
||||
amount: 1
|
||||
chem.Oxygen:
|
||||
Oxygen:
|
||||
amount: 1
|
||||
products:
|
||||
chem.SpaceLube: 3
|
||||
SpaceLube: 3
|
||||
|
||||
@@ -1,137 +1,137 @@
|
||||
- type: reaction
|
||||
id: react.ManlyDorf
|
||||
id: ManlyDorf
|
||||
reactants:
|
||||
chem.Beer:
|
||||
Beer:
|
||||
amount: 1
|
||||
chem.Ale:
|
||||
Ale:
|
||||
amount: 2
|
||||
products:
|
||||
chem.ManlyDorf: 3
|
||||
ManlyDorf: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.CubaLibre
|
||||
id: CubaLibre
|
||||
reactants:
|
||||
chem.Cola:
|
||||
Cola:
|
||||
amount: 1
|
||||
chem.Rum:
|
||||
Rum:
|
||||
amount: 2
|
||||
products:
|
||||
chem.CubaLibre: 3
|
||||
CubaLibre: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.IrishCream
|
||||
id: IrishCream
|
||||
reactants:
|
||||
chem.Cream:
|
||||
Cream:
|
||||
amount: 1
|
||||
chem.Whiskey:
|
||||
Whiskey:
|
||||
amount: 2
|
||||
products:
|
||||
chem.IrishCream: 3
|
||||
IrishCream: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.IrishCoffee
|
||||
id: IrishCoffee
|
||||
reactants:
|
||||
chem.IrishCream:
|
||||
IrishCream:
|
||||
amount: 2
|
||||
chem.Coffee:
|
||||
Coffee:
|
||||
amount: 2
|
||||
products:
|
||||
chem.IrishCoffee: 4
|
||||
IrishCoffee: 4
|
||||
|
||||
- type: reaction
|
||||
id: react.IrishCarBomb
|
||||
id: IrishCarBomb
|
||||
reactants:
|
||||
chem.IrishCream:
|
||||
IrishCream:
|
||||
amount: 1
|
||||
chem.Ale:
|
||||
Ale:
|
||||
amount: 1
|
||||
products:
|
||||
chem.IrishCarBomb: 2
|
||||
IrishCarBomb: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.B52
|
||||
id: B52
|
||||
reactants:
|
||||
chem.IrishCarBomb:
|
||||
IrishCarBomb:
|
||||
amount: 1
|
||||
chem.Kahlua:
|
||||
Kahlua:
|
||||
amount: 1
|
||||
chem.Cognac:
|
||||
Cognac:
|
||||
amount: 1
|
||||
products:
|
||||
chem.B52: 3
|
||||
B52: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.AtomicBomb
|
||||
id: AtomicBomb
|
||||
reactants:
|
||||
chem.B52:
|
||||
B52:
|
||||
amount: 10
|
||||
chem.Uranium:
|
||||
Uranium:
|
||||
amount: 1
|
||||
products:
|
||||
chem.AtomicBomb: 11
|
||||
AtomicBomb: 11
|
||||
|
||||
- type: reaction
|
||||
id: react.WhiskeyCola
|
||||
id: WhiskeyCola
|
||||
reactants:
|
||||
chem.Whiskey:
|
||||
Whiskey:
|
||||
amount: 2
|
||||
chem.Cola:
|
||||
Cola:
|
||||
amount: 1
|
||||
products:
|
||||
chem.WhiskeyCola: 3
|
||||
WhiskeyCola: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.SyndicateBomb
|
||||
id: SyndicateBomb
|
||||
reactants:
|
||||
chem.WhiskeyCola:
|
||||
WhiskeyCola:
|
||||
amount: 1
|
||||
chem.Beer:
|
||||
Beer:
|
||||
amount: 1
|
||||
products:
|
||||
chem.SyndicateBomb: 2
|
||||
SyndicateBomb: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.Antifreeze
|
||||
id: Antifreeze
|
||||
reactants:
|
||||
chem.Vodka:
|
||||
Vodka:
|
||||
amount: 2
|
||||
chem.Cream:
|
||||
Cream:
|
||||
amount: 1
|
||||
chem.Ice:
|
||||
Ice:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Antifreeze: 4
|
||||
Antifreeze: 4
|
||||
|
||||
- type: reaction
|
||||
id: react.Moonshine
|
||||
id: Moonshine
|
||||
reactants:
|
||||
chem.Vodka:
|
||||
Vodka:
|
||||
amount: 1
|
||||
chem.Tequila:
|
||||
Tequila:
|
||||
amount: 1
|
||||
chem.Whiskey:
|
||||
Whiskey:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Moonshine: 3
|
||||
Moonshine: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.CreamyDelight
|
||||
id: CreamyDelight
|
||||
reactants:
|
||||
chem.Moonshine:
|
||||
Moonshine:
|
||||
amount: 1
|
||||
chem.Cream:
|
||||
Cream:
|
||||
amount: 1
|
||||
chem.Wine:
|
||||
Wine:
|
||||
amount: 1
|
||||
products:
|
||||
chem.CreamyDelight: 3
|
||||
CreamyDelight: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.LeanShine
|
||||
id: LeanShine
|
||||
reactants:
|
||||
chem.Lean:
|
||||
Lean:
|
||||
amount: 1
|
||||
chem.Moonshine:
|
||||
Moonshine:
|
||||
amount: 1
|
||||
products:
|
||||
chem.LeanShine: 2
|
||||
LeanShine: 2
|
||||
|
||||
@@ -1,471 +1,473 @@
|
||||
- type: reaction
|
||||
id: react.Alkycosine
|
||||
id: Alkycosine
|
||||
reactants:
|
||||
chem.Alkysine:
|
||||
Alkysine:
|
||||
amount: 1
|
||||
chem.Bleach:
|
||||
Bleach:
|
||||
amount: 1
|
||||
chem.Dylovene:
|
||||
Dylovene:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Alkycosine: 3
|
||||
Alkycosine: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Alkysine
|
||||
id: Alkysine
|
||||
reactants:
|
||||
chem.Chlorine:
|
||||
Chlorine:
|
||||
amount: 1
|
||||
chem.Nitrogen:
|
||||
Nitrogen:
|
||||
amount: 1
|
||||
chem.Dylovene:
|
||||
Dylovene:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Alkysine: 3
|
||||
Alkysine: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Dylovene
|
||||
id: Dylovene
|
||||
reactants:
|
||||
chem.Silicon:
|
||||
Silicon:
|
||||
amount: 1
|
||||
chem.Nitrogen:
|
||||
Nitrogen:
|
||||
amount: 1
|
||||
chem.Potassium:
|
||||
Potassium:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Dylovene: 3
|
||||
Dylovene: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Arithrazine
|
||||
id: Arithrazine
|
||||
reactants:
|
||||
chem.Hyronalin:
|
||||
Hyronalin:
|
||||
amount: 1
|
||||
chem.Hydrogen:
|
||||
Hydrogen:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Arithrazine: 2
|
||||
Arithrazine: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.Bicaridine
|
||||
id: Bicaridine
|
||||
reactants:
|
||||
chem.Inaprovaline:
|
||||
Inaprovaline:
|
||||
amount: 1
|
||||
chem.Carbon:
|
||||
Carbon:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Bicaridine: 2
|
||||
Bicaridine: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.Cryoxadone
|
||||
id: Cryoxadone
|
||||
reactants:
|
||||
chem.Dexalin:
|
||||
Dexalin:
|
||||
amount: 1
|
||||
chem.Water:
|
||||
Water:
|
||||
amount: 1
|
||||
chem.Oxygen:
|
||||
Oxygen:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Cryoxadone: 3
|
||||
Cryoxadone: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Clonexadone
|
||||
id: Clonexadone
|
||||
reactants:
|
||||
chem.Cryoxadone:
|
||||
Cryoxadone:
|
||||
amount: 1
|
||||
chem.Sodium:
|
||||
Sodium:
|
||||
amount: 1
|
||||
chem.Plasma:
|
||||
Plasma:
|
||||
amount: 5
|
||||
catalyst: true
|
||||
products:
|
||||
chem.Clonexadone: 2
|
||||
Clonexadone: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.Citalopram
|
||||
id: Citalopram
|
||||
reactants:
|
||||
chem.MindbreakerToxin:
|
||||
MindbreakerToxin:
|
||||
amount: 5
|
||||
chem.Carbon:
|
||||
Carbon:
|
||||
amount: 5
|
||||
products:
|
||||
chem.Citalopram: 10
|
||||
Citalopram: 10
|
||||
|
||||
- type: reaction
|
||||
id: react.Dermaline
|
||||
id: Dermaline
|
||||
reactants:
|
||||
chem.Kelotane:
|
||||
Kelotane:
|
||||
amount: 1
|
||||
chem.Oxygen:
|
||||
Oxygen:
|
||||
amount: 1
|
||||
chem.Phosphorus:
|
||||
Phosphorus:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Dermaline: 3
|
||||
Dermaline: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Dexalin
|
||||
id: Dexalin
|
||||
reactants:
|
||||
chem.Oxygen:
|
||||
Oxygen:
|
||||
amount: 2
|
||||
chem.Plasma:
|
||||
Plasma:
|
||||
amount: 5
|
||||
catalyst: true
|
||||
products:
|
||||
chem.Dexalin: 3
|
||||
Dexalin: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.DexalinPlus
|
||||
id: DexalinPlus
|
||||
reactants:
|
||||
chem.Dexalin:
|
||||
Dexalin:
|
||||
amount: 1
|
||||
chem.Carbon:
|
||||
Carbon:
|
||||
amount: 1
|
||||
chem.Iron:
|
||||
Iron:
|
||||
amount: 1
|
||||
products:
|
||||
chem.DexalinPlus: 3
|
||||
DexalinPlus: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Ethylredoxrazine
|
||||
id: Ethylredoxrazine
|
||||
reactants:
|
||||
chem.Oxygen:
|
||||
Oxygen:
|
||||
amount: 1
|
||||
chem.Dylovene:
|
||||
Dylovene:
|
||||
amount: 1
|
||||
chem.Carbon:
|
||||
Carbon:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Ethylredoxrazine: 3
|
||||
Ethylredoxrazine: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Hyperzine
|
||||
id: Hyperzine
|
||||
reactants:
|
||||
chem.Glucose:
|
||||
Glucose:
|
||||
amount: 1
|
||||
chem.Phosphorus:
|
||||
Phosphorus:
|
||||
amount: 1
|
||||
chem.Sulfur:
|
||||
Sulfur:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Hyperzine: 3
|
||||
Hyperzine: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Hyronalin
|
||||
id: Hyronalin
|
||||
reactants:
|
||||
chem.Radium:
|
||||
Radium:
|
||||
amount: 1
|
||||
chem.Dylovene:
|
||||
Dylovene:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Hyronalin: 2
|
||||
Hyronalin: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.Imidazoline
|
||||
id: Imidazoline
|
||||
reactants:
|
||||
chem.Hydrogen:
|
||||
Hydrogen:
|
||||
amount: 1
|
||||
chem.Carbon:
|
||||
Carbon:
|
||||
amount: 1
|
||||
chem.Dylovene:
|
||||
Dylovene:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Imidazoline: 3
|
||||
Imidazoline: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Inacusiate
|
||||
id: Inacusiate
|
||||
reactants:
|
||||
chem.Dylovene:
|
||||
Dylovene:
|
||||
amount: 1
|
||||
chem.Carbon:
|
||||
Carbon:
|
||||
amount: 1
|
||||
chem.Water:
|
||||
Water:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Inacusiate: 3
|
||||
Inacusiate: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Inaprovaline
|
||||
id: Inaprovaline
|
||||
reactants:
|
||||
chem.Oxygen:
|
||||
Oxygen:
|
||||
amount: 1
|
||||
chem.Carbon:
|
||||
Carbon:
|
||||
amount: 1
|
||||
chem.Glucose:
|
||||
Glucose:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Inaprovaline: 3
|
||||
Inaprovaline: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Kelotane
|
||||
id: Kelotane
|
||||
reactants:
|
||||
chem.Silicon:
|
||||
Silicon:
|
||||
amount: 1
|
||||
chem.Carbon:
|
||||
Carbon:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Kelotane: 2
|
||||
Kelotane: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.Leporazine
|
||||
id: Leporazine
|
||||
reactants:
|
||||
chem.Silicon:
|
||||
Silicon:
|
||||
amount: 1
|
||||
chem.Copper:
|
||||
Copper:
|
||||
amount: 1
|
||||
chem.Plasma:
|
||||
Plasma:
|
||||
amount: 5
|
||||
catalyst: true
|
||||
products:
|
||||
chem.Leporazine: 2
|
||||
Leporazine: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.Methylin
|
||||
id: Methylin
|
||||
reactants:
|
||||
chem.Hydrogen:
|
||||
Hydrogen:
|
||||
amount: 1
|
||||
chem.Chlorine:
|
||||
Chlorine:
|
||||
amount: 1
|
||||
chem.Ethanol:
|
||||
Ethanol:
|
||||
amount: 1
|
||||
chem.Fluorine:
|
||||
Fluorine:
|
||||
amount: 5
|
||||
catalyst: true
|
||||
products:
|
||||
chem.Methylin: 3
|
||||
Methylin: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Oxycodone
|
||||
id: Oxycodone
|
||||
reactants:
|
||||
chem.Ethanol:
|
||||
Ethanol:
|
||||
amount: 1
|
||||
chem.Tramadol:
|
||||
Tramadol:
|
||||
amount: 1
|
||||
chem.Plasma:
|
||||
Plasma:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Oxycodone: 3
|
||||
Oxycodone: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Phalanximine
|
||||
id: Phalanximine
|
||||
reactants:
|
||||
chem.Hyronalin:
|
||||
Hyronalin:
|
||||
amount: 1
|
||||
chem.Ethanol:
|
||||
Ethanol:
|
||||
amount: 1
|
||||
chem.UnstableMutagen:
|
||||
UnstableMutagen:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Phalanximine: 3
|
||||
Phalanximine: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Paroxetine
|
||||
id: Paroxetine
|
||||
reactants:
|
||||
chem.MindbreakerToxin:
|
||||
MindbreakerToxin:
|
||||
amount: 5
|
||||
chem.Oxygen:
|
||||
Oxygen:
|
||||
amount: 5
|
||||
chem.Inaprovaline:
|
||||
Inaprovaline:
|
||||
amount: 5
|
||||
products:
|
||||
chem.Paroxetine: 15
|
||||
Paroxetine: 15
|
||||
|
||||
- type: reaction
|
||||
id: react.Ryetalyn
|
||||
id: Ryetalyn
|
||||
reactants:
|
||||
chem.Arithrazine:
|
||||
Arithrazine:
|
||||
amount: 1
|
||||
chem.Carbon:
|
||||
Carbon:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Ryetalyn: 2
|
||||
Ryetalyn: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.Spaceacillin
|
||||
id: Spaceacillin
|
||||
reactants:
|
||||
chem.Cryptobiolin:
|
||||
Cryptobiolin:
|
||||
amount: 1
|
||||
chem.Inaprovaline:
|
||||
Inaprovaline:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Spaceacillin: 2
|
||||
Spaceacillin: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.Synaptizine
|
||||
id: Synaptizine
|
||||
reactants:
|
||||
chem.Lithium:
|
||||
Lithium:
|
||||
amount: 1
|
||||
chem.Glucose:
|
||||
Glucose:
|
||||
amount: 1
|
||||
chem.Water:
|
||||
Water:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Synaptizine: 3
|
||||
Synaptizine: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Tramadol
|
||||
id: Tramadol
|
||||
reactants:
|
||||
chem.Inaprovaline:
|
||||
Inaprovaline:
|
||||
amount: 1
|
||||
chem.Ethanol:
|
||||
Ethanol:
|
||||
amount: 1
|
||||
chem.Oxygen:
|
||||
Oxygen:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Tramadol: 3
|
||||
Tramadol: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Tricordrazine
|
||||
id: Tricordrazine
|
||||
reactants:
|
||||
chem.Inaprovaline:
|
||||
Inaprovaline:
|
||||
amount: 1
|
||||
chem.Dylovene:
|
||||
Dylovene:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Tricordrazine: 2
|
||||
Tricordrazine: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.Vaccine
|
||||
id: Vaccine
|
||||
reactants:
|
||||
chem.Aluminium:
|
||||
Aluminium:
|
||||
amount: 1
|
||||
chem.Glucose:
|
||||
Glucose:
|
||||
amount: 1
|
||||
chem.Water:
|
||||
Water:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Vaccine: 3
|
||||
Vaccine: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Albuterol
|
||||
id: Albuterol
|
||||
reactants:
|
||||
chem.Hyperzine:
|
||||
Hyperzine:
|
||||
amount: 1
|
||||
chem.Tramadol:
|
||||
Tramadol:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Albuterol: 2
|
||||
Albuterol: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.ChloralHydrate
|
||||
id: ChloralHydrate
|
||||
reactants:
|
||||
chem.Ethanol:
|
||||
Ethanol:
|
||||
amount: 1
|
||||
chem.Chlorine:
|
||||
Chlorine:
|
||||
amount: 3
|
||||
chem.Water:
|
||||
Water:
|
||||
amount: 1
|
||||
products:
|
||||
chem.ChloralHydrate: 1
|
||||
ChloralHydrate: 1
|
||||
|
||||
- type: reaction
|
||||
id: react.Creatine #Add nutriment as ingredient (amount = 1) once that's a thing
|
||||
id: Creatine
|
||||
reactants:
|
||||
chem.Bicaridine:
|
||||
Bicaridine:
|
||||
amount: 1
|
||||
chem.Hyperzine:
|
||||
Hyperzine:
|
||||
amount: 1
|
||||
chem.UnstableMutagen:
|
||||
Nutriment:
|
||||
amount: 1
|
||||
UnstableMutagen:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Creatine: 3
|
||||
Creatine: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Cryptobiolin
|
||||
id: Cryptobiolin
|
||||
reactants:
|
||||
chem.Potassium:
|
||||
Potassium:
|
||||
amount: 1
|
||||
chem.Oxygen:
|
||||
Oxygen:
|
||||
amount: 1
|
||||
chem.Glucose:
|
||||
Glucose:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Cryptobiolin: 3
|
||||
Cryptobiolin: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.HeartbreakerToxin #heat to 37C once temperatures supported
|
||||
id: HeartbreakerToxin #heat to 37C once temperatures supported
|
||||
reactants:
|
||||
chem.Dexalin:
|
||||
Dexalin:
|
||||
amount: 1
|
||||
chem.MindbreakerToxin:
|
||||
MindbreakerToxin:
|
||||
amount: 1
|
||||
products:
|
||||
chem.HeartbreakerToxin: 2
|
||||
HeartbreakerToxin: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.Impedrezene
|
||||
id: Impedrezene
|
||||
reactants:
|
||||
chem.Mercury:
|
||||
Mercury:
|
||||
amount: 1
|
||||
chem.Oxygen:
|
||||
Oxygen:
|
||||
amount: 1
|
||||
chem.Glucose:
|
||||
Glucose:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Impedrezene: 3
|
||||
Impedrezene: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Lexorin
|
||||
id: Lexorin
|
||||
reactants:
|
||||
chem.Ammonia:
|
||||
Ammonia:
|
||||
amount: 1
|
||||
chem.Plasma:
|
||||
Plasma:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Lexorin: 2
|
||||
Lexorin: 2
|
||||
|
||||
- type: reaction
|
||||
id: react.Lipozine
|
||||
id: Lipozine
|
||||
reactants:
|
||||
chem.TableSalt:
|
||||
TableSalt:
|
||||
amount: 1
|
||||
chem.Ethanol:
|
||||
Ethanol:
|
||||
amount: 1
|
||||
chem.Radium:
|
||||
Radium:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Lipozine: 3
|
||||
Lipozine: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.MindbreakerToxin
|
||||
id: MindbreakerToxin
|
||||
reactants:
|
||||
chem.Silicon:
|
||||
Silicon:
|
||||
amount: 1
|
||||
chem.Hydrogen:
|
||||
Hydrogen:
|
||||
amount: 1
|
||||
chem.Dylovene:
|
||||
Dylovene:
|
||||
amount: 1
|
||||
products:
|
||||
chem.MindbreakerToxin: 3
|
||||
MindbreakerToxin: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.Soporific
|
||||
id: Soporific
|
||||
reactants:
|
||||
chem.ChloralHydrate:
|
||||
ChloralHydrate:
|
||||
amount: 1
|
||||
chem.Glucose:
|
||||
Glucose:
|
||||
amount: 4
|
||||
products:
|
||||
chem.Soporific: 5
|
||||
Soporific: 5
|
||||
|
||||
- type: reaction
|
||||
id: react.Sterilizine
|
||||
id: Sterilizine
|
||||
reactants:
|
||||
chem.Ethanol:
|
||||
Ethanol:
|
||||
amount: 1
|
||||
chem.Dylovene:
|
||||
Dylovene:
|
||||
amount: 1
|
||||
chem.Chlorine:
|
||||
Chlorine:
|
||||
amount: 1
|
||||
products:
|
||||
chem.Sterilizine: 3
|
||||
Sterilizine: 3
|
||||
|
||||
- type: reaction
|
||||
id: react.SpaceDrugs
|
||||
id: SpaceDrugs
|
||||
reactants:
|
||||
chem.Mercury:
|
||||
Mercury:
|
||||
amount: 1
|
||||
chem.Glucose:
|
||||
Glucose:
|
||||
amount: 1
|
||||
chem.Lithium:
|
||||
Lithium:
|
||||
amount: 1
|
||||
products:
|
||||
chem.SpaceDrugs: 3
|
||||
SpaceDrugs: 3
|
||||
|
||||
Reference in New Issue
Block a user