You are viewing a potentially older version of this package.
View all versions.
RarityLib
A utility library for adding custom rarities to the game.
| Date uploaded | 3 years ago |
| Version | 1.0.7 |
| Download link | Root-RarityLib-1.0.7.zip |
| Downloads | 2458 |
| Dependency string | Root-RarityLib-1.0.7 |
This mod requires the following mods to function
BepInEx-BepInExPack_ROUNDS
BepInEx pack for ROUNDS. Preconfigured and ready to use.
Preferred version: 5.4.1901Pykess-ModdingUtils
Utilities aimed at making modding easier and more accessible
Preferred version: 0.4.8Pykess-CardChoiceSpawnUniqueCardPatch
Patches erroneous logic in the base game CardChoice method SpawnUniqueCard
Preferred version: 0.1.10willis81808-UnboundLib
This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.
Preferred version: 3.2.14README
Add new Raritys in your mods Awake function by using: RarityUtils.AddRarity([RarityName], [Relitive Rarity (Common is 1, Rare is 0.1)], [Color when selected], [Color when not sected]);
Get a rartiy by using: RarityUtils.GetRarity([RarityName]);