Skip to content

Show stored uses in Warcry uptime tooltip #8599

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

Merged

Conversation

CedrN
Copy link
Contributor

@CedrN CedrN commented Apr 19, 2025

Fixes #3074 .

Description of the problem being solved:

In CalcOffence.lua the baseUptimeRatio gets multiplied by the stored uses (from Second wind e.g. and other sources):
globalOutput.IntimidatingUpTimeRatio = m_min(100, baseUptimeRatio * storedUses)

This behaviour is not reflected in the tooltip. I adjusted this for all the relevant war cries. (Intimidating, Battlemages, Infernal, Rallying, Ancestral, Seismic)

Steps taken to verify a working solution:

  • checked in pob

Link to a build that showcases this PR:

https://pobb.in/2EN00DLD57kd

Before screenshot:

image

After screenshot:

image

@LocalIdentity LocalIdentity added the user-interface Changes that only affect the UI label Jun 6, 2025
@LocalIdentity LocalIdentity merged commit 93ca7a0 into PathOfBuildingCommunity:dev Jun 6, 2025
@LocalIdentity LocalIdentity changed the title Adjusted war cry uptime tooltip Show stored uses in Warcry uptime tooltip Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user-interface Changes that only affect the UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Second Wind's Extra Cooldown Uses Mess With Warcry Uptime
2 participants