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

Update medicine.yml #1210

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
23 changes: 15 additions & 8 deletions Resources/Prototypes/Reagents/medicine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
- !type:ReagentThreshold
min: 15
- !type:Drunk

- type: reagent
id: Cryoxadone
name: reagent-name-cryoxadone
Expand All @@ -181,6 +181,7 @@
physicalDesc: reagent-physical-desc-fizzy
flavor: medicine
color: "#0091ff"
worksOnTheDead: true # Floof
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
worksOnTheDead: true # Floof
worksOnTheDead: true

plantMetabolism:
- !type:PlantAdjustToxins
amount: -5
Expand All @@ -198,10 +199,12 @@
damage:
# todo scale with temp like SS13
groups:
Airloss: -6
Brute: -4
Burn: -6
Toxin: -4
Airloss: -10 # Floof: -6<-10
# Brute: -4 # Floof
# Burn: -6 # Floof
# Toxin: -4 # Floof
- !type:ModifyBloodLevel # Floof
amount: 5 # Floof
Comment on lines +202 to +207
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Airloss: -10 # Floof: -6<-10
# Brute: -4 # Floof
# Burn: -6 # Floof
# Toxin: -4 # Floof
- !type:ModifyBloodLevel # Floof
amount: 5 # Floof
Airloss: -10
- !type:ModifyBloodLevel
amount: 5


- type: reagent
id: Doxarubixadone
Expand All @@ -211,6 +214,7 @@
physicalDesc: reagent-physical-desc-bubbling
flavor: medicine
color: "#32cd32"
worksOnTheDead: true # Floof
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
worksOnTheDead: true # Floof
worksOnTheDead: true

metabolisms:
Medicine:
effects:
Expand All @@ -220,7 +224,9 @@
max: 213.0
damage:
types:
Cellular: -2
Cellular: -4 # Floof: -2<-4
groups: # Floof
Brute: 1 # Floof
Comment on lines +227 to +229
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Cellular: -4 # Floof: -2<-4
groups: # Floof
Brute: 1 # Floof
Cellular: -4
groups:
Brute: 1


- type: reagent
id: Dermaline
Expand Down Expand Up @@ -492,12 +498,12 @@
- !type:AdjustTemperature
conditions:
- !type:Temperature
max: 293.15
max: 288.15 # Floof
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
max: 288.15 # Floof
max: 288.15

amount: 100000 # thermal energy, not temperature!
- !type:AdjustTemperature
conditions:
- !type:Temperature
min: 293.15
min: 298.15 # Floof
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
min: 298.15 # Floof
min: 298.15

amount: -10000
- !type:PopupMessage
type: Local
Expand Down Expand Up @@ -1195,6 +1201,7 @@
types:
Heat: -3.0
Shock: -3.0
Cold: -3.0 # Floof
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Cold: -3.0 # Floof
Cold: -3.0

Caustic: -1.0

- type: reagent
Expand Down
Loading