diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-08-28 15:38:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-28 15:38:27 +0200 |
commit | 79c61a2de8856907b937ddf4c8bf796193b4eee6 (patch) | |
tree | 2bcc0cfdaf7d912c482d9e602a2d7bb608b4fe23 | |
parent | d4815881067be81ef74520f6676c352a656612fb (diff) | |
download | NotEnoughUpdates-REPO-79c61a2de8856907b937ddf4c8bf796193b4eee6.tar.gz NotEnoughUpdates-REPO-79c61a2de8856907b937ddf4c8bf796193b4eee6.tar.bz2 NotEnoughUpdates-REPO-79c61a2de8856907b937ddf4c8bf796193b4eee6.zip |
added stuff for rng meter lore display stuff (#805)
-rw-r--r-- | constants/leveling.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/constants/leveling.json b/constants/leveling.json index 68466a54..b14ba62f 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -167,6 +167,24 @@ 500, 1500 ], + "slayer_highest_tier": { + "Revenant Horror": 5, + "Tarantula Broodfather": 4, + "Sven Packmaster": 4, + "Voidgloom Seraph": 4, + "Inferno Demonlord": 4 + }, + "slayer_tier_colors": [ + "§a", + "§e", + "§c", + "§4", + "§5" + ], + "rng_meter_dungeon_score": { + "§b§lS+": 300, + "§6§lS": 189 + }, "catacombs": [ 50, 75, |