Psicodine, Mannitol, Lipolicide and Happiness (#27134)

* reagents

* Update Resources/Locale/en-US/reagents/meta/narcotics.ftl

---------

Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
potato1234_x
2024-04-22 18:45:38 +10:00
committed by GitHub
parent 35ac720d19
commit e2b260d894
13 changed files with 258 additions and 0 deletions

View File

@@ -1058,3 +1058,13 @@
id: violets
flavorType: Complex
description: flavor-complex-violets
- type: flavor
id: mothballs
flavorType: Complex
description: flavor-complex-mothballs
- type: flavor
id: paintthinner
flavorType: Complex
description: flavor-complex-paint-thinner

View File

@@ -1199,3 +1199,67 @@
Heat: -3.0
Shock: -3.0
Caustic: -1.0
- type: reagent
id : Mannitol # currently this is just a way to create psicodine
name: reagent-name-mannitol
group: Medicine
desc: reagent-desc-mannitol
physicalDesc: reagent-physical-desc-opaque
flavor: sweet
color: "#A0A0A0"
metabolisms:
Medicine:
effects:
- !type:PopupMessage
conditions:
- !type:ReagentThreshold
min: 15
type: Local
visualType: Medium
messages: [ "mannitol-effect-enlightened" ]
probability: 0.2
- type: reagent
id: Psicodine
name: reagent-name-psicodine
group: Medicine
desc: reagent-desc-psicodine
physicalDesc: reagent-physical-desc-shiny
flavor: bitter
color: "#07E79E"
metabolisms:
Medicine:
effects:
- !type:HealthChange
conditions:
- !type:ReagentThreshold
min: 30
damage:
types:
Poison: 2
- !type:GenericStatusEffect
conditions:
- !type:ReagentThreshold
min: 30
key: SeeingRainbows
component: SeeingRainbows
type: Add
time: 8
refresh: false
- !type:GenericStatusEffect
key: Jitter
time: 2.0
type: Remove
- !type:GenericStatusEffect
key: Drunk
time: 6.0
type: Remove
- !type:PopupMessage # we dont have sanity/mood so this will have to do
type: Local
visualType: Medium
messages:
- "psicodine-effect-fearless"
- "psicodine-effect-anxieties-wash-away"
- "psicodine-effect-at-peace"
probability: 0.2

View File

@@ -407,3 +407,53 @@
conditions:
- !type:ReagentThreshold
min: 20
- type: reagent
id: Happiness
name: reagent-name-happiness
group: Narcotics
desc: reagent-desc-happiness
physicalDesc: reagent-physical-desc-soothing
flavor: paintthinner
color: "#EE35FF"
metabolisms:
Narcotic:
effects:
- !type:Emote
emote: Laugh
showInChat: true
probability: 0.1
conditions:
- !type:ReagentThreshold
max: 20
- !type:Emote
emote: Whistle
showInChat: true
probability: 0.1
conditions:
- !type:ReagentThreshold
max: 20
- !type:Emote
emote: Crying
showInChat: true
probability: 0.1
conditions:
- !type:ReagentThreshold
min: 20
- !type:PopupMessage # we dont have sanity/mood so this will have to do
type: Local
visualType: Medium
messages:
- "psicodine-effect-fearless"
- "psicodine-effect-anxieties-wash-away"
- "psicodine-effect-at-peace"
probability: 0.2
conditions:
- !type:ReagentThreshold
max: 20
- !type:GenericStatusEffect
key: SeeingRainbows
component: SeeingRainbows
type: Add
time: 5
refresh: false

View File

@@ -641,3 +641,23 @@
- !type:Electrocute
probability: 0.8
- type: reagent
id: Lipolicide
name: reagent-name-lipolicide
group: Toxins
desc: reagent-desc-lipolicide
physicalDesc: reagent-physical-desc-strong-smelling
flavor: mothballs #why does weightloss juice taste like mothballs
color: "#F0FFF0"
metabolisms:
Poison:
effects:
- !type:HealthChange
conditions:
- !type:Hunger
max: 50
damage:
types:
Poison: 2
- !type:SatiateHunger
factor: -6

View File

@@ -298,6 +298,18 @@
products:
Lipozine: 3
- type: reaction
id: Mannitol
reactants:
Hydrogen:
amount: 1
Water:
amount: 1
Sugar:
amount: 1
products:
Mannitol: 3
- type: reaction
id: MindbreakerToxin
minTemp: 370
@@ -571,3 +583,43 @@
amount: 2
products:
Aloxadone: 4
- type: reaction
id: Psicodine
impact: Medium
reactants:
Mannitol:
amount: 2
Impedrezene:
amount: 1
Water:
amount: 2
products:
Psicodine: 4
- type: reaction
id: Lipolicide
reactants:
Ephedrine:
amount: 1
Diethylamine:
amount: 1
Mercury:
amount: 1
products:
Lipolicide: 3
- type: reaction
id: Happiness
reactants:
Laughter:
amount: 2
Epinephrine:
amount: 1
Ethanol:
amount: 1
Plasma:
amount: 5
catalyst: true
products:
Happiness: 4