diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/leveling.json | 6 | ||||
-rw-r--r-- | constants/misc.json | 3 | ||||
-rw-r--r-- | constants/parents.json | 15 |
3 files changed, 21 insertions, 3 deletions
diff --git a/constants/leveling.json b/constants/leveling.json index 460dc438..21217bf8 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -172,14 +172,16 @@ "Tarantula Broodfather": 4, "Sven Packmaster": 4, "Voidgloom Seraph": 4, - "Inferno Demonlord": 4 + "Inferno Demonlord": 4, + "Riftstalker Bloodfiend": 5 }, "slayer_to_highest_tier": { "zombie": 5, "spider": 4, "wolf": 4, "enderman": 4, - "blaze": 4 + "blaze": 4, + "vampire": 5 }, "slayer_tier_colors": [ "§a", diff --git a/constants/misc.json b/constants/misc.json index c6a5e15a..da3e9f90 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -77,7 +77,8 @@ "dungeon_hub": "Dungeon Hub", "crystal_hollows": "Crystal Hollows", "instanced": "Kuudra's End", - "garden": "The Garden" + "garden": "The Garden", + "rift": "Rift" }, "talisman_upgrades": { "WOLF_TALISMAN": [ diff --git a/constants/parents.json b/constants/parents.json index 67150c84..15969a4e 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3206,5 +3206,20 @@ ], "DANTE_TALISMAN": [ "DANTE_RING" + ], + "CRUX_TALISMAN_6": [ + "CRUX_TALISMAN_5", + "CRUX_TALISMAN_4", + "CRUX_TALISMAN_3", + "CRUX_TALISMAN_2", + "CRUX_TALISMAN_1" + ], + "AGARIMOO_ARTIFACT": [ + "AGARIMOO_RING", + "AGARIMOO_TALISMAN" + ], + "LUSH_ARTIFACT": [ + "LUSH_RING", + "LUSH_TALISMAN" ] }
\ No newline at end of file |