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 | 2 years ago |
Version | 1.0.8 |
Download link | Root-RarityLib-1.0.8.zip |
Downloads | 12018 |
Dependency string | Root-RarityLib-1.0.8 |
This mod requires the following mods to function
BepInEx-BepInExPack_ROUNDS
BepInEx pack for ROUNDS. Preconfigured and ready to use.
Preferred version: 5.4.1100Pykess-ModdingUtils
Utilities aimed at making modding easier and more accessible
Preferred version: 0.3.5Pykess-CardChoiceSpawnUniqueCardPatch
Patches erroneous logic in the base game CardChoice method SpawnUniqueCard
Preferred version: 0.1.7willis81808-UnboundLib
This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.
Preferred version: 2.7.3README
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]);