
You are viewing a potentially older version of this package. View Latest Version

Adds 900 common and 100 rare cards to act 1. All cards are randomly generated and are different for each user.
Card creation basically works like this:
cost + (if rare: 3, else: 1) - 1 - minAttack * 2. For blood: cost * 3 + cost - randomNumberBetween0And1 + Max(cost - (randomNumberBetween0And1 + 1), 0) + (if rare: 3, else: 1) - 1 - minAttack * 2To use Random Card Generator, put both RandomCardGenerator.dll inside of your BepInEx plugins folder. It also probably works for Thunderstore Mod Manager or r2modman but I don't know for sure (I don't use them)