FunkFrog / ShareSuite

Risk of Rain 2 Item, Money, & Equipment sharing mod build upon BepInEx
https://thunderstore.io/package/FunkFrog-and-Sipondo/ShareSuite/
GNU General Public License v3.0
39 stars 27 forks source link

Add WhitelistedItems/Equipment to config #205

Closed BlackjackMKV closed 1 year ago

BlackjackMKV commented 1 year ago

Is your feature request related to a problem? Please describe. A problem I run into when setting up certain mod selections is that I have to enable all items in a tier and blacklist everything except them. In vanilla, this can be tedious. With mods, it can be pretty absurd. For example, I want these items here shared:

Bison Steaks (FlatHealth) Tougher Times (Bear) Bustling Fungus (Mushroom) Repulsor Armor (ArmorPlate) Hoppo Feather (Feather) Cautious Slug (HealWhileSafe) Energy Drink (SprintBonus) Paul's Goat Hoof (Hoof) Power Elixir (HealingPotion) Shipping Request Form (FreeChest) Rusted Key (TreasureCache) Regenerating Scrap (RegeneratingScrap) Ghor's Tome (BonusGoldPackOnKill)

But in order to do this I would have to enable all greens and whites, and then blacklist every single item except these, which would take a huge amount of time when the list is this small and our pack has more than two hundred items between both the white and green tiers.

Describe the solution you'd like It would be great if there was a whitelist option in the config, where it would share items from even if their tier is disabled. To go back to the prior example, I could put "FlatHealth, Hoof" in there to share the Bison Steaks and Goat Hoofs even when white tier sharing is disabled. Basically the inverse of the blacklist, where it removes items from the share pool regardless of if their tier is meant to be shared.

FunkFrog commented 1 year ago

Duplicate of #176