-
Notifications
You must be signed in to change notification settings - Fork 250
Open
Labels
bugSomething isn't workingSomething isn't workingcrashCauses PoB to crash and is High PriorityCauses PoB to crash and is High Priority
Description
Check version
- I'm running the latest version of Path of Building and I've verified this by checking the changelog
Check for duplicates
- I've checked for duplicate open and closed issues by using the search function of the issue tracker
What platform are you running Path of Building on?
Linux - Wine
Screenshots of crash/graphical issue, version and options menu
Corrupted The Adorned can get a new mod that increases effect of Rare jewels. Pob doesn't like that.
This fails here due to the normal mod for Magic jewels is never set corruptedMagicJewelIncEffect
PathOfBuilding-PoE2/src/Modules/CalcSetup.lua
Lines 846 to 848 in d8e7bc6
| if item and item.type == "Jewel" and item.name:match("The Adorned, Diamond") then | |
| env.modDB.multipliers["CorruptedMagicJewelEffect"] = item.jewelData.corruptedMagicJewelIncEffect / 100 | |
| end |
Here is an example character: https://poe.ninja/poe2/builds/vaal/character/VeCtor-6504/%E5%A4%A9%E8%B5%8B%E5%BC%82%E7%A6%80%E7%9A%84%E7%A9%B6%E6%9E%81%E5%B0%8F%E8%A1%80%E6%B3%95
Here's an example of the item:
What are your system specifications and configuration?
Running poe.ninja version of pob, but looks like it should also happen in regular pob because it's an item based special case.
How to reproduce the issue
Import json from the character linked above.
PoB for PoE2 build code
Wires77
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcrashCauses PoB to crash and is High PriorityCauses PoB to crash and is High Priority