diff options
author | jani270 <jani270@gmx.de> | 2023-06-20 21:43:53 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2023-06-20 21:43:53 +0200 |
commit | 4dace55f820e2d81e9dc432dd90428d043846842 (patch) | |
tree | ae6517b249dd516d8aeb9ef5c2332370e6c08261 /constants | |
parent | 79949d42427b0a41100cbb76387887995b4b74b8 (diff) | |
download | NotEnoughUpdates-REPO-4dace55f820e2d81e9dc432dd90428d043846842.tar.gz NotEnoughUpdates-REPO-4dace55f820e2d81e9dc432dd90428d043846842.tar.bz2 NotEnoughUpdates-REPO-4dace55f820e2d81e9dc432dd90428d043846842.zip |
Added new items
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 |