diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-07-11 16:51:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-11 16:51:41 +0200 |
commit | 182c78af43cce410c21ac0998f511b18cdd44ece (patch) | |
tree | 36cfac5e4a586964c5106dcf9cdf0a662a57e486 /constants/leveling.json | |
parent | d38a628fb810b04cf048d6a6a4144a2045941a4c (diff) | |
download | NotEnoughUpdates-REPO-182c78af43cce410c21ac0998f511b18cdd44ece.tar.gz NotEnoughUpdates-REPO-182c78af43cce410c21ac0998f511b18cdd44ece.tar.bz2 NotEnoughUpdates-REPO-182c78af43cce410c21ac0998f511b18cdd44ece.zip |
Added new rune, added nether npc, removed some alpha items (#953)
* Added new rune, added nether npc, removed some alpha items
* Added more npcs
* Fixed lore of boots and added brewing ingrdient to lores
* Fixed enigma soul and lore of power stone
* Added undead to more
* Removed weird npc
* Fixed lore catacombs skill items
* Added more mobs and npcs, fixed enderman pet lore
* Added Lifeguard Chair
* Added Vampire Slayer to crafttext
* Made Game Breaker and Annihilator very special
* Added Talbot and Kuudra Believer Npc
* Added special xp value for vampire
* Added fancy name
Diffstat (limited to 'constants/leveling.json')
-rw-r--r-- | constants/leveling.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/constants/leveling.json b/constants/leveling.json index 99edcbb8..be6fa01d 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -174,6 +174,15 @@ 500, 1500 ], + "slayer_boss_xp_type": { + "vampire": [ + 10, + 25, + 60, + 120, + 150 + ] + }, "slayer_highest_tier": { "Revenant Horror": 5, "Tarantula Broodfather": 4, @@ -182,6 +191,14 @@ "Inferno Demonlord": 4, "Riftstalker Bloodfiend": 5 }, + "fancy_name_to_slayer": { + "Revenant Horror": "zombie", + "Tarantula Broodfather": "spider", + "Sven Packmaster": "wolf", + "Voidgloom Seraph": "enderman", + "Inferno Demonlord":"blaze", + "Riftstalker Bloodfiend": "vampire" + }, "slayer_to_highest_tier": { "zombie": 5, "spider": 4, |