

UpgradeDraft changes the ROUNDS card draft flow into a consistent 4-card pool, introduces upgrade cards based on the choosing player's current deck, and adds a 5th action card for skip/reroll.
This mod was created with AI assistance. Code, packaging, and documentation should be treated as community/experimental work and tested carefully before use in important modpacks.
Each pick phase rolls one 4-card draft composition:
If a chosen upgrade count is not possible, it is clamped and remaining slots are filled with new cards.
A 5th selectable action card is added beside the 4 draft cards:
SKIP: pass the current card choice and gain 1 skip point.REROLL: appears when the player has enough skip points, consumes them, and redraws the current choice.allowMultiple == false are never eligible upgrades.Upgrade cards are visually labeled:
UPGRADE:UPGRADEOwned: X -> YUD panel appears on the left side of the screen.SKIP or REROLL.Potential conflicts can occur with mods that:
CardChoice.SpawnUniqueCardThis mod is designed to coexist with CardChoiceSpawnUniqueCardPatch, but large gameplay overhauls should still be tested in a full lobby.