diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml index c2dc14ca0e..a211fbca97 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/armor.yml @@ -21,6 +21,8 @@ Slash: 0.70 Piercing: 0.70 #Can save you, but bullets will still hurt. Will take about 10 shots from a Viper before critting, as opposed to 7 while unarmored and 16~ with a bulletproof vest. Heat: 0.80 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.6 - type: ExplosionResistance damageCoefficient: 0.90 @@ -63,6 +65,8 @@ Slash: 0.9 Piercing: 0.4 Heat: 0.9 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.6 - type: ExplosionResistance damageCoefficient: 0.80 @@ -83,6 +87,8 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.4 # this technically means it protects against fires pretty well? -heat is just for lasers and stuff, not atmos temperature + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.6 - type: Reflect reflectProb: 1 reflects: @@ -114,6 +120,8 @@ Piercing: 0.6 Heat: 0.5 Caustic: 0.9 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.5 - type: GroupExamine - type: entity @@ -159,6 +167,8 @@ Slash: 0.6 Piercing: 0.3 Heat: 0.9 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.4 - type: StaticPrice price: 1500 @@ -185,6 +195,8 @@ Heat: 0.3 Radiation: 0.5 Caustic: 0.5 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.4 - type: FireProtection reduction: 0.85 - type: StaticPrice @@ -208,6 +220,8 @@ Slash: 0.7 Piercing: 0.5 Heat: 0.9 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.5 # Armor covering multiple body parts including limbs @@ -234,8 +248,8 @@ Piercing: 0.35 Heat: 0.35 Caustic: 0.5 - - type: StaminaResistance # do not add these to other equipment or mobs, we don't want to microbalance these everywhere - damageCoefficient: 0.75 # 0.45 # Stories + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.4 - type: ClothingSpeedModifier walkModifier: 0.9 sprintModifier: 0.9 @@ -306,6 +320,8 @@ Piercing: 0.7 Heat: 0.9 Caustic: 0.9 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.45 - type: ExplosionResistance damageCoefficient: 0.9 - type: GroupExamine @@ -327,6 +343,8 @@ Slash: 0.5 Piercing: 0.5 Heat: 0.5 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.5 - type: GroupExamine - type: entity @@ -348,6 +366,8 @@ Heat: 0.5 Radiation: 0 Caustic: 0.75 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.5 - type: GroupExamine - type: ProtectedFromStepTriggers slots: WITHOUT_POCKET @@ -440,6 +460,8 @@ Blunt: 0.6 Slash: 0.8 Piercing: 0.4 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.65 - type: ClothingSpeedModifier walkModifier: 0.8 sprintModifier: 0.8 @@ -470,6 +492,8 @@ Slash: 0.5 Piercing: 0.6 Heat: 0.5 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.6 - type: GroupExamine - type: ProtectedFromStepTriggers slots: WITHOUT_POCKET diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/bio.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/bio.yml index 9bf6926d96..b0ccd6faf5 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/bio.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/bio.yml @@ -83,6 +83,8 @@ Caustic: 0.8 Slash: 0.6 Piercing: 0.8 + - type: StaminaResistance #Space-Stories + damageCoefficient: 0.6 - type: ZombificationResistance zombificationResistanceCoefficient: 0.4 - type: GroupExamine diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml index 235650d789..d587329f7e 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml @@ -73,6 +73,8 @@ Piercing: 0.6 Heat: 0.7 Caustic: 0.75 # not the full 90% from ss13 because of the head + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.5 - type: entity abstract: true @@ -87,6 +89,8 @@ Piercing: 0.7 Heat: 0.7 Caustic: 0.9 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.5 - type: entity parent: [BaseSecurityCommandContraband, ClothingOuterArmorHoS] @@ -363,6 +367,8 @@ Blunt: 0.8 Slash: 0.65 Piercing: 0.85 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.85 - type: entity parent: ClothingOuterStorageBase @@ -415,6 +421,8 @@ Piercing: 0.65 Heat: 0.85 Caustic: 0.75 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.65 - type: entity parent: ClothingOuterStorageFoldableBase diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index 1ab6ce54e1..1ad08fd783 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -172,6 +172,8 @@ Heat: 0.7 #Goliath hide gets grilled instead of you Radiation: 0.3 Caustic: 0.8 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.7 - type: ClothingSpeedModifier walkModifier: 0.8 sprintModifier: 0.8 @@ -211,6 +213,8 @@ Piercing: 0.5 Heat: 0.3 Radiation: 0.1 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.65 - type: ExplosionResistance damageCoefficient: 0.2 - type: TemperatureProtection @@ -243,6 +247,8 @@ Piercing: 0.6 Heat: 0.8 Caustic: 0.7 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.6 - type: ClothingSpeedModifier walkModifier: 0.75 sprintModifier: 0.75 @@ -274,6 +280,8 @@ Blunt: 0.8 Slash: 0.8 Piercing: 0.7 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.65 - type: ClothingSpeedModifier walkModifier: 0.65 sprintModifier: 0.65 @@ -305,6 +313,8 @@ Piercing: 0.6 Heat: 0.8 Caustic: 0.7 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.5 - type: ClothingSpeedModifier walkModifier: 0.7 sprintModifier: 0.7 @@ -337,6 +347,8 @@ Heat: 0.5 Radiation: 0.5 Caustic: 0.6 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.5 - type: ClothingSpeedModifier walkModifier: 0.8 sprintModifier: 0.8 @@ -487,6 +499,8 @@ Heat: 0.8 Radiation: 0.5 Caustic: 0.6 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.5 - type: ClothingSpeedModifier walkModifier: 0.8 sprintModifier: 0.8 @@ -520,6 +534,8 @@ Heat: 0.9 Radiation: 0.5 Caustic: 0.8 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.75 - type: ClothingSpeedModifier walkModifier: 0.9 sprintModifier: 0.9 @@ -547,7 +563,7 @@ - type: ExplosionResistance damageCoefficient: 0.5 - type: StaminaResistance # do not add these to other equipment or mobs, we don't want to microbalance these everywhere - damageCoefficient: 0.75 + damageCoefficient: 0.5 #Balance Space Stories. Official stats - 0.75 - type: Armor modifiers: coefficients: @@ -628,7 +644,7 @@ - type: FireProtection reduction: 0.8 - type: StaminaResistance # do not add these to other equipment or mobs, we don't want to microbalance these everywhere - damageCoefficient: 0.6 + damageCoefficient: 0.5 #Balance Space Stories. Official stats - 0.6 - type: Armor modifiers: coefficients: @@ -684,7 +700,7 @@ - type: ExplosionResistance damageCoefficient: 0.5 - type: StaminaResistance # do not add these to other equipment or mobs, we don't want to microbalance these everywhere - damageCoefficient: 0.6 + damageCoefficient: 0.4 #Balance Space Stories. Official stats - 0.6 - type: Armor modifiers: coefficients: @@ -736,7 +752,8 @@ - type: PressureProtection highPressureMultiplier: 0.2 lowPressureMultiplier: 1000 - # - type: StaminaResistance # Should not have stamina resistance, this is purely so people know it was not forgotten. + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.65 - type: Armor modifiers: coefficients: @@ -799,6 +816,8 @@ Heat: 0.25 Radiation: 0.25 Caustic: 0.75 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.65 - type: ClothingSpeedModifier walkModifier: 0.8 sprintModifier: 0.8 @@ -865,6 +884,8 @@ Piercing: 0.9 Heat: 0.4 Caustic: 0.75 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.65 - type: ClothingSpeedModifier walkModifier: 0.6 sprintModifier: 0.6 @@ -900,6 +921,8 @@ Piercing: 0.85 Heat: 0.4 Caustic: 0.75 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.6 - type: ClothingSpeedModifier walkModifier: 0.8 sprintModifier: 0.8 @@ -1093,6 +1116,8 @@ Shock: 0.1 Radiation: 0.1 Caustic: 0.1 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.6 - type: ZombificationResistance zombificationResistanceCoefficient: 0.25 - type: ClothingSpeedModifier diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/scraparmor.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/scraparmor.yml index adf4227595..c55201d983 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/scraparmor.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/scraparmor.yml @@ -74,6 +74,8 @@ Piercing: 0.5 #Some nukie tier physical protection... Heat: 0.8 Radiation: 0.8 #Hey, it's a bunch of solid steel. + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.8 - type: ExplosionResistance damageCoefficient: 0.80 - type: ClothingSpeedModifier #But that protection comes at a price. diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml index c16f8a0801..8f4bc019b3 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/suits.yml @@ -18,6 +18,8 @@ Slash: 0.9 Piercing: 0.9 Heat: 0.75 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.7 - type: ExplosionResistance damageCoefficient: 0.15 - type: GroupExamine @@ -169,6 +171,8 @@ Slash: 0.8 Piercing: 0.8 Heat: 0.8 + - type: StaminaResistance #Balance Space Stories + damageCoefficient: 0.6 # phase cloak - type: ToggleClothing action: ActionTogglePhaseCloak diff --git a/Resources/Prototypes/_Stories/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/_Stories/Entities/Clothing/OuterClothing/coats.yml index 386ed83158..1aeffddba2 100644 --- a/Resources/Prototypes/_Stories/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/_Stories/Entities/Clothing/OuterClothing/coats.yml @@ -24,6 +24,8 @@ Slash: 0.75 Piercing: 0.75 Heat: 0.70 + - type: StaminaResistance + damageCoefficient: 0.6 - type: ExplosionResistance damageCoefficient: 0.90 @@ -44,6 +46,10 @@ Slash: 0.70 Piercing: 0.70 Heat: 0.80 + - type: StaminaResistance + damageCoefficient: 0.5 + - type: ExplosionResistance + damageCoefficient: 0.90 - type: entity parent: [ClothingOuterStorageBase, AllowSuitStorageClothing, ClothingOuterArmorBasic] diff --git a/Resources/Prototypes/_Stories/Entities/Clothing/OuterClothing/vests.yml b/Resources/Prototypes/_Stories/Entities/Clothing/OuterClothing/vests.yml index adb5ca0904..2d65250241 100644 --- a/Resources/Prototypes/_Stories/Entities/Clothing/OuterClothing/vests.yml +++ b/Resources/Prototypes/_Stories/Entities/Clothing/OuterClothing/vests.yml @@ -58,6 +58,8 @@ Blunt: 0.6 Slash: 0.6 Piercing: 0.3 + - type: StaminaResistance + damageCoefficient: 0.4 - type: Tag tags: - ForceRecallEquipment