Commit Graph

8190 Commits

Author SHA1 Message Date
Никита Троянов
23cc5b924e Fix #8162 (#8166) 2024-08-14 19:15:51 +10:00
Peechey
94754373d3 fix remove all tattoos from removing the tattoos from global list (#8171) 2024-08-14 19:14:23 +10:00
Никита Троянов
1802dccf1f Fix warcry options are not shown in all configurations. (#8173)
* fix #8128

* skill list fixed

* skill list replaced with ifFlag warcry

* added # to configuration options
2024-08-14 19:13:48 +10:00
LocalIdentity
d9d9dc15bb Export from game files 2024-08-14 18:00:04 +10:00
nofate121
5ce11cf416 in compare mode color a mastery blue when it changed (#8044)
Co-authored-by: nofate121 <nofate121@abc.def>
2024-08-07 13:35:31 -05:00
Regisle
1cbc926608 add support for some warcry power modifiers (#8130) 2024-08-07 20:30:31 +10:00
Regisle
7984c8f532 Fix gain on with no chance to mitigate damage (100% suppress chance) (#8121) 2024-08-06 22:06:22 +10:00
LocalIdentity
0695c1bb81 Fix Kaom's Primacy Rage mod not working (#8101)
* Fix Kaom's Primacy Rage mod not working

GGG changed the wording on the mod so it stopped parsing correctly

* Fix wording

---------

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-08-06 18:49:52 +10:00
LocalIdentity
33336ae0c0 Fix Overexertion not applying to skills linked with Generals Cry (#8040)
Added support for overexertion. Also allows any other support gem that would increase Exerted damage to work

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-08-06 18:39:35 +10:00
Nostrademous
cc775b06e4 Added last unique (#8065) 2024-08-06 18:39:22 +10:00
Wires77
8fe383e271 Fix infinitely nested XML stored as importLink (#8066) 2024-08-06 18:38:57 +10:00
Nighty
9c92a3cd3e Nicer check-empty-build popup (#8077) 2024-08-06 18:37:53 +10:00
LocalIdentity
5e44a621e5 Add support for Tincture mods (#8078)
Adds support for remaining Tincture mods
`x% increased Duration of Elemental Ailments from Melee Weapon Attacks`
`Melee Weapon Hits have x% chance to ignore Enemy Physical Damage Reduction`
`x% increased Damage with Bleeding from Melee Weapons`
`+x% to Damage over Time Multiplier with Melee Weapon Attacks`

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-08-06 18:37:38 +10:00
LocalIdentity
7c5068b564 Fix incorrect names for Timeless Jewel nodes (#8080)
Some of the stats have been changed over time and since we generate the node name from the alternatepassiveadditions Id, the names were incorrect
Also Updates the names for:
Add Faster Burn > Add Faster Ignite
Add Physical Taken as Fire > Add Rage on Melee Hit
Add Ailment Avoid > Add Stun Avoid
Add Flask Effect > Add Alchemists Genius

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-08-06 18:36:38 +10:00
LocalIdentity
7a1eb090fa Fix Maata's Teaching using wrong crit chance range (#8081)
The crit chance mod was updated to compensate for the increased base crit on Karui Septres

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-08-06 18:35:50 +10:00
LocalIdentity
ff0f933a3e Fix Divine Blessing not removing reservation from skill (#8082)
Order of operations error

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-08-06 18:35:06 +10:00
LocalIdentity
ace148b69b Fix Ward rounding final value incorrectly (#8083)
Tested with the build in #8073 and many of the values were off by one
Messaged the player in game and changing the round -> floor fixed all the final values

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-08-06 18:34:51 +10:00
LocalIdentity
5e71b0a11d Fix Ynda's Stand not working correctly with Trickster's Escape Artist (#8084)
The Belt mod does not affect the amount of evasion on the body armour for the purpose of Trickster's Escape artist node
This is also verified on the wiki https://www.poewiki.net/wiki/Ynda%27s_Stand

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-08-06 18:34:34 +10:00
Paliak
0f522febf3 FIX: full dps visual bug on gem dropdown (#8087) 2024-08-06 18:34:19 +10:00
LocalIdentity
611cc90a80 Fix Arcane Surge effect per Summoned Totem mod not working (#8102)
The calculation for active totems was done far later than the calc for ArcaneSurgeEffect causing it to not apply
I believe moving this code should't cause any issues

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-08-06 18:33:07 +10:00
LocalIdentity
516484c838 Fix Rage Effect incorrectly scaling some mods (#8113)
Mods that say `per x rage` do not scale with Rage effect
Also updates Rigwald's Command with the new wording

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-08-06 18:32:55 +10:00
Regisle
77d340206d Scale Warcry buffs by Warcry Power earlier in Calc (#8109)
* Scale Warcry buffs by WarcryPower earlier in Calc

* Remove Move speed precision

---------

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-08-06 18:25:43 +10:00
Regisle
e2372a3b24 update Sap of the Seasons to add new cap (#8112) 2024-08-06 15:02:36 +10:00
Paliak
e6f2408984 Fix parsing missing for new working on emberwake (#8110)
* FIX: emberwake mod parsing. "up to" ignite count mod.

* FIX: use lua patterns to avoid adding a new mod line
2024-08-06 15:01:06 +10:00
Paliak
bdbd74a278 FIX: wording for elemental damage on Combat Focus (#8111) 2024-08-06 15:00:12 +10:00
Paliak
a037b9b354 FIX: the light of meaning applying to sockets (#8108) 2024-08-06 14:41:03 +10:00
LocalIdentity
70ae9b8f1e Merge loops
Didn't need to have it loop through the skill list twice. Can just set both multipliers in one loop
2024-08-05 14:32:23 +10:00
LocalIdentity
c76a5fea58 ModCache Regen 2024-08-03 17:14:21 +10:00
Tim Schnell
f1c8614ff6 fix: ynda ward conversion mod not taking catalysts into consideration (#8062) 2024-08-02 17:11:32 -05:00
nofate121
966d62d014 add missing undostate when selecting skills with keyboard (#8072)
Co-authored-by: nofate121 <nofate121@abc.def>
2024-08-02 17:09:22 -05:00
Nighty
5aa468aa64 check for empty build file (#8074) 2024-08-02 17:01:34 -05:00
Wires77
3625071737 Fix charge duration not using More/Less modifiers (#8049) 2024-08-03 02:42:37 +10:00
Wires77
5a2487d45b Fix incorrect skillId for elder staff power charge on crit (#8048) 2024-08-03 02:41:42 +10:00
Nighty
2fa5ee1d88 Svalin -> Svalinn (#8057) 2024-07-31 14:07:43 +10:00
Nighty
684bd3a6d5 indent space -> tab (#8058) 2024-07-31 14:07:24 +10:00
LocalIdentity
6beae658f8 Merge branch 'master' into dev 2024-07-30 15:03:11 +10:00
LocalIdentity
5bb3246f03 Release 2.47.3
--- Fixed Crashes ---
* Fix crash when importing builds to Party tab (Regisle)
* Fix crash when using Svalin unique shield (Paliak)

--- Fixed Calculations ---
* Fix Inspiration granting more Mana cost instead of Less (LocalIdentity)
* Fix Warcry trigger rate calculations (Paliak)
* Fix Overexertion and Echoes of Creation counting non-exerting Warcries (LocalIdentity)
* Fixes Rupture using the wrong stat for damage taken and Bleed duration (dreais)

--- Fixed Behaviours ---
* Fix Autoexertion not triggering supported skills (Paliak)
* Fix Autoexertion not applying Mana reservation to Warcries (LocalIdentity)
* Fix Poison stacks not being capped by skills and config option (LocalIdentity)
* Fix item quality not defaulting to 20% (ConnorThelin)
2024-07-30 14:57:16 +10:00
LocalIdentity
87bc176ac9 Merge branch 'dev' 2024-07-30 14:54:10 +10:00
github-actions[bot]
a1c161e256 Release 2.47.3 (#8036)
* Prepare release 2.47.3

* Fix Changelogs

---------

Co-authored-by: LocalIdentity <LocalIdentity@users.noreply.github.com>
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-07-30 14:53:24 +10:00
Connor Thelin
004fe358f3 Fix quality check condition for item types (#8032)
Corrected the logical error in the if condition to correctly check for specific item types such as Amulet, Belt, Jewel, Quiver, and Ring before setting item quality to nil. This ensures that NormaliseQuality() is able to properly set the default value.
2024-07-30 14:45:40 +10:00
dreais
6ed2c7981e Fixes Rupture using the wrong stat for damage taken and Bleed duration (#8030)
* damage_taken and expire_rate were inversed, resulting in wrong effective dps modifier

* fix for incorrect "quicker bleedd" from rupture

* forgot to change rupture duration type to match the calculation

* Update CalcOffence.lua

* Fix Export

---------

Co-authored-by: LocalIdentity <31035929+LocalIdentity@users.noreply.github.com>
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-07-30 14:35:20 +10:00
LocalIdentity
0f2a5939d8 Fix Poison stacks not being capped by skills and config option (#8035)
Updates the breakdowns and makes the single poison config work again

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-07-30 13:58:57 +10:00
LocalIdentity
d4949f15b6 Fix Overexertion and Echoes of Creation counting non-exerting Warcries (#8027)
* Fix Overexertion and Echoes of Creation including non-exerting Warcries

The code was counting the total number of active Warcries instead of the total number of Exerting Warcries
This PR also removed some redundant code that was used for old Call to Arms shared Warcry cooldowns
Also cleans up some unneeded use of globals

* Fix Overexertion variable name

---------

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-07-30 13:57:37 +10:00
LocalIdentity
31844ada16 Fix Autoexertion not applying Mana reservation to Warcries (#8029)
I can't think of a better way to handle this

Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-07-30 13:55:09 +10:00
Paliak
78b16a08a6 FIX: Autoexertion not triggering supported skills (#8026) 2024-07-30 13:54:04 +10:00
Paliak
e1d74eda2a Fix Warcry trigger rate calculations (#8025)
* FIX: use variables instead of constants for trigger simulation

* FIX: trigger rate calculations for warcry triggers

* FIX: spelling
2024-07-30 13:53:10 +10:00
Paliak
a6130c8c4b FIX: nil derefence when a non triggerable gem is socketed in Svalinn (#8023)
shield
2024-07-30 13:51:23 +10:00
Regisle
56be4def13 fix party tab crash from increased movement speed precision (#8022) 2024-07-30 13:51:00 +10:00
LocalIdentity
e315df9bac Fix Inspiration granting more Mana cost instead of Less (#8015)
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
2024-07-30 13:50:46 +10:00
Wires77
2aa03fe2dc General Exporter improvements (#8013)
* Fix Windows line ending issues

* Removed some footguns

* Final improvements
2024-07-30 13:50:25 +10:00