From 182c78af43cce410c21ac0998f511b18cdd44ece Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:51:41 +0200 Subject: 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 --- constants/leveling.json | 17 +++++++++++++++++ constants/petnums.json | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) (limited to 'constants') 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, diff --git a/constants/petnums.json b/constants/petnums.json index 1092d7fc..93b2be76 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1244,7 +1244,7 @@ 0.3, 0.5, 0.2, - 0.4 + 1.0 ], "statNums": { "CRIT_DAMAGE": 0.0 @@ -1255,7 +1255,7 @@ 30, 50, 25, - 40 + 1.4 ], "statNums": { "CRIT_DAMAGE": 75.0 -- cgit