From 59390b8795dca884de7b448f08c91afd0f954362 Mon Sep 17 00:00:00 2001 From: liltenhead <104418166+liltenhead@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:21:36 -0700 Subject: [PATCH] Space Damage Increase Part 2 (#20234) * slime space damage * base space damage --- Resources/Prototypes/Entities/Mobs/Species/base.yml | 2 +- Resources/Prototypes/Entities/Mobs/Species/slime.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ] -- 2.51.2