Epinephrine + epipen (#5444)
* add sprite and basic entity, no reagent or testing * actually implement epinephrine and add it to the box * allow creating it * add it to nanomed * fig
This commit is contained in:
@@ -18,6 +18,30 @@
|
||||
products:
|
||||
Diethylamine: 2
|
||||
|
||||
- type: reaction
|
||||
id: Phenol
|
||||
reactants:
|
||||
Water:
|
||||
amount: 1
|
||||
Chlorine:
|
||||
amount: 1
|
||||
Oil:
|
||||
amount: 1
|
||||
products:
|
||||
Phenol: 3
|
||||
|
||||
- type: reaction
|
||||
id: Acetone
|
||||
reactants:
|
||||
Oil:
|
||||
amount: 1
|
||||
WeldingFuel:
|
||||
amount: 1
|
||||
Oxygen:
|
||||
amount: 1
|
||||
products:
|
||||
Acetone: 2
|
||||
|
||||
- type: reaction
|
||||
id: FoamingAgent
|
||||
reactants:
|
||||
@@ -206,16 +230,6 @@
|
||||
products:
|
||||
UnstableMutagen: 3
|
||||
|
||||
- type: reaction
|
||||
id: Water
|
||||
reactants:
|
||||
Hydrogen:
|
||||
amount: 1
|
||||
Oxygen:
|
||||
amount: 1
|
||||
products:
|
||||
Water: 2
|
||||
|
||||
- type: reaction
|
||||
id: Oil
|
||||
reactants:
|
||||
|
||||
@@ -66,6 +66,24 @@
|
||||
products:
|
||||
Cryoxadone: 3
|
||||
|
||||
- type: reaction
|
||||
id: Epinephrine
|
||||
reactants:
|
||||
Phenol:
|
||||
amount: 1
|
||||
Acetone:
|
||||
amount: 1
|
||||
Diethylamine:
|
||||
amount: 1
|
||||
Oxygen:
|
||||
amount: 1
|
||||
Chlorine:
|
||||
amount: 1
|
||||
Hydrogen:
|
||||
amount: 1
|
||||
products:
|
||||
Epinephrine: 6
|
||||
|
||||
- type: reaction
|
||||
id: Clonexadone
|
||||
reactants:
|
||||
|
||||
Reference in New Issue
Block a user