diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-13 11:51:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 21:51:11 +1100 |
commit | ffca9245a65624a49bf1690bedbcb1555f12448c (patch) | |
tree | 051e58163402c81526a00aa9ccc351d07375d2f2 /constants | |
parent | 2f58108e625e56545a075f86fb502dfb74b6467e (diff) | |
download | NotEnoughUpdates-REPO-ffca9245a65624a49bf1690bedbcb1555f12448c.tar.gz NotEnoughUpdates-REPO-ffca9245a65624a49bf1690bedbcb1555f12448c.tar.bz2 NotEnoughUpdates-REPO-ffca9245a65624a49bf1690bedbcb1555f12448c.zip |
Added Drops to mobs, more items, new mayor and recipes and fixed disc (#860)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 6 | ||||
-rw-r--r-- | constants/reforgestones.json | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/constants/parents.json b/constants/parents.json index f6e17150..ee1b567f 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2235,10 +2235,10 @@ "DANTE_SPECIAL_MAYOR_MONSTER" ], "AATROX_MAYOR_MONSTER": [ - "BARRY_MAYOR_MONSTER", "COLE_MAYOR_MONSTER", "DIANA_MAYOR_MONSTER", "DIAZ_MAYOR_MONSTER", + "FINNEGAN_MAYOR_MONSTER", "FOXY_MAYOR_MONSTER", "MARINA_MAYOR_MONSTER", "PAUL_MAYOR_MONSTER" @@ -3113,5 +3113,9 @@ "DRACONIC_ARTIFACT": [ "DRACONIC_RING", "DRACONIC_TALISMAN" + ], + "VACCINE_ARTIFACT": [ + "VACCINE_RING", + "VACCINE_TALISMAN" ] }
\ No newline at end of file diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 803369b5..d814cc4a 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -1957,8 +1957,8 @@ "RARE": 80000, "EPIC": 150000, "LEGENDARY": 300000, - "MYTHIC": 300000, - "DIVINE": 300000 + "MYTHIC": 600000, + "DIVINE": 600000 }, "reforgeAbility": "Grants §a+8 §6☘ Mining §6Fortune§7, which increases your §7chance for multiple drops.", "reforgeStats": { |