Added a new cryogenics chemical - Doxarubixadone! (#16568)
This commit is contained in:
@@ -16,6 +16,9 @@ reagent-desc-bicaridine = An analgesic which is highly effective at treating bru
|
|||||||
reagent-name-cryoxadone = cryoxadone
|
reagent-name-cryoxadone = cryoxadone
|
||||||
reagent-desc-cryoxadone = Required for the proper function of cryogenics. Heals all standard types of damage very swiftly, but only works in temperatures under 170K (usually this means cryo cells). Can also slowly heal clone damage, such as caused by cloning or Slimes.
|
reagent-desc-cryoxadone = Required for the proper function of cryogenics. Heals all standard types of damage very swiftly, but only works in temperatures under 170K (usually this means cryo cells). Can also slowly heal clone damage, such as caused by cloning or Slimes.
|
||||||
|
|
||||||
|
reagent-name-doxarubixadone = doxarubixadone
|
||||||
|
reagent-desc-doxarubixadone = A cryogenics chemical. Heals certain types of cellular damage done by Slimes and improper use of other chemicals.
|
||||||
|
|
||||||
reagent-name-dermaline = dermaline
|
reagent-name-dermaline = dermaline
|
||||||
reagent-desc-dermaline = An advanced chemical that is more effective at treating burn damage than Kelotane.
|
reagent-desc-dermaline = An advanced chemical that is more effective at treating burn damage than Kelotane.
|
||||||
|
|
||||||
|
|||||||
@@ -196,6 +196,25 @@
|
|||||||
Burn: -6
|
Burn: -6
|
||||||
Toxin: -4
|
Toxin: -4
|
||||||
|
|
||||||
|
- type: reagent
|
||||||
|
id: Doxarubixadone
|
||||||
|
name: reagent-name-doxarubixadone
|
||||||
|
group: Medicine
|
||||||
|
desc: reagent-desc-doxarubixadone
|
||||||
|
physicalDesc: reagent-physical-desc-bubbling
|
||||||
|
flavor: medicine
|
||||||
|
color: "#32cd32"
|
||||||
|
metabolisms:
|
||||||
|
Medicine:
|
||||||
|
effects:
|
||||||
|
- !type:HealthChange
|
||||||
|
conditions:
|
||||||
|
- !type:Temperature
|
||||||
|
max: 150.0
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Cellular: -2
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: Dermaline
|
id: Dermaline
|
||||||
name: reagent-name-dermaline
|
name: reagent-name-dermaline
|
||||||
|
|||||||
@@ -66,6 +66,16 @@
|
|||||||
products:
|
products:
|
||||||
Cryoxadone: 3
|
Cryoxadone: 3
|
||||||
|
|
||||||
|
- type: reaction
|
||||||
|
id: Doxarubixadone
|
||||||
|
reactants:
|
||||||
|
Cryoxadone:
|
||||||
|
amount: 1
|
||||||
|
UnstableMutagen:
|
||||||
|
amount: 1
|
||||||
|
products:
|
||||||
|
Doxarubixadone: 2
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: Epinephrine
|
id: Epinephrine
|
||||||
reactants:
|
reactants:
|
||||||
|
|||||||
Reference in New Issue
Block a user