-
Notifications
You must be signed in to change notification settings - Fork 147
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
base: master
Are you sure you want to change the base?
Update medicine.yml #1210
Conversation
Merges the med doc by floof. At least one original change by XavierSomething (will update when other PRs are found) Fansana/floofstation1#222
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove Floof Comments, and mostly will need review from others maintainers regarding durk opinion.
@@ -492,12 +498,12 @@ | |||
- !type:AdjustTemperature | |||
conditions: | |||
- !type:Temperature | |||
max: 293.15 | |||
max: 288.15 # Floof |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
min: 298.15 # Floof | |
min: 298.15 |
@@ -1195,6 +1201,7 @@ | |||
types: | |||
Heat: -3.0 | |||
Shock: -3.0 | |||
Cold: -3.0 # Floof |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cold: -3.0 # Floof | |
Cold: -3.0 |
Cellular: -4 # Floof: -2<-4 | ||
groups: # Floof | ||
Brute: 1 # Floof |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cellular: -4 # Floof: -2<-4 | |
groups: # Floof | |
Brute: 1 # Floof | |
Cellular: -4 | |
groups: | |
Brute: 1 |
@@ -211,6 +214,7 @@ | |||
physicalDesc: reagent-physical-desc-bubbling | |||
flavor: medicine | |||
color: "#32cd32" | |||
worksOnTheDead: true # Floof |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
worksOnTheDead: true # Floof | |
worksOnTheDead: true |
Airloss: -10 # Floof: -6<-10 | ||
# Brute: -4 # Floof | ||
# Burn: -6 # Floof | ||
# Toxin: -4 # Floof | ||
- !type:ModifyBloodLevel # Floof | ||
amount: 5 # Floof |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
@@ -181,6 +181,7 @@ | |||
physicalDesc: reagent-physical-desc-fizzy | |||
flavor: medicine | |||
color: "#0091ff" | |||
worksOnTheDead: true # Floof |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
worksOnTheDead: true # Floof | |
worksOnTheDead: true |
Merges the med doc by floof.
At least one original change by XavierSomething (will update when other PRs are found)
Fansana/floofstation1#222