From e33176ddff89b5fb08fbe449848044d488a676ba Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:45:21 +0200 Subject: Added new skin and fixed some lores (#988) * Fixed lores * Added new skin * Fixed True Defense of Wisp * Fixed Watcher Panorama * Added 2 npc's * Fixed Kuudra name --- constants/misc.json | 2 +- constants/petnums.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'constants') diff --git a/constants/misc.json b/constants/misc.json index 69647f61..34b40bc4 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -76,7 +76,7 @@ "dungeon": "Dungeon", "dungeon_hub": "Dungeon Hub", "crystal_hollows": "Crystal Hollows", - "instanced": "Kuudra's End", + "kuudra": "Kuudra's Hollow", "garden": "The Garden", "rift": "Rift" }, diff --git a/constants/petnums.json b/constants/petnums.json index f80e8c7b..a6970adf 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1627,7 +1627,7 @@ ], "statNums": { "HEALTH": 250.0, - "TRUE_DEFENSE": 10, + "TRUE_DEFENSE": 15, "INTELLIGENCE": 50 } } @@ -2054,7 +2054,7 @@ ], "statNums": { "HEALTH": 400.0, - "TRUE_DEFENSE": 25, + "TRUE_DEFENSE": 30, "INTELLIGENCE": 125 } } @@ -4566,7 +4566,7 @@ ], "statNums": { "HEALTH": 600.0, - "TRUE_DEFENSE": 30, + "TRUE_DEFENSE": 35, "INTELLIGENCE": 250 } } -- cgit