Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: FoxxoTrystan <[email protected]>
Signed-off-by: VMSolidus <[email protected]>
  • Loading branch information
VMSolidus and FoxxoTrystan authored Dec 3, 2024
1 parent 9aade6c commit e8cd362
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions Resources/Prototypes/Reagents/medicine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
physicalDesc: reagent-physical-desc-fizzy
flavor: medicine
color: "#0091ff"
worksOnTheDead: true # Floof
worksOnTheDead: true
plantMetabolism:
- !type:PlantAdjustToxins
amount: -5
Expand All @@ -199,12 +199,9 @@
damage:
# todo scale with temp like SS13
groups:
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 @@ -214,7 +211,7 @@
physicalDesc: reagent-physical-desc-bubbling
flavor: medicine
color: "#32cd32"
worksOnTheDead: true # Floof
worksOnTheDead: true
metabolisms:
Medicine:
effects:
Expand All @@ -224,9 +221,9 @@
max: 213.0
damage:
types:
Cellular: -4 # Floof: -2<-4
groups: # Floof
Brute: 1 # Floof
Cellular: -4
groups:
Brute: 1

- type: reagent
id: Dermaline
Expand Down Expand Up @@ -498,12 +495,12 @@
- !type:AdjustTemperature
conditions:
- !type:Temperature
max: 288.15 # Floof
max: 288.15
amount: 100000 # thermal energy, not temperature!
- !type:AdjustTemperature
conditions:
- !type:Temperature
min: 298.15 # Floof
min: 298.15
amount: -10000
- !type:PopupMessage
type: Local
Expand Down Expand Up @@ -1201,7 +1198,7 @@
types:
Heat: -3.0
Shock: -3.0
Cold: -3.0 # Floof
Cold: -3.0
Caustic: -1.0

- type: reagent
Expand Down

0 comments on commit e8cd362

Please sign in to comment.