Paliak
Paliak
Alternative branch using https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/7370: https://github.com/Paliak/PathOfBuilding/tree/komarukun-fleshcrafter
You have a few options. From a user's perspective using the standalone version of POB would probably be easiest as it will save settings.xml to the location of the folder...
This now causes the minion selection to not be saved to build xml which is probably not worth the minor build xml bloating. Closing in favor of https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/5700 (and to...
This seems to be caused by the `SupportedGemProperty` mods only being applied to active skill parts of two part skills and being applied too late to take effect on mods...
This is caused by skill flags in skillcfg not having the melee tag (and likely the 2h tag) when calculating shock nova. The only way i can think of fixing...
~~This will fail if an items grants more than one group. Need to find a better way.~~
This is caused by eye of winter being a triggered skill. Currently Pob does not allow usage of triggered skills as trigger sources. Duplicate of #6545
This is likely caused by the current limitation of single trigger depth. As in triggered skills cannot trigger other skills. This is mostly to limit the performance impact of trigger...
Related to https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues/7591
This is an issues with basically all "chance" like modifiers (trigger chance, crit chance, accuracy). I've discussed this with other devs after seeing this issue: https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues/7232 I left the patch...