You are viewing a potentially older version of this package.
View all versions.
CardDeletion
Allows players to click and delete a card from their top bar, consuming their turn during the draft phase.
By ReDeced
| Date uploaded | 3 weeks ago |
| Version | 1.0.0 |
| Download link | ReDeced-CardDeletion-1.0.0.zip |
| Downloads | 2098 |
| Dependency string | ReDeced-CardDeletion-1.0.0 |
This mod requires the following mods to function
willis81808-UnboundLib
This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.
Preferred version: 3.2.14Pykess-ModdingUtils
Utilities aimed at making modding easier and more accessible
Preferred version: 0.4.8README
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.