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

Fort and prudence buff + Gun overhaul #2589

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

Conversation

Kitsunemitsu
Copy link
Contributor

@Kitsunemitsu Kitsunemitsu commented Dec 5, 2024

About The Pull Request

The goal is twofold -
Make Fortitude and Prudence more useful than just HP increases.
Make Guns slightly less agonizing.


+ Fortitude now reduces the stuntimes of weapons with stuntimes
+ Fortitude increases how fast your guns reload.
+ Prudence now increases how much regenerators heal you at a rate of +0.02% apiece.
- Regenerator healing has been reduced slightly due to above.
+ Gunscatter is across the board reduced by prudence.

Why It's Good For The Game

Generally Fortitude and Prudence are less desired than Justice and Temperance.
I want them to be more than just a slight buff; They should also get other small bonuses.

Changelog

🆑
balance: Regenerators now scale with prudence but have less base rate
balance: Melee Stuntime is reduced by Fortitude
balance: Guns now scale with justice at 20% rate
balance: Guns now have scatter, this scatter is reduced by prudence (up to 40% reduction)
balance: Gun reload is reduced by fortitude (up to 40% reduction)
/:cl:

@Kitsunemitsu Kitsunemitsu added Balance Improvements towards balance of the game. Do Not Merge Do not merge, untill a headcoder approves it. labels Dec 5, 2024
@Kitsunemitsu
Copy link
Contributor Author

This needs to be on TM for a while

H.adjustFireLoss(-H.maxHealth * ((regen_amt+hp_bonus)/1000)) //Heals at 1/10th speed. Supposed to be slower healing than brute and sanity
H.adjustSanityLoss(-H.maxSanity * ((regen_amt+sp_bonus)/100))
var/prudence_healing = get_attribute_level(H, PRUDENCE_ATTRIBUTE)/50 //Give bonus healing based off your prudence. At about 75 prudence you have 5 healing
prudence_healing += regen_amt
Copy link
Collaborator

Choose a reason for hiding this comment

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

why do it this way instead of regen_amt += prudence_healing

Copy link
Contributor Author

Choose a reason for hiding this comment

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

When I was writing it I was in a trance

Copy link
Collaborator

Choose a reason for hiding this comment

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

If you could reverse it anytime soon that'd be great

Update _ranged.dm

Fort and prudence buff; Gun overhaul
This reverts commit 06a7fa2.
@InsightfulParasite InsightfulParasite added this to the December Testmerges milestone Dec 8, 2024
@Cupax3Bot
Copy link
Collaborator

Test Merge Updated

Details
Server Instance

Lobotomy Corp 13

Revision

Origin: d72d3c6
Pull Request: 0787e68
Server: a3a6693f3dd07703ee29bc9f81b88634f65b055f

Comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Balance Improvements towards balance of the game. Do Not Merge Do not merge, untill a headcoder approves it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants