Skip to content

Commit

Permalink
[DNM] Survivability buff for mid-round antags (#2137)
Browse files Browse the repository at this point in the history
* .

* comment fix

* reaperresupd

* Submodule update

* Revert "Submodule update"

This reverts commit c1ec1ad.

* After Review Balance

---------

Co-authored-by: UrPrice <[email protected]>
  • Loading branch information
TryHardo7 and UrPrice authored Mar 9, 2025
1 parent 393b53f commit 13bef14
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
10 changes: 6 additions & 4 deletions Content.Shared/SS220/DarkReaper/DarkReaperComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public sealed partial class DarkReaperComponent : Component
public float StunAbilityLightBreakRadius = 4.5f;

/// <summary>
/// StunAbilityConfusion - radius in which entities are affected by confusion
/// StunAbilityConfusion - radius in which entities are affected by confusion
/// </summary>
[DataField]
public float StunAbilityConfusion = 12f;
Expand Down Expand Up @@ -252,7 +252,7 @@ public sealed partial class DarkReaperComponent : Component
{
{ "Slash", 20 },
{ "Piercing", 16 },
{ "Structural", 80 }
{ "Structural", 60 }
}
};

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

Expand All @@ -278,7 +279,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.25 #SS220 lowTTKUpdate
Shock: 1.2

- type: damageModifierSet
id: Moth # Slightly worse at everything but cold
coefficients:
Cold: 0.7
Heat: 1.3
Heat: 1.15 #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
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 @@ -57,7 +57,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 @@ -141,7 +141,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: -2 #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.15 # 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 @@ -90,7 +90,8 @@
coefficients:
Blunt: 1
Slash: 1.2
Piercing: 0.6
Piercing: 0.5
Heat: 0.5
Shock: 1
Cold: 1
Poison: 1
Expand All @@ -102,7 +103,8 @@
coefficients:
Blunt: 1
Slash: 1
Piercing: 0.7
Piercing: 0.6
Heat: 0.6
Shock: 1.0
Cold: 1
Poison: 1
Expand Down

0 comments on commit 13bef14

Please sign in to comment.