Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DNM] Survivability buff for mid-round antags #2137

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Content.Shared/SS220/DarkReaper/DarkReaperComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ public sealed partial class DarkReaperComponent : Component
Coefficients = new()
{
{"Radiation", 0},
{"Piercing", 0.8f}
{"Piercing", 0.7f},
{"Heat", 0.7f}
}
},

Expand All @@ -259,7 +260,8 @@ public sealed partial class DarkReaperComponent : Component
Coefficients = new()
{
{"Radiation", 0},
{"Piercing", 0.6f}
{"Piercing", 0.6f},
{"Heat", 0.6f}
}
},

Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,14 @@
coefficients:
Blunt: 0.7
Slash: 0.8
Heat: 1.5
Heat: 1.1 #SS220 lowTTKUpdate
Shock: 1.2

- type: damageModifierSet
id: Moth # Slightly worse at everything but cold
coefficients:
Cold: 0.7
Heat: 1.3
Heat: 1.1 #SS220 lowTTKUpdate

- type: damageModifierSet
id: Vox
Expand All @@ -205,7 +205,7 @@
Blunt: 0.6
Piercing: 0.8
Cold: 0.3
Heat: 1.25
Heat: 0.9 #SS220 lowTTKUpdate
Poison: 0.0
Radiation: 0.0
Stamina: 0.5
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Head/helmets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,15 @@
- Snout
- HeadTop
- HeadSide
#SS220 Antag balance start
- type: Armor
modifiers:
coefficients:
Blunt: 0.9
Slash: 0.8
Piercing: 0.8
Heat: 0.8
#SS220 Antag balance end

#Templar Helmet
- type: entity
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Masks/masks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -675,3 +675,12 @@
- type: EyeProtection
- type: BreathMask
- type: IdentityBlocker
#SS220 Antag balance start
- type: Armor
modifiers:
coefficients:
Blunt: 0.90
Slash: 0.90
Piercing: 0.95
Heat: 0.95
#SS220 Antag balance end
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
coefficients:
Blunt: 0.8
Slash: 0.8
Piercing: 0.8
Heat: 0.8
Piercing: 0.6 #SS220 Antag balance
Heat: 0.6 #SS220 Antag balance
# phase cloak
- type: ToggleClothing
action: ActionTogglePhaseCloak
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
- type: MobThresholds
thresholds:
0: Alive
200: Dead
250: Dead #SS220 Antag balance
- type: MeleeWeapon
altDisarm: false
soundHit:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Mobs/Player/dragon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
foodPreference: Humanoid
shouldStoreDevoured: true
chemical: Ichor
healRate: 15.0
healRate: 25.0 #SS220 Antag balance
whitelist:
components:
- MobState
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Reagents/biological.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
types:
Bloodloss: -5
- !type:ModifyBleedAmount
amount: -1.5
amount: -4 #SS220 Antag balance
# Just in case you REALLY want to water your plants
plantMetabolism:
- !type:PlantAdjustWater
Expand Down
10 changes: 6 additions & 4 deletions Resources/Prototypes/SS220/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
id: Tajaran
coefficients:
Cold: 0.8
Heat: 1.3 # so about heat, we make them receive more heat cause tajaran Secs > any other species secs
Heat: 1.1 # so about heat, we make them receive more heat cause tajaran Secs > any other species secs #SS220 TTK update

- type: damageModifierSet
id: TomatoKiller
coefficients:
Blunt: 1
Slash: 1.3
Piercing: 1.2
Piercing: 0.8
Shock: 1.3
Cold: 1.5
Poison: 0.6
Expand Down Expand Up @@ -85,7 +85,8 @@
coefficients:
Blunt: 1
Slash: 1.2
Piercing: 0.6
Piercing: 0.5
Heat: 0.5
Shock: 1
Cold: 1
Poison: 1
Expand All @@ -97,7 +98,8 @@
coefficients:
Blunt: 1
Slash: 1
Piercing: 0.7
Piercing: 0.6
Heat: 0.6
Shock: 1.0
Cold: 1
Poison: 1
Expand Down
Loading