-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
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 issues by using the search function of the issue tracker
What is the expected behaviour/value?
The Blood of the Karui flask should have 50% increased Life Recovered.
What is the actual behaviour/value?
The 50% increased Life Recovered mod is missing. This bug was introduced when the 3.16 change to its recovery speed was added, since this was added as the fourth variant of the flask and the life recovery modifier line reads "{variant:3}50% increased Amount Recovered", not "{variant:3,4}".
EDIT: To be fully in line with the in-game description of the item, rather than adding "variant:3,4", the following new modifier line should be added: "{variant:4}50% increased Life Recovered" (i.e. 'Life' rather than 'Amount').
How to reproduce the issue
- Switch to the items tab.
- Search for Blood of the Karui, and look at the stats.
- Click on "Edit..." to see where the problem is.
Build code
https://pastebin.com/PCrDM4JYScreenshots
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working