ArcanaQOL
Quality of Life improvements for Arcana cards. Currently: Relaxes The Queen's activation requirement to allow 3 cards with the same cost (instead of 2).
| Last updated | 3 hours ago |
| Total downloads | 5 |
| Total rating | 0 |
| Categories | Mods |
| Dependency string | shadowofdoom-ArcanaQOL-1.0.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
SGG_Modding-ENVY
A plugin to allow ReturnOfModding plugins greater control of their environment.
Preferred version: 1.2.0SGG_Modding-ModUtil
Utility mod for mod interactions within lua for SGG's games
Preferred version: 4.0.1SGG_Modding-ReLoad
Provides helpers for managing hot reloading and waiting for the right time to load
Preferred version: 1.0.2README
Arcana QOL
A Hades II mod that provides Quality of Life improvements for Arcana cards.
Current Features
The Queen - Relaxed Requirements
The Queen (Persephone) arcana card has an automatic equip requirement based on how many arcana cards with the same cost you have equipped.
Vanilla Behavior
- The Queen auto-unequips if you have 3 or more cards with the same cost
With This Mod
- 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
Technical Details
- 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
Installation
- Install via r2modman (recommended) or manually
- Requires the following dependencies:
- Hell2Modding
- ENVY
- ModUtil
- Chalk
- ReLoad
Configuration
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!
Compatibility
- ✅ 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
Version History
1.0.1
- Updated mods GitHub URL
v1.0.0
- Initial release
- Changes MaxDuplicateCount from 2 to 3
- Updates in-game description to show correct number
- Configurable via config.lua
Author
shadowofdoom
License
Free to use and modify