From 12d59fe7ae265383d596d7f47b62f6bc6d8f0a34 Mon Sep 17 00:00:00 2001 From: EmoGarbage404 <98561806+EmoGarbage404@users.noreply.github.com> Date: Fri, 27 May 2022 21:19:32 -0400 Subject: [PATCH] rebalance pressure, airloss, cold (#8482) --- Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml | 10 +++++----- Resources/Prototypes/Entities/Mobs/Player/human.yml | 4 ++-- .../Prototypes/Entities/Mobs/Player/reptilian.yml | 4 ++-- Resources/Prototypes/Entities/Mobs/Player/vox.yml | 4 ++-- Resources/Prototypes/Entities/Mobs/Species/dwarf.yml | 4 ++-- Resources/Prototypes/Entities/Mobs/Species/human.yml | 7 +++---- .../Prototypes/Entities/Mobs/Species/reptilian.yml | 4 ++-- .../Prototypes/Entities/Mobs/Species/skeleton.yml | 2 +- Resources/Prototypes/Entities/Mobs/Species/slime.yml | 2 +- Resources/Prototypes/Entities/Mobs/Species/vox.yml | 4 ++-- 10 files changed, 22 insertions(+), 23 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml index db9dbfe9ad..691f5be098 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml @@ -85,11 +85,11 @@ currentTemperature: 310.15 coldDamage: types: - Cold : 1 #per second, scales with temperature & other constants + Cold : 0.1 #per second, scales with temperature & other constants specificHeat: 42 heatDamage: types: - Heat : 1 #per second, scales with temperature & other constants + Heat : 0.1 #per second, scales with temperature & other constants - type: MobState thresholds: 0: !type:NormalMobState {} @@ -166,7 +166,7 @@ - type: Barotrauma damage: types: - Blunt: 1 #per second, scales with pressure and other constants. + Blunt: 0.15 #per second, scales with pressure and other constants. - type: ThermalRegulator metabolismHeat: 800 radiatedHeat: 100 @@ -178,10 +178,10 @@ - type: Respirator damage: types: - Asphyxiation: 3 + Asphyxiation: 2 damageRecovery: types: - Asphyxiation: -1.5 + Asphyxiation: -1.0 - type: Temperature heatDamageThreshold: 360 coldDamageThreshold: 260 diff --git a/Resources/Prototypes/Entities/Mobs/Player/human.yml b/Resources/Prototypes/Entities/Mobs/Player/human.yml index 4decaa22d6..41a5842144 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/human.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/human.yml @@ -21,10 +21,10 @@ - type: Respirator damage: types: - Asphyxiation: 1.5 + Asphyxiation: 1.0 damageRecovery: types: - Asphyxiation: -1.5 + Asphyxiation: -1.0 - type: Alerts - type: Actions - type: Eye diff --git a/Resources/Prototypes/Entities/Mobs/Player/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Player/reptilian.yml index 8e78195d7b..c56ef5ba83 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/reptilian.yml @@ -32,8 +32,8 @@ - type: Respirator damage: types: - Asphyxiation: 1.5 + Asphyxiation: 1.0 damageRecovery: types: - Asphyxiation: -1.5 + Asphyxiation: -1.0 #Weh diff --git a/Resources/Prototypes/Entities/Mobs/Player/vox.yml b/Resources/Prototypes/Entities/Mobs/Player/vox.yml index 44b96ecaba..ab9fbefd91 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/vox.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/vox.yml @@ -31,8 +31,8 @@ - type: Respirator damage: types: - Asphyxiation: 1.5 + Asphyxiation: 1.0 damageRecovery: types: - Asphyxiation: -1.5 + Asphyxiation: -1.0 diff --git a/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml b/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml index f40a537a14..f40e5970bb 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml @@ -12,10 +12,10 @@ - type: Respirator damage: types: - Asphyxiation: 3 + Asphyxiation: 2 damageRecovery: types: - Asphyxiation: -1.5 + Asphyxiation: -1.0 - type: Sprite netsync: false noRot: true diff --git a/Resources/Prototypes/Entities/Mobs/Species/human.yml b/Resources/Prototypes/Entities/Mobs/Species/human.yml index d5a010bc9b..74b4a9f78c 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/human.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/human.yml @@ -38,7 +38,7 @@ - type: Barotrauma damage: types: - Blunt: 0.7 #per second, scales with pressure and other constants. + Blunt: 0.15 #per second, scales with pressure and other constants. - type: DamageOnHighSpeedImpact damage: types: @@ -190,7 +190,6 @@ Arms: points: 2 required: false - - type: Physics bodyType: KinematicController - type: Fixtures @@ -218,10 +217,10 @@ specificHeat: 42 coldDamage: types: - Cold : 1 #per second, scales with temperature & other constants + Cold: 0.1 #per second, scales with temperature & other constants heatDamage: types: - Heat : 1 #per second, scales with temperature & other constants + Heat: 0.1 #per second, scales with temperature & other constants - type: HumanoidAppearance - type: Body template: HumanoidTemplate diff --git a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml index ad2bffb454..3db4ede72b 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml @@ -135,10 +135,10 @@ specificHeat: 46 coldDamage: types: - Cold : 1.1 #per second, scales with temperature & other constants + Cold : 0.2 #per second, scales with temperature & other constants heatDamage: types: - Heat : 0.9 #per second, scales with temperature & other constants + Heat : 0.1 #per second, scales with temperature & other constants - type: MovementSpeedModifier baseWalkSpeed : 2.7 baseSprintSpeed : 4.5 diff --git a/Resources/Prototypes/Entities/Mobs/Species/skeleton.yml b/Resources/Prototypes/Entities/Mobs/Species/skeleton.yml index 047d4258dd..87f77295a5 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/skeleton.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/skeleton.yml @@ -29,7 +29,7 @@ - type: Barotrauma damage: types: - Blunt: 0.4 #per second, scales with pressure and other constants. + Blunt: 0.1 #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 6ab29a46f8..6c62dd9140 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/slime.yml @@ -120,7 +120,7 @@ - type: Barotrauma damage: types: - Blunt: 1.4 #per second, scales with pressure and other constants. Twice as much as humans. + Blunt: 0.3 #per second, scales with pressure and other constants. Twice as much as humans. - type: Reactive groups: Flammable: [ Touch ] diff --git a/Resources/Prototypes/Entities/Mobs/Species/vox.yml b/Resources/Prototypes/Entities/Mobs/Species/vox.yml index e87d28c8f8..d08bd29cd8 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/vox.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/vox.yml @@ -87,10 +87,10 @@ - type: Respirator damage: types: - Asphyxiation: 3 + Asphyxiation: 2 damageRecovery: types: - Asphyxiation: -1.5 + Asphyxiation: -1.0 - type: HumanoidAppearance canColorHair: false canColorFacialHair: false