Adding new Cryogenics Reagent - Opporozidone (Attempt 2) (#24074)
* Fixing mistakes * How did I make the same mistake twice --------- Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
@@ -1148,6 +1148,27 @@
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
min: 12
|
||||
|
||||
- type: reagent
|
||||
id: Opporozidone #Name based of an altered version of the startreck chem "Opporozine"
|
||||
name: reagent-name-opporozidone
|
||||
group: Medicine
|
||||
desc: reagent-desc-opporozidone
|
||||
physicalDesc: reagent-physical-desc-sickly
|
||||
flavor: acid
|
||||
color: "#b5e36d"
|
||||
worksOnTheDead: true
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:ReduceRotting
|
||||
seconds: 20
|
||||
conditions:
|
||||
#Patient must be dead and in a cryo tube (or something cold)
|
||||
- !type:Temperature
|
||||
max: 150.0
|
||||
- !type:MobStateCondition
|
||||
mobstate: Dead
|
||||
|
||||
- type: reagent
|
||||
id: Necrosol
|
||||
|
||||
@@ -557,6 +557,19 @@
|
||||
products:
|
||||
Insuzine: 3
|
||||
|
||||
- type: reaction
|
||||
id: Opporozidone
|
||||
minTemp: 400 #Maybe if a method of reducing reagent temp exists one day, this could be -50
|
||||
reactants:
|
||||
Cognizine:
|
||||
amount: 1
|
||||
Plasma:
|
||||
amount: 2
|
||||
Doxarubixadone:
|
||||
amount: 1
|
||||
products:
|
||||
Opporozidone: 3
|
||||
|
||||
- type: reaction
|
||||
id: Necrosol
|
||||
impact: Medium
|
||||
|
||||
Reference in New Issue
Block a user