diff options
127 files changed, 999 insertions, 462 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/ |
