Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sadness Attempt 2 #32611

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/reagents/meta/narcotics.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ reagent-desc-tear-gas = A chemical that causes severe irritation and crying, com

reagent-name-happiness = happiness
reagent-desc-happiness = Fills you with ecstatic numbness and causes minor brain damage. Highly addictive. If overdosed causes sudden mood swings.

reagent-name-sadness = sadness
reagent-desc-sadness = A fragrant chemical that sucks the motivation out of you. Induces a short-term depression when consumed.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/reagents/meta/physical-desc.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ reagent-physical-desc-reflective = reflective
reagent-physical-desc-holy = holy
reagent-physical-desc-slimy = slimy
reagent-physical-desc-neural = neural
reagent-physical-desc-fragrant = fragrant
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/reagents/sadness.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sadness-effect-miserable = You feel miserable.
sadness-effect-slow = You can't muster the motivation to move.
sadness-effect-tears = You feel tears welling up in your eyes.
30 changes: 30 additions & 0 deletions Resources/Prototypes/Reagents/narcotics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,3 +461,33 @@
type: Add
time: 5
refresh: false

- type: reagent
id: Sadness
name: reagent-name-sadness
group: Narcotics
desc: reagent-desc-sadness
physicalDesc: reagent-physical-desc-fragrant
flavor: horrible
color: "#283a71"
metabolisms:
Narcotic:
effects:
- !type:Emote
emote: Crying
showInChat: true
probability: 0.1
- !type:PopupMessage # still no sanity or mood
type: Local
visualType: Medium
messages:
- "sadness-effect-miserable"
- "sadness-effect-slow"
- "sadness-effect-tears"
probability: 0.2
- !type:MovespeedModifier
walkSpeedModifier: 0.75
sprintSpeedModifier: 0.75
conditions:
- !type:ReagentThreshold
min: 5
13 changes: 12 additions & 1 deletion Resources/Prototypes/Recipes/Reactions/chemicals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
amount: 1
Sulfur:
amount: 1
Oxygen:
Oxygen:
amount: 2
products:
SulfuricAcid: 3
Expand Down Expand Up @@ -337,6 +337,17 @@
products:
MuteToxin: 2

- type: reaction
id: Sadness
impact: Medium
reactants:
Happiness:
amount: 1
Copper:
amount: 1
products:
Sadness: 2

- type: reaction
id: ChloralHydrate
impact: Medium
Expand Down
Loading