Skip to content

Commit

Permalink
Cherry-picked commit c2d52e4 from space-wizards/space-station-14/master
Browse files Browse the repository at this point in the history
  • Loading branch information
UbaserB authored and SimpleStation14 committed Apr 21, 2024
1 parent 3bf08c7 commit d69e7aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@
- type: Barotrauma
damage:
types:
Blunt: 0.55 #per second, scales with pressure and other constants.
Blunt: 0.50 #per second, scales with pressure and other constants.
Heat: 0.1
- type: PassiveDamage # Slight passive regen. Assuming one damage type, comes out to about 4 damage a minute.
allowedStates:
- Alive
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/Entities/Mobs/Species/slime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
- type: Barotrauma
damage:
types:
Blunt: 0.60 #per second, scales with pressure and other constants. Slighty more than humans.
Blunt: 0.50 #per second, scales with pressure and other constants.
Heat: 0.2 # 0.1 more than humans, i feel like low pressure would make slime boil more than blunt stretch them so i decided on this instead.
- type: Reactive
groups:
Flammable: [ Touch ]
Expand Down

0 comments on commit d69e7aa

Please sign in to comment.