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

Floof Med Merge #102

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
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

- type: reagent
id: Doxarubixadone
Expand All @@ -211,6 +214,7 @@
physicalDesc: reagent-physical-desc-bubbling
flavor: medicine
color: "#32cd32"
worksOnTheDead: true # Floof
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

- type: reagent
id: Dermaline
Expand Down Expand Up @@ -492,12 +498,12 @@
- !type:AdjustTemperature
conditions:
- !type:Temperature
max: 293.15
max: 288.15 # Floof
amount: 100000 # thermal energy, not temperature!
- !type:AdjustTemperature
conditions:
- !type:Temperature
min: 293.15
min: 298.15 # Floof
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
Caustic: -1.0

- type: reagent
Expand Down
Loading