You are viewing a potentially older version of this package. View all versions.
Root-RarityLib-1.0.7 icon

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-5.4.1901 icon
BepInEx-BepInExPack_ROUNDS

BepInEx pack for ROUNDS. Preconfigured and ready to use.

Preferred version: 5.4.1901
Pykess-ModdingUtils-0.4.8 icon
Pykess-ModdingUtils

Utilities aimed at making modding easier and more accessible

Preferred version: 0.4.8
Pykess-CardChoiceSpawnUniqueCardPatch-0.1.10 icon
Pykess-CardChoiceSpawnUniqueCardPatch

Patches erroneous logic in the base game CardChoice method SpawnUniqueCard

Preferred version: 0.1.10
willis81808-UnboundLib-3.2.14 icon
willis81808-UnboundLib

This is a helpful utility for ROUNDS modders aimed at simplifying common tasks.

Preferred version: 3.2.14

README

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]);