diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-09 16:50:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 16:50:07 +0100 |
commit | 93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c (patch) | |
tree | 4c2eb88eb51676686b296476386f685afafea5de /constants | |
parent | 8d30c12edce0800e744a93ee743e03a7f4dbb8c5 (diff) | |
download | NotEnoughUpdates-REPO-93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c.tar.gz NotEnoughUpdates-REPO-93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c.tar.bz2 NotEnoughUpdates-REPO-93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c.zip |
XTREE (#870)
* XTREE
* Lava Rod
* Fixed lore of most Furniture items
* Fixed 2 npc things
* Fixed rare flying fish perk
* Fixed Lulonaut
* Added Bingo Card (extreme)
* Fixed Skin lore
* Fixed lore of sb menu
* Fixed Ice essence and glacial scythe
* Fixed Tac Sword Lore
lf approves
* New Kuudra Update stuff
* Fixed lore of nether sack items
* I love hypixel
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 4 | ||||
-rw-r--r-- | constants/parents.json | 5 | ||||
-rw-r--r-- | constants/petnums.json | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/constants/misc.json b/constants/misc.json index 9502e671..1f29e3c5 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1625,8 +1625,8 @@ "§f - §bHasnu#4411§7: §2Moderator", "§f - §bgeorge.#0550: §2Moderator", "§f - §bDoKM#7224: §2Moderator", - "§f - §bMisterCheezeCake#1662: §aHelper", - "§f - §bLulonaut#3350: §aHelper" + "§f - §bLulonaut#3350: §2Moderator", + "§f - §bMisterCheezeCake#1662: §aHelper" ] }, "cosmeticsinfo": { diff --git a/constants/parents.json b/constants/parents.json index 0f42724d..28ef732f 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3147,5 +3147,10 @@ "PROSPERITY;3", "PROSPERITY;4", "PROSPERITY;5" + ], + "UNCOMMON_KUUDRA_CHUNK": [ + "RARE_KUUDRA_CHUNK", + "EPIC_KUUDRA_CHUNK", + "LEGENDARY_KUUDRA_CHUNK" ] }
\ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index ae496aef..e20d409e 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1471,7 +1471,7 @@ "RARE": { "1": { "otherNums": [ - 0.4, + 0.6, 0.8 ], "statNums": { @@ -1481,7 +1481,7 @@ }, "100": { "otherNums": [ - 40, + 60, 80 ], "statNums": { |