From: liltenhead <104418166+liltenhead@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:21:36 +0000 (-0700) Subject: Space Damage Increase Part 2 (#20234) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=59390b8795dca884de7b448f08c91afd0f954362;p=space-station-14.git Space Damage Increase Part 2 (#20234) * slime space damage * base space damage --- diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index fcdf880858..0a10a12d59 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -235,7 +235,7 @@ - type: Barotrauma damage: types: - Blunt: 0.35 #per second, scales with pressure and other constants. + Blunt: 0.55 #per second, scales with pressure and other constants. # Organs - type: StatusEffects allowed: diff --git a/Resources/Prototypes/Entities/Mobs/Species/slime.yml b/Resources/Prototypes/Entities/Mobs/Species/slime.yml index 7b33d51208..d53ece5061 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/slime.yml @@ -38,7 +38,7 @@ - type: Barotrauma damage: types: - Blunt: 0.45 #per second, scales with pressure and other constants. Slighty more than humans. + Blunt: 0.60 #per second, scales with pressure and other constants. Slighty more than humans. - type: Reactive groups: Flammable: [ Touch ]