diff options
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 } } |