Narcolepsy medication tweaks (#13710)

This commit is contained in:
Scribbles0
2023-01-27 13:11:06 -08:00
committed by GitHub
parent af34483aca
commit 9d49f476a8
5 changed files with 86 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
### Messages that pop up when metabolizing ethyloxyephedrine
ethyloxyephedrine-effect-feeling-awake = You feel more awake.
ethyloxyephedrine-effect-clear-mind = The fog of sleep before you clears away.

View File

@@ -89,4 +89,10 @@ reagent-name-ethylredoxrazine = ethylredoxrazine
reagent-desc-ethylredoxrazine = Neutralises the effects of alcohol in the blood stream. Though it is commonly needed, it is rarely requested.
reagent-name-cognizine = cognizine
reagent-desc-cognizine = A mysterious chemical which is able to make any non-sentient creature sentient.
reagent-desc-cognizine = A mysterious chemical which is able to make any non-sentient creature sentient.
reagent-name-ethyloxyephedrine = ethyloxyephedrine
reagent-desc-ethyloxyephedrine = An unstable medicine derived from desoxyephedrine. With the main effects of desoxyephedrine neutralized, it may be useful for something else.
reagent-name-diphenylmethylamine = diphenylmethylamine
reagent-desc-diphenylmethylamine = A more stable medicine than ethyloxyephedrine. Useful for keeping someone awake.

View File

@@ -711,3 +711,49 @@
conditions:
- !type:ReagentThreshold
min: 5
- type: reagent
id: Ethyloxyephedrine
name: reagent-name-ethyloxyephedrine
desc: reagent-desc-ethyloxyephedrine
group: Medicine
physicalDesc: reagent-physical-desc-shiny
flavor: medicine
color: "#d5d5e4"
metabolisms:
Medicine:
effects:
- !type:Jitter
- !type:GenericStatusEffect
key: Stutter
component: StutteringAccent
- !type:ResetNarcolepsy
conditions:
- !type:ReagentThreshold
min: 10
- !type:PopupMessage
visualType: Medium
messages: ["ethyloxyephedrine-effect-feeling-awake", "ethyloxyephedrine-effect-clear-mind"]
type: Local
probability: 0.1
- type: reagent
id: Diphenylmethylamine
name: reagent-name-diphenylmethylamine
desc: reagent-desc-diphenylmethylamine
group: Medicine
physicalDesc: reagent-physical-desc-glowing
flavor: medicine
color: "#b0abaa"
metabolisms:
Medicine:
effects:
- !type:ResetNarcolepsy
conditions:
- !type:ReagentThreshold
min: 5
- !type:PopupMessage
visualType: Medium
messages: ["ethyloxyephedrine-effect-feeling-awake", "ethyloxyephedrine-effect-clear-mind"]
type: Local
probability: 0.1

View File

@@ -45,7 +45,7 @@
- !type:ResetNarcolepsy
conditions:
- !type:ReagentThreshold
min: 5
min: 20
- type: reagent
id: Ephedrine
@@ -90,7 +90,7 @@
- !type:ResetNarcolepsy
conditions:
- !type:ReagentThreshold
min: 10
min: 30
- type: reagent
id: THC

View File

@@ -361,4 +361,30 @@
Oxygen:
amount: 1
products:
NorepinephricAcid: 2
NorepinephricAcid: 2
- type: reaction
id: Ethyloxyephedrine
impact: Medium
reactants:
Desoxyephedrine:
amount: 1
Stellibinin:
amount: 1
products:
Ethyloxyephedrine: 2
- type: reaction
id: Diphenylmethylamine
impact: Medium
reactants:
Ethyloxyephedrine:
amount: 1
Charcoal:
amount: 1
Pax:
amount: 1
Coffee:
amount: 1
products:
Diphenylmethylamine: 2