diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index d2ecd7a9b5..9fecc97a77 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -39,7 +39,7 @@ - type: Barotrauma damage: types: - Blunt: 0.15 #per second, scales with pressure and other constants. + Blunt: 0.35 #per second, scales with pressure and other constants. - type: DamageOnHighSpeedImpact damage: types: diff --git a/Resources/Prototypes/Entities/Mobs/Species/slime.yml b/Resources/Prototypes/Entities/Mobs/Species/slime.yml index 0f183594fe..d43fa6d8a4 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/slime.yml @@ -32,7 +32,7 @@ - type: Barotrauma damage: types: - Blunt: 0.3 #per second, scales with pressure and other constants. Twice as much as humans. + Blunt: 0.45 #per second, scales with pressure and other constants. Slighty more than humans. - type: Reactive groups: Flammable: [ Touch ]