aRTy42 / POE-ItemInfo

Item Info Script for Path of Exile
167 stars 225 forks source link

8mod map identified as 9mod #107

Closed davidc closed 6 years ago

davidc commented 6 years ago

I think it's picking up "monsters cannot be stunned" and "more monster life" as separate mods.

Rarity: Rare
<<set:MS>><<set:M>><<set:S>>Cruel Abyss
Grotto Map
--------
Map Tier: 3
Item Quantity: +109% (augmented)
Item Rarity: +55% (augmented)
Monster Pack Size: +12% (augmented)
--------
Item Level: 71
--------
Area has patches of desecrated ground
21% more Magic Monsters
29% more Rare Monsters
19% more Monster Life
Monsters have 178% increased Critical Strike Chance
+33% to Monster Critical Strike Multiplier
Monsters cannot be Stunned
Area contains two Unique Bosses
Unique Boss has 25% increased Life
Unique Boss has 45% increased Area of Effect
Rare Monsters each have a Nemesis Mod
Magic Monster Packs each have a Bloodline Mod
Monsters have 30% increased Accuracy Rating
Player Dodge chance is Unlucky
--------
Travel to this Map by using it in the Templar Laboratory or a personal Map Device. Maps can only be used once.
--------
Corrupted
aRTy42 commented 6 years ago

Thanks. Found the bug, it's fixed locally. Will be in the next release.

davidc commented 6 years ago

I haven't upgraded yet, so this may already be fixed, but I spotted another one in chat that shows as 9mod and doesn't have stun immune, so here's another test-case for you :-)

Rarity: Rare
<<set:MS>><<set:M>><<set:S>>Hate Court
Academy Map
--------
Map Tier: 4
Item Quantity: +116% (augmented)
Item Rarity: +59% (augmented)
--------
Item Level: 74
--------
23% more Magic Monsters
29% more Monster Life
Monsters have 45% increased Area of Effect
17% increased Monster Damage
Monsters reflect 13% of Physical Damage
Monsters Poison on Hit
Unique Boss deals 25% increased Damage
Unique Boss has 20% increased Attack and Cast Speed
Magic Monster Packs each have a Bloodline Mod
Monsters take 28% reduced Extra Damage from Critical Strikes
--------
Travel to this Map by using it in the Templar Laboratory or a personal Map Device. Maps can only be used once.
--------
Corrupted
aRTy42 commented 6 years ago

That's already covered by the fix, thanks though. The issue was a misspelled variable when comparing the "more monster life" number to thresholds depending on the tier; the T1-5 portion got broken.