BrogueCE
BrogueCE copied to clipboard
Replace specific potion/scroll generation rules with a generic system.
RapidBrogue extends these two item generation mechanisms from the base game (frequency bias and thresholding) to other items. This patch extends the item-specific code in the base game to allow these mechanisms to be used for any potion or scroll with parameters in Global.c. Tested against a few seeds to ensure identical generation.