Skip to content

Commit

Permalink
Fix med tuning (Goob-Station#940)
Browse files Browse the repository at this point in the history
Reduced healing values of all applicable meds by 5 to reflect their SS13 counterpart.
  • Loading branch information
Tmanzxd authored Nov 22, 2024
1 parent e41bff0 commit 9a82031
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
- Biological
damage:
types:
Heat: -15
Cold: -15
Shock: -15
Caustic: -10 #Was 5 per type & 1.5 caustic, Buffed due to limb damage changes (Goobstation)
Heat: -10
Cold: -10
Shock: -10
Caustic: -5 #Was 5 per type & 1.5 caustic, Buffed due to limb damage changes (Goobstation)
healingBeginSound:
path: "/Audio/Items/Medical/ointment_begin.ogg"
healingEndSound:
Expand Down Expand Up @@ -83,10 +83,10 @@
- Biological
damage:
types:
Heat: -20
Cold: -20
Shock: -20
Caustic: -20 #Was 10 per type, Buffed due to limb damage changes (Goobstation)
Heat: -15
Cold: -15
Shock: -15
Caustic: -15 #Was 10 per type, Buffed due to limb damage changes (Goobstation)
healingBeginSound:
path: "/Audio/Items/Medical/ointment_begin.ogg"
healingEndSound:
Expand Down Expand Up @@ -123,7 +123,7 @@
- Biological
damage:
groups:
Brute: -45 # was 5 for each, Buffed due to limb damage changes (Goobstation)
Brute: -30 # was 5 (-15 Brute) for each, Buffed due to limb damage changes (Goobstation)
healingBeginSound:
path: "/Audio/Items/Medical/brutepack_begin.ogg"
healingEndSound:
Expand Down Expand Up @@ -172,7 +172,7 @@
- Biological
damage:
groups:
Brute: -60 # was 10 for each, now 20 for each type in the group, Buffed due to surgery changes (Goobstation)
Brute: -45 # was 10 for each, Buffed due to Limb Damage Changes (Goobstation)
bloodlossModifier: -10 # a suture should stop ongoing bleeding
healingBeginSound:
path: "/Audio/Items/Medical/brutepack_begin.ogg"
Expand Down Expand Up @@ -210,7 +210,7 @@
- Biological
damage:
types:
Bloodloss: -2.5 #lowers bloodloss damage, was .5 buffed to 5 due to Limb Damage Changes (Goobstation)
Bloodloss: -2.5 #lowers bloodloss damage, was .5 buffed due to Limb Damage Changes (Goobstation)
ModifyBloodLevel: 30 #used to restore 5% blood per use, now restores about 10% blood per use on standard Buffed due to Limb Damage Changes (Goobstation)
healingBeginSound:
path: "/Audio/Items/Medical/brutepack_begin.ogg"
Expand Down Expand Up @@ -276,8 +276,8 @@
- Biological
damage:
types:
Slash: -15 # Was 5
Piercing: -20 # Was 10, Buffed due to limb damage changes (Goobstation)
Slash: -10 # Was 5
Piercing: -15 # Was 10, Buffed due to limb damage changes (Goobstation)
bloodlossModifier: -10
healingBeginSound:
path: "/Audio/Items/Medical/brutepack_begin.ogg"
Expand All @@ -304,7 +304,7 @@
components:
- type: Stack
lingering: true
count: 10
count: 15

- type: entity
name: aloe cream
Expand Down

0 comments on commit 9a82031

Please sign in to comment.