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

New Traits: Steadfast And Feeble #1431

Merged
merged 7 commits into from
Jan 5, 2025

Conversation

angelofallars
Copy link
Contributor

@angelofallars angelofallars commented Jan 5, 2025

Description

Adds two new traits, Steadfast and Feeble that modify how affected a character is by injury slows.

Steadfast (-4 points)

  • 25% slow at 60 damage -> 17% slow at 70 damage
  • 45% slow at 80 damage -> 30% slow at 90 damage

Feeble (4 points)

  • 25% slow at 60 damage -> 30% slow at 45 damage
  • 45% slow at 80 damage -> 54% slow at 65 damage

Also half-reverts the reduction of injury slows from a Delta-V PR by ODJ (DeltaV-Station/Delta-v#741) from 30%/50% to 20%/40%, now 25%/45% to incentivize taking Steadfast.

The injury slow resists for jackboot and combat boots has been nerfed from 50% to 20% to account for Steadfast.

IPCs' injury slow at 60 damage has been decreased from 30% to 25% to be more consistent with other species.

Technical details

No trait with jackboots:

  • 25% slow -> 20% slow
  • 45% slow -> 36% slow

Steadfast with jackboots:

  • 17% slow -> 13.6% slow
  • 30% slow -> 24.5% slow

Feeble with jackboots:

  • 30% slow -> 24% slow
  • 54% slow -> 43.2% slow

Although Feeble with jackboots has lower slow values than the base slows, the slow damage thresholds (-15) are still lower, making the slows occur with less damage.

Media

Steadfast

image

Feeble

image

Jackboots

image

Changelog

🆑 Skubman

  • add: Added two new traits: Steadfast and Feeble that decrease or increase the effect of slows from injuries.
  • tweak: Injury slows for most species has been slightly increased, but this can be mitigated with the Steadfast trait.
  • tweak: The jackboots' injury slow resistance has been decreased from 50% to 20%.
  • tweak: Combat boots now add resistance to injury slows like jackboots.

@github-actions github-actions bot added Changes: C# Changes any cs files Changes: Localization Changes any ftl files Changes: YML Changes any yml files labels Jan 5, 2025
@angelofallars angelofallars marked this pull request as draft January 5, 2025 10:20
@angelofallars angelofallars marked this pull request as ready for review January 5, 2025 10:57
@angelofallars angelofallars changed the title Steadfast And Feeble New Traits: Steadfast And Feeble Jan 5, 2025
Content.Server/Traits/TraitSystem.Functions.cs Outdated Show resolved Hide resolved
@github-actions github-actions bot added the Status: Needs Review Someone please review this label Jan 5, 2025
@VMSolidus VMSolidus merged commit 68a11db into Simple-Station:master Jan 5, 2025
10 of 11 checks passed
SimpleStation14 added a commit that referenced this pull request Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: C# Changes any cs files Changes: Localization Changes any ftl files Changes: YML Changes any yml files Status: Needs Review Someone please review this
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants