ThinkInvis / RoR2-TinkersSatchel

A mod for Risk of Rain 2.
GNU General Public License v3.0
4 stars 4 forks source link

option to blacklist specific items/tiers from Mimic #9

Closed gaforb closed 2 years ago

gaforb commented 3 years ago

Currently, mimic can mimic (standalone) ancient scepter which causes weird behaviour when combined with reroll on extra pickup In general, it would be nice to be able to prevent mimic from copying red/boss/lunar items for balancing reasons

DestroyedClone commented 3 years ago

@gaforb As of the most recent update to the ThunderStore, StandaloneAncientScepter uses the existing method TILER2.FakeInventory.blacklist.Add(itemDef); to blacklist the item from being chosen by the Mimic. Though this won't cover the rest of your suggestions.