diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-10 16:01:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 10:01:33 -0400 |
commit | 532212d429cce9f7ae975ece83871df1ef543715 (patch) | |
tree | 7309f86024c558e5dcf45335f5cda60ab8fbbe06 /constants | |
parent | 6f2b1cd7ff461bda70231c03bf38ad4a3e24ba61 (diff) | |
download | NotEnoughUpdates-REPO-532212d429cce9f7ae975ece83871df1ef543715.tar.gz NotEnoughUpdates-REPO-532212d429cce9f7ae975ece83871df1ef543715.tar.bz2 NotEnoughUpdates-REPO-532212d429cce9f7ae975ece83871df1ef543715.zip |
Mobs & Names + Fixes (#516)
* Removing Mobs
* Rainbow Names
* Mobs
* Fixing Ultimate Wise
* Fixing Warped Stone
* Fixing Juju Shortbow
* Fixing Terminator
* Rainbow Name account change
* Adding Mobs back and changed them to skulls
* Fixing Carrot King
* Update parents.json
* Removing Item age
* Another one
* Wiki Links
* Another Rainbowname
* Another one
Diffstat (limited to 'constants')
-rw-r--r-- | constants/essencecosts.json | 12 | ||||
-rw-r--r-- | constants/misc.json | 11 | ||||
-rw-r--r-- | constants/parents.json | 4 | ||||
-rw-r--r-- | constants/reforgestones.json | 3 |
4 files changed, 19 insertions, 11 deletions
diff --git a/constants/essencecosts.json b/constants/essencecosts.json index 9fc1ba61..2b60ce30 100644 --- a/constants/essencecosts.json +++ b/constants/essencecosts.json @@ -1737,12 +1737,12 @@ }, "JUJU_SHORTBOW":{ "type":"Dragon", - "dungeonize":300, - "1":100, - "2":200, - "3":300, - "4":500, - "5":750 + "dungeonize":150, + "1":30, + "2":60, + "3":120, + "4":200, + "5":300 }, "MIDAS_STAFF":{ "type":"Gold", diff --git a/constants/misc.json b/constants/misc.json index fee6cc73..360bd55c 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1052,7 +1052,7 @@ "f94771a6e4c4457495e7aa821c370e3d", "4f0e53f2bc1e464fa86af515e22390c7", "baa6c0a7c3494f7d9257c92dd886b890", - "783f560bff974363b5cfd61c496ba278", + "8f26e4e3b26a4c64901f1f85d579dc73", "d82f5572054f4b7cb3d73e614098bbcb", "e40ba3dfb5254b488649969d6d22ab1c", "62b17c445d774a669cf6a9032005ae23", @@ -1130,7 +1130,14 @@ "0d1c41cd8d4b4fe98214ed77c3254489", "51e50c0ae0b84c7a9334ec9df5f8bb43", "b98f4247e6614787a11c288eb21f098a", - "2afa5d17d62f45e189d5d711fd0c57c7" + "2afa5d17d62f45e189d5d711fd0c57c7", + "16ffd751c9d34781854f6960c26e6bf6", + "f47e4552e184437ba544676ecbdd18fa", + "fe3ead1167ff4e118f3b4c6810d643b9", + "5312cb4c79674f28a3004e979b6560da", + "40ef5fcb47f8451ba64c1b7cd4c54e08", + "80e3b7080df74d918f84d43f438a3e81", + "0954bdd8655743b1ad49ccc0a235af9c" ], "ranks": { diff --git a/constants/parents.json b/constants/parents.json index d2987e99..675d6da2 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2126,8 +2126,8 @@ "UNSTABLE_LOST_ADVENTURER_MINIBOSS", "YOUNG_LOST_ADVENTURER_MINIBOSS" ], - "BAIT_RING":[ - "SPIKED_ATROCITY" + "SPIKED_ATROCITY":[ + "BAIT_RING" ], "MANA_STEAL;1":[ "MANA_STEAL;2", diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 8fbed75c..dbe2a475 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -1973,7 +1973,8 @@ }, "LEGENDARY":{ "damage":165, - "strength":165 + "strength":165, + "intelligence":65 } } }, |