You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add showcased Mercenaries of Trarthus uniques (#8619)
* FEAT(items): Add showcased uniques to New.lua
* FEAT(mods): add handling for new mods on Scornflux
* FEAT(mods): add handling for "Take X Fire Damage when you use a Skill"
* FEAT(mods): add handling for Damage penetrates "Fire Resistance equal to
your overcapped Fire Resistance"
* FEAT(mods): add handling for "Warcries have an additional Life Cost equal to 15% of your Maximum Life"
* FEAT(mods): add handling for "Warcry Skills have X increased Area of
Effect"
* FEAT(mods): add handling for `Gain no armour from equipped body armour`
* FEAT(mods): port generalized "doubled" mod handling from POB2
PathOfBuildingCommunity/PathOfBuilding-PoE2#1095
* Update spelling and ModCache
---------
Co-authored-by: Wires77 <Wires77@users.noreply.github.com>
localmodResult=1--The more multipliers for each mod are computed to the nearest percent then applied.
129
130
ifmodListthen
130
131
fori=1, #modListdo
131
132
localmod=modList[i]
132
133
ifmod.type=="MORE" andband(flags, mod.flags) ==mod.flagsandMatchKeywordFlags(keywordFlags, mod.keywordFlags) and (notsourceormod.source:match("[^:]+") ==source) then
0 commit comments