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

Three more perks #5922

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Trilbyspaceclone
Copy link
Collaborator

About The Pull Request

Adds in three new perks, all can be found on oddities well one can be gotton via career
Overbreath: The most powerful of the three, the more hurt you are (relative to you max hp) the faster you get! This also converts slowdown from pain into a temp speed boost.
As an extra bonus on top this perk gives you 15 ablative armor that will slowly be chipped away and has a uniquic intraction of Res Sickness where it a small extra boost to in ablative armor (additive)

Resiliance: Simply gives you a base +3 Ablative armor score that cant be removed (Affectively your always waring an extra jacket)

Tank Resiliance: The slower you are the ablative more armor you have meaning if you stack up insains amounts of slowdowns you can become a literal unstoppable turtle.

Adds a new careero that has the Overbreath perk inside it: Costs quite a lot in terms of stats but the perk itself is the major boon.

@Trilbyspaceclone Trilbyspaceclone added Enhancement Improves or Adds upon a system or content Content Gives new content to the game Balance Improves on fairness labels Dec 28, 2024
@Smokingsquirrel
Copy link
Contributor

You sure you want to call the perk overbreath? It’s another word for Hyperventilation which means you CANT breathe properly. Which means you will be slower.

code/__DEFINES/perks.dm Outdated Show resolved Hide resolved
code/__DEFINES/perks.dm Outdated Show resolved Hide resolved
code/modules/mob/living/carbon/human/human_movement.dm Outdated Show resolved Hide resolved
code/modules/mob/living/carbon/human/human_defense.dm Outdated Show resolved Hide resolved
code/modules/mob/living/carbon/human/human_defense.dm Outdated Show resolved Hide resolved
code/datums/perks/oddity.dm Outdated Show resolved Hide resolved
code/datums/perks/oddity.dm Outdated Show resolved Hide resolved
name = "Overbreath"
desc = "When closer to death every step is more poised. \
When first gainned ablative armor is given, \
when getting Res Sickness, additional ablative armor is given. \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
when getting Res Sickness, additional ablative armor is given. \
when suffering from Resurrection Sickness, you receive additional ablative armor. \

/datum/perk/oddity/overbreath
name = "Overbreath"
desc = "When closer to death every step is more poised. \
When first gainned ablative armor is given, \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
When first gainned ablative armor is given, \
You receive more ablative armor, \

//IDK how to explain this in the desc on how it all works
/datum/perk/oddity/overbreath
name = "Overbreath"
desc = "When closer to death every step is more poised. \
Copy link
Contributor

@Smokingsquirrel Smokingsquirrel Dec 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
desc = "When closer to death every step is more poised. \
desc = "When closer to death, walk with poise! \

@Trilbyspaceclone Trilbyspaceclone added the Test Merged A RP that is test merged before added to the code itself label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Balance Improves on fairness Content Gives new content to the game Enhancement Improves or Adds upon a system or content Test Merged A RP that is test merged before added to the code itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants