diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-26 13:54:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 07:54:35 -0500 |
commit | d2ec179d50c6b038315e9db9e0e838e0b96760a9 (patch) | |
tree | 1c28bbd5aaa1863eb9c9a753d12a43facffba5d6 /constants | |
parent | 048ee3ea36e566247699ef73306f5be5e83b2552 (diff) | |
download | NotEnoughUpdates-REPO-d2ec179d50c6b038315e9db9e0e838e0b96760a9.tar.gz NotEnoughUpdates-REPO-d2ec179d50c6b038315e9db9e0e838e0b96760a9.tar.bz2 NotEnoughUpdates-REPO-d2ec179d50c6b038315e9db9e0e838e0b96760a9.zip |
Driils and other Stuff (#374)
- Added X455 and X555 Drill
- Added Drill Parents
- Fixed Maxed Enchanted Book
- Fixed Fairy Souls
- Added a Wiki Link
Diffstat (limited to 'constants')
-rw-r--r-- | constants/fairy_souls.json | 4 | ||||
-rw-r--r-- | constants/parents.json | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index 9780c7d4..aabde892 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -88,9 +88,9 @@ "-317,87,-217", "-342,121,-199", "-427,84,-184", - "-177,94,-338", + "-177,95,-338", "-152,79,-343", - "-215,94,-339", + "-215,95,-339", "-225,73,-362", "-244,88,-314", "-202,113,-305", diff --git a/constants/parents.json b/constants/parents.json index 36852ef6..74b8a122 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1923,5 +1923,12 @@ "TITANIUM_ARTIFACT", "TITANIUM_RING", "TITANIUM_TALISMAN" + ], + "TITANIUM_DRILL_3":[ + "TITANIUM_DRILL_2", + "TITANIUM_DRILL_1" + ], + "MITHRIL_DRILL_2":[ + "MITHRIL_DRILL_1" ] } |