Zombie chem tweaks (#17870)
* make romerol cause zombification, make zombrex the cure, nuke corpium * fix descriptions * zombrex -> ambuzol
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user