Remove clonexadone (#11253)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Chemistry.ReagentEffects.PlantMetabolism
|
||||
{
|
||||
[UsedImplicitly]
|
||||
[DataDefinition]
|
||||
public sealed class PlantClonexadone : ReagentEffect
|
||||
public sealed class PlantCryoxadone : ReagentEffect
|
||||
{
|
||||
public override void Effect(ReagentEffectArgs args)
|
||||
{
|
||||
@@ -16,9 +16,6 @@ reagent-desc-bicaridine = An analgesic which is highly effective at treating bru
|
||||
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-name-clonexadone = clonexadone
|
||||
reagent-desc-clonexadone = Heals standard damage in the same as Cryoxadone, with the same temperature requirement. Significantly more effective than the former at treating cellular damage, although both can be used simultaneously. Best used in cryo cells.
|
||||
|
||||
reagent-name-dermaline = dermaline
|
||||
reagent-desc-dermaline = An advanced chemical that is more effective at treating burn damage than Kelotane.
|
||||
|
||||
|
||||
@@ -122,10 +122,11 @@
|
||||
flavor: medicine
|
||||
color: "#0091ff"
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustToxins
|
||||
amount: -3
|
||||
- !type:PlantAdjustHealth
|
||||
amount: 3
|
||||
- !type:PlantAdjustToxins
|
||||
amount: -5
|
||||
- !type:PlantAdjustHealth
|
||||
amount: 5
|
||||
- !type:PlantCryoxadone {}
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
@@ -142,22 +143,6 @@
|
||||
Burn: -4
|
||||
Toxin: -4
|
||||
|
||||
- type: reagent
|
||||
id: Clonexadone
|
||||
name: reagent-name-clonexadone
|
||||
group: Medicine
|
||||
parent: Cryoxadone
|
||||
desc: reagent-desc-clonexadone
|
||||
physicalDesc: reagent-physical-desc-bubbly
|
||||
flavor: medicine
|
||||
color: "#0666ff"
|
||||
plantMetabolism:
|
||||
- !type:PlantAdjustToxins
|
||||
amount: -5
|
||||
- !type:PlantAdjustHealth
|
||||
amount: 5
|
||||
- !type:PlantClonexadone {}
|
||||
|
||||
- type: reagent
|
||||
id: Dermaline
|
||||
name: reagent-name-dermaline
|
||||
|
||||
@@ -84,19 +84,6 @@
|
||||
products:
|
||||
Epinephrine: 6
|
||||
|
||||
- type: reaction
|
||||
id: Clonexadone
|
||||
reactants:
|
||||
Cryoxadone:
|
||||
amount: 1
|
||||
Sodium:
|
||||
amount: 1
|
||||
Plasma:
|
||||
amount: 5
|
||||
catalyst: true
|
||||
products:
|
||||
Clonexadone: 2
|
||||
|
||||
- type: reaction
|
||||
id: Dermaline
|
||||
reactants:
|
||||
|
||||
Reference in New Issue
Block a user