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

Psych chems no longer stronger than nocturine #2302

Merged
merged 1 commit into from
Nov 27, 2024
Merged
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
156 changes: 78 additions & 78 deletions Resources/Prototypes/_CD/Reagents/medicine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,36 +206,36 @@
damage:
types:
Poison: 0.5
- !type:GenericStatusEffect
conditions:
- !type:ReagentThreshold
reagent: Tranquinase # conflicts with many other meds
min: 2.0
key: ForcedSleep
component: ForcedSleeping
refresh: false
type: Add
probability: 0.4
- !type:GenericStatusEffect
conditions:
- !type:ReagentThreshold
reagent: Soretizone # conflicts with many other meds
min: 3.0
key: ForcedSleep
component: ForcedSleeping
refresh: false
type: Add
probability: 0.3
- !type:GenericStatusEffect
conditions:
- !type:ReagentThreshold
reagent: Agonolexyne # conflicts with many other meds
min: 0.25
key: ForcedSleep
component: ForcedSleeping
refresh: false
type: Add
probability: 0.3
#- !type:GenericStatusEffect
#conditions:
#- !type:ReagentThreshold
#reagent: Tranquinase # conflicts with many other meds
#min: 2.0
#key: ForcedSleep
#component: ForcedSleeping
#refresh: false
#type: Add
#probability: 0.4
#- !type:GenericStatusEffect # DeltaV - Removed all psych med forcesleeps
#conditions:
#- !type:ReagentThreshold
#reagent: Soretizone # conflicts with many other meds
#min: 3.0
#key: ForcedSleep
#component: ForcedSleeping
#refresh: false
#type: Add
#probability: 0.3
#- !type:GenericStatusEffect # DeltaV - Removed all psych med forcesleeps
#conditions:
#- !type:ReagentThreshold
#reagent: Agonolexyne # conflicts with many other meds
#min: 0.25
#key: ForcedSleep
#component: ForcedSleeping
#refresh: false
#type: Add
#probability: 0.3
- !type:PopupMessage
type: Local
visualType: Medium
Expand Down Expand Up @@ -344,15 +344,15 @@
conditions:
- !type:ReagentThreshold
min: 16.5
- !type:GenericStatusEffect
conditions:
- !type:ReagentThreshold
min: 20.0
key: ForcedSleep
component: ForcedSleeping
refresh: false
type: Add
probability: 0.1
#- !type:GenericStatusEffect # DeltaV - Removed all psych med forcesleeps
#conditions:
#- !type:ReagentThreshold
#min: 20.0
#key: ForcedSleep
#component: ForcedSleeping
#refresh: false
#type: Add
#probability: 0.1
- !type:HealthChange # poisons you if you take way too much
conditions:
- !type:ReagentThreshold
Expand Down Expand Up @@ -525,25 +525,25 @@
- "reagent-effect-painkiller-normal3"
- "reagent-effect-painkiller-normal4"
probability: 0.085
- !type:GenericStatusEffect
probability: 0.1
conditions:
- !type:ReagentThreshold
min: 14.5 # overdose knocks you out
key: ForcedSleep
component: ForcedSleeping
refresh: false
type: Add
- !type:GenericStatusEffect
probability: 0.08
conditions:
- !type:ReagentThreshold
reagent: Stubantazine
min: 5 # taking with other painkillers will knock you out
key: ForcedSleep
component: ForcedSleeping
refresh: false
type: Add
#- !type:GenericStatusEffect # DeltaV - Removed all psych med forcesleeps
#probability: 0.1
#conditions:
#- !type:ReagentThreshold
#min: 14.5 # overdose knocks you out
#key: ForcedSleep
#component: ForcedSleeping
#refresh: false
#type: Add
#- !type:GenericStatusEffect # DeltaV - Removed all psych med forcesleeps
#probability: 0.08
#conditions:
#- !type:ReagentThreshold
#reagent: Stubantazine
#min: 5 # taking with other painkillers will knock you out
#key: ForcedSleep
#component: ForcedSleeping
#refresh: false
#type: Add
- !type:AdjustReagent
conditions:
- !type:ReagentThreshold
Expand Down Expand Up @@ -592,26 +592,26 @@
- "reagent-effect-painkiller-strong5"
- "reagent-effect-painkiller-strong6"
probability: 0.1
- !type:GenericStatusEffect
probability: 0.1
conditions:
- !type:ReagentThreshold
reagent: Stubantazine
min: 4 # taking with other painkillers will knock you out
key: ForcedSleep
component: ForcedSleeping
refresh: false
type: Add
- !type:GenericStatusEffect
probability: 0.15
conditions:
- !type:ReagentThreshold
reagent: Soretizone
min: 2 # taking with other painkillers will knock you out
key: ForcedSleep
component: ForcedSleeping
refresh: false
type: Add
#- !type:GenericStatusEffect # DeltaV - Removed all psych med forcesleeps
#probability: 0.1
#conditions:
#- !type:ReagentThreshold
#reagent: Stubantazine
#min: 4 # taking with other painkillers will knock you out
#key: ForcedSleep
#component: ForcedSleeping
#refresh: false
#type: Add
#- !type:GenericStatusEffect # DeltaV - Removed all psych med forcesleeps
#probability: 0.15
#conditions:
#- !type:ReagentThreshold
#reagent: Soretizone
#min: 2 # taking with other painkillers will knock you out
#key: ForcedSleep
#component: ForcedSleeping
#refresh: false
#type: Add
- !type:AdjustReagent
conditions:
- !type:ReagentThreshold
Expand Down
Loading