diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-26 13:45:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 13:45:21 +0200 |
commit | e33176ddff89b5fb08fbe449848044d488a676ba (patch) | |
tree | 5a2fd1b198eb6432f93dfb41b7b0c58fa60dee51 /constants | |
parent | c000d87d32d7c5217315932683686ad7923483bc (diff) | |
download | NotEnoughUpdates-REPO-e33176ddff89b5fb08fbe449848044d488a676ba.tar.gz NotEnoughUpdates-REPO-e33176ddff89b5fb08fbe449848044d488a676ba.tar.bz2 NotEnoughUpdates-REPO-e33176ddff89b5fb08fbe449848044d488a676ba.zip |
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
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 2 | ||||
-rw-r--r-- | constants/petnums.json | 6 |
2 files changed, 4 insertions, 4 deletions
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 } } |