bakahashi added a new version:
File
Pity Loot 2.1.0

Allow creating static multipliers for wishlisted items via new config:
(Code, 9 lines)
These multipliers override pity, so if an item is both pitied + you have a wishlist multiplier of 5x, only the 5x applies. The multiplier stays as long as the item is on your wishlist, even if you already have multiple copies of the item. Only counts items manually added to wishlist (not built-in ones for hideout and quests).
(Code, 9 lines)
These multipliers override pity, so if an item is both pitied + you have a wishlist multiplier of 5x, only the 5x applies. The multiplier stays as long as the item is on your wishlist, even if you already have multiple copies of the item. Only counts items manually added to wishlist (not built-in ones for hideout and quests).
QuoteAllow creating static multipliers for wishlisted items via new config:
Code"appliesToWishlist": false, // set to true to enable "wishlistMultipliers": { // delete entries in here if you dont want multipliers to apply "tasks": 5.0, "equipment": 5.0, "barter": 5.0, "hideout": 5.0, "other": 5.0 },
These multipliers override pity, so if an item is both pitied + you have a wishlist multiplier of 5x, only the 5x applies. The multiplier stays as long as the item is on your wishlist, even if you already have multiple copies of the item. Only counts items manually added to wishlist (not built-in ones for hideout and quests).