diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-24 22:10:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 20:10:17 +0000 |
commit | e8e8c6f8ad13b06bce6218714a4f03287a30ca01 (patch) | |
tree | 07626aa4c6cde8a68aacb5173c103de6063e0183 /constants/petnums.json | |
parent | aa5a1508ecc795441917b7a5a8dfe33a00791d07 (diff) | |
download | NotEnoughUpdates-REPO-e8e8c6f8ad13b06bce6218714a4f03287a30ca01.tar.gz NotEnoughUpdates-REPO-e8e8c6f8ad13b06bce6218714a4f03287a30ca01.tar.bz2 NotEnoughUpdates-REPO-e8e8c6f8ad13b06bce6218714a4f03287a30ca01.zip |
Added new items from the spook event (#1013)
* Added new items and fixed intimidation texture
* Fixed Rarity of Tnt and 2 textures
* Added new items
* Fixed Sack Size, added new npcs and fixed some lore
* Fixed lores, added new pet stats, added new items
* Added new item, added new essenceshop perks (missing diamond and fixed monocle req
* Added new items to museum and fixed order
* Added Diamond Essence Perks and fixed some gold essence perk
* Tf did i do here
* Added winter warp
* Fixed Intimidation parent
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 48 |
1 files changed, 45 insertions, 3 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 4bda28e6..25e0c358 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1063,6 +1063,24 @@ } } }, + "EERIE": { + "COMMON": { + "1": { + "otherNums": [], + "statNums": { + "SPEED": 0.1, + "INTELLIGENCE": 0.5 + } + }, + "100": { + "otherNums": [], + "statNums": { + "SPEED": 10, + "INTELLIGENCE": 60 + } + } + } + }, "ELEPHANT": { "COMMON": { "1": { @@ -2033,7 +2051,7 @@ "MAGIC_FIND": 10.0 } }, - "stats_levelling_curve":"101:200:1" + "stats_levelling_curve": "101:200:1" } }, "GLACIAL_WISP": { @@ -3023,7 +3041,7 @@ } } } - }, + }, "OCELOT": { "COMMON": { "1": { @@ -5364,6 +5382,30 @@ "TRUE_DEFENSE": 50.0 } } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 1, + 0.2, + 0.2, + 0.1 + ], + "statNums": { + "TRUE_DEFENSE": 0.5 + } + }, + "100": { + "otherNums": [ + 100, + 20.0, + 20.0, + 10 + ], + "statNums": { + "TRUE_DEFENSE": 50.0 + } + } } }, "GRANDMA_WOLF": { @@ -5570,4 +5612,4 @@ } } } -} +}
\ No newline at end of file |