Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Resources/Locale/en-US/_Persistence14/reagents.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ reagent-desc-mnemosyne = The distilled essence of memory and identity.
reagent-name-polycider = Polycider Elixir
reagent-desc-polycider = 3/10 wizard schools recommend this elixir for all your shapeshifting needs.

# MEDICINE #
reagent-name-pyronitrodone = pyronitrodone
reagent-desc-pyronitrodone = A chemical used as a base for pyrogenics, can burn out toxins from the system on it's own.

reagent-name-noxapyrone = noxapyrone
reagent-desc-noxapyrone = A pyrogenic that slowly kills off effects of radiation in patients. Can be used on dead.

# NARCOTICS #
reagent-name-nectar = nectar
reagent-desc-nectar = A mysterious, highly reactive sustance extracted from ambrosia deus. Causes intoxication and hallucinations in living creatures, but be careful of overdosing...
39 changes: 39 additions & 0 deletions Resources/Prototypes/_Persistence14/Reagents/medicine.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
- type: reagent
id: Pyronitrodone
name: reagent-name-pyronitrodone
group: Medicine
desc: reagent-desc-pyronitrodone
physicalDesc: reagent-physical-desc-fizzy
flavor: medicine
color: "#f2773a"
metabolisms:
Bloodstream:
effects:
- !type:HealthChange
conditions:
- !type:TemperatureCondition
min: 335.0
damage:
types:
Heat: -3
Poison: -4
- type: reagent
id: Noxapyrone
name: reagent-name-noxapyrone
group: Medicine
desc: reagent-desc-noxapyrone
physicalDesc: reagent-physical-desc-cloudy
flavor: medicine
color: "#371f4f"
worksOnTheDead: true
metabolisms:
Bloodstream:
effects:
- !type:HealthChange
conditions:
- !type:TemperatureCondition
min: 350.0
damage:
types:
Heat: -2
Radiation: -2
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,32 @@
products:
Omnizine: 1
Acetone: 1
Radium: 2
Radium: 2

- type: reaction
id: Pyronitrodone
minTemp: 370
reactants:
Nitrogen:
amount: 2
Oil:
amount: 1
TranexamicAcid:
amount: 1
products:
Pyronitrodone: 4

- type: reaction
id: Noxapyrone
minTemp: 400
reactants:
Plasma:
amount: 1
Benzene:
amount: 1
Pyronitrodone:
amount: 1
Silicon:
amount: 1
products:
Noxapyrone: 2
Loading