Zombie chem tweaks (#17870)

* make romerol cause zombification, make zombrex the cure, nuke corpium

* fix descriptions

* zombrex -> ambuzol
This commit is contained in:
Nemanja
2023-07-07 00:45:59 -04:00
committed by GitHub
parent 1d7698084e
commit e78257419b
7 changed files with 64 additions and 44 deletions

View File

@@ -16,7 +16,7 @@ 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-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-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
@@ -52,8 +52,8 @@ reagent-desc-barozine = A potent drug that prevents pressure damage. Causes extr
reagent-name-phalanximine = phalanximine reagent-name-phalanximine = phalanximine
reagent-desc-phalanximine = Used in the treatment of cancer. Causes moderate radiation poisoning. reagent-desc-phalanximine = Used in the treatment of cancer. Causes moderate radiation poisoning.
reagent-name-romerol = romerol reagent-name-ambuzol = ambuzol
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-desc-ambuzol = A highly engineered substance able to halt the progression of a zombie infection.
reagent-name-pulped-banana-peel = pulped banana peel reagent-name-pulped-banana-peel = pulped banana peel
reagent-desc-pulped-banana-peel = Pulped banana peels have some effectiveness against bleeding. 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-desc-diphenylmethylamine = A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake.
reagent-name-sigynate = sigynate 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!

View File

@@ -43,8 +43,8 @@ reagent-desc-amatoxin = A potent toxin found in some mushrooms.
reagent-name-vent-crud = vent crud reagent-name-vent-crud = vent crud
reagent-desc-vent-crud = A jet black substance found in poorly maintained ventilation systems. reagent-desc-vent-crud = A jet black substance found in poorly maintained ventilation systems.
reagent-name-corpium = corpium reagent-name-romerol = romerol
reagent-desc-corpium = A Syndicate cocktail, carefully harvested from various sources. You wouldn't want this inside of you. 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-name-uncooked-animal-proteins = uncooked animal proteins
reagent-desc-uncooked-animal-proteins = This is very risky for the stomachs of softer lifeforms to digest. 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-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-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.

View File

@@ -26,7 +26,7 @@
amount: 2 amount: 2
- id: GrenadeFlashBang - id: GrenadeFlashBang
amount: 2 amount: 2
- id: PillRomerol - id: PillAmbuzol
amount: 5 amount: 5
- type: entity - type: entity
@@ -243,10 +243,10 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: SyringeCorpium - id: SyringeRomerol
- id: WeaponFlareGun - id: WeaponRevolverMateba
- id: BoxShotgunIncendiary - id: MagazineBoxMagnumIncendiary
- id: PillRomerol - id: PillAmbuzol
amount: 3 amount: 3
- type: entity - type: entity

View File

@@ -312,6 +312,19 @@
- ReagentId: Romerol - ReagentId: Romerol
Quantity: 10 Quantity: 10
- type: entity
name: ambuzol pill
parent: Pill
id: PillAmbuzol
components:
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Ambuzol
Quantity: 10
# Syringes # Syringes
- type: entity - type: entity
name: ephedrine syringe name: ephedrine syringe
@@ -391,16 +404,29 @@
- ReagentId: Ipecac - ReagentId: Ipecac
Quantity: 15 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 #this is where all the syringes are so i didn't know where to put it
- type: entity - type: entity
name: corpium syringe name: romerol syringe
parent: BaseSyringe parent: BaseSyringe
id: SyringeCorpium id: SyringeRomerol
components: components:
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
injector: injector:
maxVol: 15 maxVol: 15
reagents: reagents:
- ReagentId: Corpium - ReagentId: Romerol
Quantity: 10 Quantity: 15

View File

@@ -213,7 +213,7 @@
max: 150.0 max: 150.0
damage: damage:
types: types:
Cellular: -2 Cellular: -2
- type: reagent - type: reagent
id: Dermaline id: Dermaline
@@ -559,21 +559,17 @@
probability: 0.05 probability: 0.05
- type: reagent - type: reagent
id: Romerol id: Ambuzol
name: reagent-name-romerol name: reagent-name-ambuzol
group: Medicine group: Medicine
desc: reagent-desc-romerol desc: reagent-desc-ambuzol
physicalDesc: reagent-physical-desc-acrid physicalDesc: reagent-physical-desc-crisp
flavor: medicine flavor: medicine
color: "#7e916e" color: "#86caf7"
metabolisms: metabolisms:
Medicine: Medicine:
effects: effects:
- !type:HealthChange - !type:CureZombieInfection
damage:
types:
Poison: 0.5
- !type:CureZombieInfection
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold
min: 10 min: 10

View File

@@ -384,20 +384,16 @@
Poison: 2 Poison: 2
- type: reagent - type: reagent
id: Corpium id: Romerol
name: reagent-name-corpium name: reagent-name-romerol
group: Toxins group: Toxins
desc: reagent-desc-corpium desc: reagent-desc-romerol
physicalDesc: reagent-physical-desc-necrotic physicalDesc: reagent-physical-desc-necrotic
flavor: bitter flavor: bitter
color: "#7668a1" color: "#7e916e"
metabolisms: metabolisms:
Poison: Medicine:
effects: effects:
- !type:HealthChange
damage:
types:
Cellular: 1
- !type:CauseZombieInfection - !type:CauseZombieInfection
conditions: conditions:
- !type:ReagentThreshold - !type:ReagentThreshold
@@ -502,4 +498,4 @@
- !type:HealthChange - !type:HealthChange
damage: damage:
types: types:
Poison: 0.6 # Makes it 20 damage per unit. Poison: 0.6 # Makes it 20 damage per unit.

View File

@@ -209,14 +209,16 @@
Phalanximine: 3 Phalanximine: 3
- type: reaction - type: reaction
id: Romerol id: Ambuzol
reactants: reactants:
Phalanximine: Dylovene:
amount: 1 amount: 1
Tricordrazine: Ammonia:
amount: 1 amount: 1
Blood:
amount: 2
products: products:
Romerol: 2 Ambuzol: 4
- type: reaction - type: reaction
id: Synaptizine id: Synaptizine
@@ -373,13 +375,13 @@
impact: Medium impact: Medium
minTemp: 370 minTemp: 370
reactants: reactants:
SodiumCarbonate: SodiumCarbonate:
amount: 1 amount: 1
Kelotane: Kelotane:
amount: 1 amount: 1
Water: Water:
amount: 1 amount: 1
Sugar: Sugar:
amount: 1 amount: 1
products: products:
Sigynate: 4 Sigynate: 4