* FEAT: impl Automation support/skill
* TEST: add test for automation gem
* FIX: check if triggeredBy exists before dereferencing it
* FIX: handling of icdr for Automation support
* FIX:in breakdown use cast rate for Automation rate
* FIX: formatting
* FEAT: impl wisps support
* FIX: add display stat for summon wisps
* FIX: less damage mod not applying
* FIX: use mirage archer style calcs
Sacred wisps causes the Summon Sacred Wisps skill to be triggered when a
projectile spell is fired from a wand. This triggers 2 wisps which then
have an x percent to use the skill that was used to trigger them when
you use it. They likely do not care about whether you actually hit
something with the projectile or not. They're also likely not a trigger
which means they're not under the same tick rounding contrstains like
other triggers.
* TEST: add a test for Sacred Wisps
* TEST: fix test for sacred wisps
Sacred wisps support is two part so the SkillTriggerRate check will fail
* FIX: add stat maps to .txt skill files
* Separate stat display in sidebar
* Change flag to mirageArcher
---------
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
* Add a way to display extra data in dropdown control on the Right
* Redesigned the import char menu
* Make sure selLabel is set
* Don't alter label's color otherwise otherwise can't distinguish from selected one
* Don't alter colors if dropdown is opened
* No longer needed
* FIX: stricter cacheSkillUUID, groups from items cleanup
* FIX: normalize grantedSkill level before looking for matching group
* FIX: minor optimization. Only normalize if normal level compare fails
It seems like the UpdateControlsWithItems() has been refactored right
when this checkbox has been added, changing the expected argument
format.
No other callers use the obsolete arguments.
Fixes#6216
* Split Minion Info line if it's too long
* Added Player infoMassage as well
* Remove forgotten comment
---------
Co-authored-by: Hiney <pHiney@users.noreply.github.com>
* Fix MH crit calculations crash #7616
* More simple fix
No need to add an extra check to every breakdown when we can just set a tonumber on the original value
---------
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
* FIX: spellsinger triggered skill trigger rate not being capped by
spellslinger cooldown
* FIX: cast rate of main gem can miss triggers
Because the cooldown of the main skill gem part is independent from the
triggered gem cooldown there can be a situation where the main skill gem
is triggered by the source but the triggered skill is still on cooldown
therefor missing the trigger.
* Add and update new 3.24 uniques
Update values from uniques shown off before the league started
Remove The Perandus Pact from generate and add new mods
Add:
* Veruso's Ambition
* The Utmost
* The Tempest Rising
* The Devourer of Minds (charge mod not supported)
* The Hand of Phrecia
* The Apostate (Remove int requirement from Simple Robe uniques)
* Grattus Signet
* Circle of Ambition
* Update drop locations
---------
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
--- New to Path of Building ---
* Add support for new 3.24 gems (LocalIdentity)
* Add support for Necropolis mods (LocalIdentity)
* Add config option to control the missing Unreserved Mana % for Manabond (Devlin1991)
* Add config toggle to add Arcane Cloak's mana spend to Mana spent recently modifier (Devlin1991)
--- User Interface ---
* Don't scale UI if user overrides scaling mode (Zao)
--- Fixed Bugs ---
* Fix settings not saving for certain users (Lothrik)
* Disallow delve mods on cluster jewels (Wires77)
* Fix Replica Hyrri's Ire granting Dex instead of Int (zebben)
* Fix Tree export to PoE Planner (pHiney)
--- Other changes ---
* Save resources when window is minimized (ryuuk)
* Added "Arcane Cloak used Recently" toggle to the Configuration to control including Arcane Cloak's mana spend into the "% of Mana spent Recently" calculation via a new basemod on the Skills/act_int.lua entry. This allows for easier comparison of items/passive/skills combinations in builds which rely on Indigon's "total mana you have spent recently" mod.
Signed-off-by: Andrew Devlin <devlin1991@googlemail.com>
* Updated the Configuration label and tooltip to be more descriptive.
Signed-off-by: Andrew Devlin <devlin1991@googlemail.com>
* Improved formatting of the tooltip.
Signed-off-by: Andrew Devlin <devlin1991@googlemail.com>
* Move to alphabetical order
---------
Signed-off-by: Andrew Devlin <devlin1991@googlemail.com>
Co-authored-by: LocalIdentity <31035929+LocalIdentity@users.noreply.github.com>