A Hades II mod that provides Quality of Life improvements for Arcana cards.
The Queen (Persephone) arcana card has an automatic equip requirement based on how many arcana cards with the same cost you have equipped.
- The Queen auto-unequips if you have 3 or more cards with the same cost
- The Queen auto-unequips only if you have 4 or more cards with the same cost
- Allows you to equip 3 cards with the same cost while keeping The Queen active
- In-game description is automatically updated to show the correct number
- Arcana Card: The Queen (BonusRarity)
- Modified Values:
AutoEquipRequirements.MaxDuplicateCountchanged from2to3AutoEquipTextupdated to display the new requirement in-game
- Effect: The card's trait (Duo Rarity Boost) benefits from having more card flexibility
- Install via r2modman (recommended) or manually
- Requires the following dependencies:
- Hell2Modding
- ENVY
- ModUtil
- Chalk
- ReLoad
Edit config.lua to customize:
enabled = true -- Enable/disable the mod
debug = true -- Enable debug logging
max_duplicate_count = 3 -- Number of same-cost cards allowed (default: 3)You can change max_duplicate_count to any value you want:
2= Vanilla behavior3= Default mod behavior (allows 3 same-cost cards)4= Even more relaxed (allows 4 same-cost cards)- etc.
Note: The in-game description automatically updates to match your configured value!
- ✅ Compatible with all other mods
- ✅ Safe to add/remove mid-save
- ✅ Only modifies arcana card data (currently just The Queen)
- ✅ More arcana QOL features may be added in future updates
- Updated mods GitHub URL
- Initial release
- Changes MaxDuplicateCount from 2 to 3
- Updates in-game description to show correct number
- Configurable via config.lua
shadowofdoom
Free to use and modify