Rounds2-RoundsTheGathering icon

RoundsTheGathering

Rounds: The Gathering — deck building, card deletion, persistent shields, resistance cards, and a pick-phase stats overlay for ROUNDS.

By Rounds2
Last updated a week ago
Total downloads 1000
Total rating 0 
Categories Custom Cards Gameplay Utilities
Dependency string Rounds2-RoundsTheGathering-2.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_ROUNDS-5.4.1901 icon
BepInEx-BepInExPack_ROUNDS

BepInEx pack for ROUNDS. Preconfigured and ready to use.

Preferred version: 5.4.1901
willis81808-UnboundLib-3.2.14 icon
willis81808-UnboundLib

This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.

Preferred version: 3.2.14
Pykess-ModdingUtils-0.4.8 icon
Pykess-ModdingUtils

Utilities aimed at making modding easier and more accessible

Preferred version: 0.4.8
Root-RarityLib-1.3.0 icon
Root-RarityLib

A utility library for adding custom rarities to the game.

Preferred version: 1.3.0
CrazyCoders-RarityBundle-0.2.1 icon
CrazyCoders-RarityBundle

A small bundle of rarities for use by other mods

Preferred version: 0.2.1

README

Rounds: The Gathering

One install, four mods — a complete pick-phase overhaul for ROUNDS.


What's included

DeckBuilder Mod

  • Build and save custom card decks (up to 50 cards)
  • Draft only from your active deck during picks
  • Deck HUD showing remaining cards
  • Deck Manager UI with pagination, search, and a "My Deck" view
  • Swap card to delete a card from your hand during picks — with a confirmation modal and stat-change preview
  • Copycat card to duplicate any card from any player's hand
  • Tiered card unlock API for other mods

Keybound Mod

  • Utility cards with [Keybound] effects
  • Bind a key during the draft, then activate the effect from the Effect Stack (bottom-right)
  • Teleport card: teleport to your cursor on a cooldown

ShieldsMod

  • Persistent shield bubble (unlocked via Upgrade Shield Health I)
  • Shield health upgrades (5 tiers, multiplicative)
  • Poison / Stun / Lifesteal resistance cards (3 tiers each)

Info Overhaul

  • Show Stats button during picks — full stat popup (shield health, poison/stun/lifesteal resistance, and more)
  • Card delta preview — see how each draft card changes your build before you pick
  • Delete preview — when confirming a hand-card deletion, shows the stat changes that removal will cause

Requirements

Installed automatically by r2modman:

  • BepInEx
  • UnboundLib
  • ModdingUtils
  • RarityLib (custom rarity framework — required by DeckBuilder)
  • RarityBundle (Trinket, Scarce, Epic, Mythical, etc. — required by DeckBuilder)

Quick start

  1. Install this package via Thunderstore / r2modman.
  2. Open the main menu Deck Manager (replaces Toggle Cards).
  3. Create a deck, set it as your active deck, and start a match.
  4. During picks, use Show Stats (bottom-left) and hover draft cards to see stat deltas.
  5. To trim your build, click a card in your hand — a confirmation modal shows the stat impact before you delete.

Save location

Decks are saved to:

BepInEx/config/RoundsTheGathering/decks.json

Building locally

See How to run.md for the full developer guide (GitHub setup, Libs, publishing).

From Rounds2Mod/:

dotnet build ModPack.csproj -c Release

This builds all three DLLs and deploys them to your r2modman profile folder (BepInEx/plugins/Rounds2-RoundsTheGathering/).

For a Thunderstore ZIP:

.\build_package.ps1

Package contents

File Role
DeckBuilder.dll Deck builder, custom cards (Swap/Copycat), prerequisites
Keybound.dll Keybound effects, Effect Stack UI, Teleport card
ShieldsMod.dll Shields and resistance cards
InfoOverhaul.dll Stats popup, draft delta preview, delete stat preview
assets/ Mod card artwork (PNG)