Уменьшение урона от удушения

This commit is contained in:
VigersRay 2024-07-27 01:11:41 +03:00
parent 7e989794b7
commit a925a2b055
9 changed files with 12 additions and 12 deletions

View file

@ -274,12 +274,12 @@ namespace Content.Shared.Atmos
/// The amount of pressure damage someone takes is equal to ((pressure / HAZARD_HIGH_PRESSURE) - 1)*PRESSURE_DAMAGE_COEFFICIENT,
/// with the maximum of MaxHighPressureDamage.
/// </summary>
public const float PressureDamageCoefficient = 4;
public const float PressureDamageCoefficient = 1; // Sunrise-Casual
/// <summary>
/// Maximum amount of damage that can be endured with high pressure.
/// </summary>
public const int MaxHighPressureDamage = 4;
public const int MaxHighPressureDamage = 1; // Sunrise-Casual
/// <summary>
/// The amount of damage someone takes when in a low pressure area

View file

@ -7,7 +7,7 @@
- type: Respirator
damage:
types:
Asphyxiation: 1.5 # This makes space and crit more lethal to arachnids.
Asphyxiation: 0.5 # Sunrise-Casual
damageRecovery:
types:
Asphyxiation: -0.5
Asphyxiation: -1.0

View file

@ -277,7 +277,7 @@
- type: Respirator
damage:
types:
Asphyxiation: 1.0
Asphyxiation: 0.5 # Sunrise-Casual
damageRecovery:
types:
Asphyxiation: -1.0

View file

@ -13,7 +13,7 @@
- type: Respirator
damage:
types:
Asphyxiation: 2
Asphyxiation: 0.5 # Sunrise-Casual
damageRecovery:
types:
Asphyxiation: -1.0

View file

@ -104,7 +104,7 @@
- type: Respirator
damage:
types:
Asphyxiation: 0.2
Asphyxiation: 0.5 # Sunrise-Casual
damageRecovery:
types:
Asphyxiation: -1.0

View file

@ -212,7 +212,7 @@
- type: Respirator
damage:
types:
Asphyxiation: 2
Asphyxiation: 0.5 # Sunrise-Casual
damageRecovery:
types:
Asphyxiation: -1.0

View file

@ -35,7 +35,7 @@
- type: Respirator
damage:
types:
Asphyxiation: 1.0
Asphyxiation: 0.5
damageRecovery:
types:
Asphyxiation: -1.0

View file

@ -54,10 +54,10 @@
- type: Respirator
damage:
types:
Asphyxiation: 1.5
Asphyxiation: 0.5
damageRecovery:
types:
Asphyxiation: -1.5
Asphyxiation: -1.0
- type: NpcFactionMember
factions:
- NanoTrasen

View file

@ -8,7 +8,7 @@
- type: Respirator
damage:
types:
Asphyxiation: 0.2
Asphyxiation: 0.5
damageRecovery:
types:
Asphyxiation: -1.0