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

@@ -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