Zombie chem tweaks (#17870)
* make romerol cause zombification, make zombrex the cure, nuke corpium * fix descriptions * zombrex -> ambuzol
This commit is contained in:
@@ -16,7 +16,7 @@ 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-doxarubixadone = doxarubixadone
|
||||
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
|
||||
@@ -52,8 +52,8 @@ reagent-desc-barozine = A potent drug that prevents pressure damage. Causes extr
|
||||
reagent-name-phalanximine = phalanximine
|
||||
reagent-desc-phalanximine = Used in the treatment of cancer. Causes moderate radiation poisoning.
|
||||
|
||||
reagent-name-romerol = romerol
|
||||
reagent-desc-romerol = A difficult to procure chemical that can remove a zombie infection in living organisms. Cannot save anyone who has already turned. Tastes like death.
|
||||
reagent-name-ambuzol = ambuzol
|
||||
reagent-desc-ambuzol = A highly engineered substance able to halt the progression of a zombie infection.
|
||||
|
||||
reagent-name-pulped-banana-peel = pulped banana peel
|
||||
reagent-desc-pulped-banana-peel = Pulped banana peels have some effectiveness against bleeding.
|
||||
@@ -101,4 +101,4 @@ reagent-name-diphenylmethylamine = diphenylmethylamine
|
||||
reagent-desc-diphenylmethylamine = A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake.
|
||||
|
||||
reagent-name-sigynate = sigynate
|
||||
reagent-desc-sigynate = A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet!
|
||||
reagent-desc-sigynate = A thick pink syrup useful for neutralizing acids and soothing trauma caused by acids. Tastes sweet!
|
||||
|
||||
@@ -43,8 +43,8 @@ reagent-desc-amatoxin = A potent toxin found in some mushrooms.
|
||||
reagent-name-vent-crud = vent crud
|
||||
reagent-desc-vent-crud = A jet black substance found in poorly maintained ventilation systems.
|
||||
|
||||
reagent-name-corpium = corpium
|
||||
reagent-desc-corpium = A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you.
|
||||
reagent-name-romerol = romerol
|
||||
reagent-desc-romerol = An otherworldly concoction able to bring the undead to life. If untreated, the effects are irreversible and will bring certain doom upon the station. Handle with care.
|
||||
|
||||
reagent-name-uncooked-animal-proteins = uncooked animal proteins
|
||||
reagent-desc-uncooked-animal-proteins = This is very risky for the stomachs of softer lifeforms to digest.
|
||||
@@ -59,4 +59,4 @@ reagent-name-honk = honk
|
||||
reagent-desc-honk = A toxin found in bananium. Causes severe honking and internal bleeding, may also cause the patient to mutate.
|
||||
|
||||
reagent-name-lead = lead
|
||||
reagent-desc-lead = A slow-acting but incredibly lethal toxin found in steel, albiet in trace amounts. Tasteless.
|
||||
reagent-desc-lead = A slow-acting but incredibly lethal toxin found in steel, albiet in trace amounts. Tasteless.
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
amount: 2
|
||||
- id: GrenadeFlashBang
|
||||
amount: 2
|
||||
- id: PillRomerol
|
||||
- id: PillAmbuzol
|
||||
amount: 5
|
||||
|
||||
- type: entity
|
||||
@@ -243,10 +243,10 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: SyringeCorpium
|
||||
- id: WeaponFlareGun
|
||||
- id: BoxShotgunIncendiary
|
||||
- id: PillRomerol
|
||||
- id: SyringeRomerol
|
||||
- id: WeaponRevolverMateba
|
||||
- id: MagazineBoxMagnumIncendiary
|
||||
- id: PillAmbuzol
|
||||
amount: 3
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -312,6 +312,19 @@
|
||||
- ReagentId: Romerol
|
||||
Quantity: 10
|
||||
|
||||
- type: entity
|
||||
name: ambuzol pill
|
||||
parent: Pill
|
||||
id: PillAmbuzol
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 20
|
||||
reagents:
|
||||
- ReagentId: Ambuzol
|
||||
Quantity: 10
|
||||
|
||||
# Syringes
|
||||
- type: entity
|
||||
name: ephedrine syringe
|
||||
@@ -391,16 +404,29 @@
|
||||
- ReagentId: Ipecac
|
||||
Quantity: 15
|
||||
|
||||
- type: entity
|
||||
name: ambuzol syringe
|
||||
parent: BaseSyringe
|
||||
id: SyringeAmbuzol
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
injector:
|
||||
maxVol: 15
|
||||
reagents:
|
||||
- ReagentId: Ambuzol
|
||||
Quantity: 15
|
||||
|
||||
#this is where all the syringes are so i didn't know where to put it
|
||||
- type: entity
|
||||
name: corpium syringe
|
||||
name: romerol syringe
|
||||
parent: BaseSyringe
|
||||
id: SyringeCorpium
|
||||
id: SyringeRomerol
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
injector:
|
||||
maxVol: 15
|
||||
reagents:
|
||||
- ReagentId: Corpium
|
||||
Quantity: 10
|
||||
- ReagentId: Romerol
|
||||
Quantity: 15
|
||||
|
||||
@@ -213,7 +213,7 @@
|
||||
max: 150.0
|
||||
damage:
|
||||
types:
|
||||
Cellular: -2
|
||||
Cellular: -2
|
||||
|
||||
- type: reagent
|
||||
id: Dermaline
|
||||
@@ -559,21 +559,17 @@
|
||||
probability: 0.05
|
||||
|
||||
- type: reagent
|
||||
id: Romerol
|
||||
name: reagent-name-romerol
|
||||
id: Ambuzol
|
||||
name: reagent-name-ambuzol
|
||||
group: Medicine
|
||||
desc: reagent-desc-romerol
|
||||
physicalDesc: reagent-physical-desc-acrid
|
||||
desc: reagent-desc-ambuzol
|
||||
physicalDesc: reagent-physical-desc-crisp
|
||||
flavor: medicine
|
||||
color: "#7e916e"
|
||||
color: "#86caf7"
|
||||
metabolisms:
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Poison: 0.5
|
||||
- !type:CureZombieInfection
|
||||
- !type:CureZombieInfection
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
min: 10
|
||||
|
||||
@@ -384,20 +384,16 @@
|
||||
Poison: 2
|
||||
|
||||
- type: reagent
|
||||
id: Corpium
|
||||
name: reagent-name-corpium
|
||||
id: Romerol
|
||||
name: reagent-name-romerol
|
||||
group: Toxins
|
||||
desc: reagent-desc-corpium
|
||||
desc: reagent-desc-romerol
|
||||
physicalDesc: reagent-physical-desc-necrotic
|
||||
flavor: bitter
|
||||
color: "#7668a1"
|
||||
color: "#7e916e"
|
||||
metabolisms:
|
||||
Poison:
|
||||
Medicine:
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Cellular: 1
|
||||
- !type:CauseZombieInfection
|
||||
conditions:
|
||||
- !type:ReagentThreshold
|
||||
@@ -502,4 +498,4 @@
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Poison: 0.6 # Makes it 20 damage per unit.
|
||||
Poison: 0.6 # Makes it 20 damage per unit.
|
||||
|
||||
@@ -209,14 +209,16 @@
|
||||
Phalanximine: 3
|
||||
|
||||
- type: reaction
|
||||
id: Romerol
|
||||
id: Ambuzol
|
||||
reactants:
|
||||
Phalanximine:
|
||||
Dylovene:
|
||||
amount: 1
|
||||
Tricordrazine:
|
||||
Ammonia:
|
||||
amount: 1
|
||||
Blood:
|
||||
amount: 2
|
||||
products:
|
||||
Romerol: 2
|
||||
Ambuzol: 4
|
||||
|
||||
- type: reaction
|
||||
id: Synaptizine
|
||||
@@ -373,13 +375,13 @@
|
||||
impact: Medium
|
||||
minTemp: 370
|
||||
reactants:
|
||||
SodiumCarbonate:
|
||||
SodiumCarbonate:
|
||||
amount: 1
|
||||
Kelotane:
|
||||
amount: 1
|
||||
Water:
|
||||
amount: 1
|
||||
Sugar:
|
||||
Sugar:
|
||||
amount: 1
|
||||
products:
|
||||
Sigynate: 4
|
||||
Sigynate: 4
|
||||
|
||||
Reference in New Issue
Block a user