Narcolepsy medication tweaks (#13710)
This commit is contained in:
4
Resources/Locale/en-US/reagents/ethyloxyephedrine.ftl
Normal file
4
Resources/Locale/en-US/reagents/ethyloxyephedrine.ftl
Normal 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.
|
||||||
@@ -90,3 +90,9 @@ reagent-desc-ethylredoxrazine = Neutralises the effects of alcohol in the blood
|
|||||||
|
|
||||||
reagent-name-cognizine = cognizine
|
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.
|
||||||
@@ -711,3 +711,49 @@
|
|||||||
conditions:
|
conditions:
|
||||||
- !type:ReagentThreshold
|
- !type:ReagentThreshold
|
||||||
min: 5
|
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
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
- !type:ResetNarcolepsy
|
- !type:ResetNarcolepsy
|
||||||
conditions:
|
conditions:
|
||||||
- !type:ReagentThreshold
|
- !type:ReagentThreshold
|
||||||
min: 5
|
min: 20
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: Ephedrine
|
id: Ephedrine
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
- !type:ResetNarcolepsy
|
- !type:ResetNarcolepsy
|
||||||
conditions:
|
conditions:
|
||||||
- !type:ReagentThreshold
|
- !type:ReagentThreshold
|
||||||
min: 10
|
min: 30
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
id: THC
|
id: THC
|
||||||
|
|||||||
@@ -362,3 +362,29 @@
|
|||||||
amount: 1
|
amount: 1
|
||||||
products:
|
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
|
||||||
Reference in New Issue
Block a user