CardDeletion
Allows players to click and delete a card from their top bar, consuming their turn during the draft phase.
By ReDeced
| Last updated | 2 days ago |
| Total downloads | 389 |
| Total rating | 1 |
| Categories | Gameplay Utilities |
| Dependency string | ReDeced-CardDeletion-1.0.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
Pykess-ModdingUtils
Utilities aimed at making modding easier and more accessible
Preferred version: 0.4.8willis81808-UnboundLib
This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.
Preferred version: 3.2.14README
CardDeletion
A ROUNDS mod that lets you remove cards from your card bar during the pick phase by simply clicking on them.
Features
- Click-to-delete — click any card in your card bar during the pick phase to remove it
- Visual feedback — cards glow red on hover to indicate they can be deleted
- Multiplayer sync — deletions are synchronized across all clients via RPC
- Safe removal — uses ModdingUtils to properly remove cards while preserving stats and abilities
- Fallback system — if the primary removal fails, a fallback reset-and-reapply method is used
Requirements
UnboundLib ModdingUtils
Credits
Thanks to Rounds2 for creating the original Card Delete Mechanic mod, which served as the inspiration for this mod.