diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-06-30 13:03:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 13:03:42 +0200 |
commit | c253a0532aca722ec75096c7628919e0acd6cf12 (patch) | |
tree | 3148c0f3288e323b73496a78322d8463942f1211 /constants | |
parent | d94ece918d590909c3d9450d0b457ee659ef04ac (diff) | |
download | NotEnoughUpdates-REPO-c253a0532aca722ec75096c7628919e0acd6cf12.tar.gz NotEnoughUpdates-REPO-c253a0532aca722ec75096c7628919e0acd6cf12.tar.bz2 NotEnoughUpdates-REPO-c253a0532aca722ec75096c7628919e0acd6cf12.zip |
Fixed lore of pet skins, added accessory, added recipe, removed timestamp, fixed accessory in overlay, added more items and npc's (#949)
* Fixed tp pad lore fixed accessory bag overlay for 2 talis
* Added 1 new npc and one older npc
* Added recipe and removed timestamp
* Added Accessory
* Added burger
* Fixed rng meter values
* Fixed all pet skin lores
* Fixed drop chance of ench mutton
* Fixed lore of murder weapon
* Fixed not chicken monster breaking workflow
* Add new cosmetics
* Fixed Vampire Relic and Caducous steam lore
* Fixed lore of netherrack
* Fixed Blessed Stats
* Added recipe
* Added vamp slayer boss
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 14 | ||||
-rw-r--r-- | constants/parents.json | 6 | ||||
-rw-r--r-- | constants/reforgestones.json | 2 | ||||
-rw-r--r-- | constants/rngscore.json | 16 |
4 files changed, 29 insertions, 9 deletions
diff --git a/constants/misc.json b/constants/misc.json index ff5e2af9..2a6ea8ed 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1348,6 +1348,20 @@ ], "BLOOD_DONOR_RING": [ "BLOOD_DONOR_ARTIFACT" + ], + "LUSH_TALISMAN": [ + "LUSH_RING", + "LUSH_ARTIFACT" + ], + "LUSH_RING": [ + "LUSH_ARTIFACT" + ], + "AGARIMOO_TALISMAN": [ + "AGARIMOO_RING", + "AGARIMOO_ARTIFACT" + ], + "AGARIMOO_RING": [ + "AGARIMOO_ARTIFACT" ] }, "special_bois": [ diff --git a/constants/parents.json b/constants/parents.json index a27ddc0a..1b1185f6 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3281,5 +3281,11 @@ "HEALING_MELON": [ "JUICY_HEALING_MELON", "LUSCIOUS_HEALING_MELON" + ], + "RIFTSTALKER_BLOODFIEND_1_BOSS": [ + "RIFTSTALKER_BLOODFIEND_2_BOSS", + "RIFTSTALKER_BLOODFIEND_3_BOSS", + "RIFTSTALKER_BLOODFIEND_4_BOSS", + "RIFTSTALKER_BLOODFIEND_5_BOSS" ] }
\ No newline at end of file diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 593f5797..d24fa2d6 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -67,7 +67,7 @@ "UNCOMMON": "Grants §6+7☘ Farming Fortune §7and §3+2☯ Farming Wisdom§7.", "RARE": "Grants §6+9☘ Farming Fortune §7and §3+3☯ Farming Wisdom§7.", "EPIC": "Grants §6+13☘ Farming Fortune §7and §3+4☯ Farming Wisdom§7.", - "LEGENDARY": "Grants §6+16☘ Farming Fortune §7and §3+6☯ Farming Wisdom§7.", + "LEGENDARY": "Grants §6+16☘ Farming Fortune §7and §3+5☯ Farming Wisdom§7.", "MYTHIC": "Grants §6+20☘ Farming Fortune §7and §3+6☯ Farming Wisdom§7." }, "reforgeStats": { diff --git a/constants/rngscore.json b/constants/rngscore.json index edd1295e..b4763134 100644 --- a/constants/rngscore.json +++ b/constants/rngscore.json @@ -393,14 +393,14 @@ "POTION": 17700 }, "Riftstalker Bloodfiend": { - "ENCHANTED_BOOK_BUNDLE_QUANTUM": 3750, - "SOULTWIST_RUNE;1": 4250, - "BUBBA_BLISTER": 5000, - "CHOCOLATE_CHIP": 5000, - "GUARDIAN_LUCKY_BLOCK": 8000, - "MCGRUBBER_BURGER": 41000, - "UNFANGED_VAMPIRE_PART": 41000, - "ENCHANTED_BOOK_BUNDLE_THE_ONE": 27833 + "ENCHANTED_BOOK_BUNDLE_QUANTUM": 1687, + "SOULTWIST_RUNE;1": 1912, + "BUBBA_BLISTER": 2250, + "CHOCOLATE_CHIP": 2250, + "GUARDIAN_LUCKY_BLOCK": 3600, + "MCGRUBBER_BURGER": 18450, + "UNFANGED_VAMPIRE_PART": 18450, + "ENCHANTED_BOOK_BUNDLE_THE_ONE": 12525 } } }
\ No newline at end of file |