diff options
author | Stekerser <72933528+Stekerser@users.noreply.github.com> | 2021-08-26 19:48:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 12:48:15 -0400 |
commit | c9da12accbe818dfd21d91c77684dd48c73e7759 (patch) | |
tree | 334f95329aa0585a08842ff943a97eab87f2742d | |
parent | fbdeeed6eb030d88615b047e72278394b0f30504 (diff) | |
download | NotEnoughUpdates-REPO-c9da12accbe818dfd21d91c77684dd48c73e7759.tar.gz NotEnoughUpdates-REPO-c9da12accbe818dfd21d91c77684dd48c73e7759.tar.bz2 NotEnoughUpdates-REPO-c9da12accbe818dfd21d91c77684dd48c73e7759.zip |
Update misc.json (#603)
* Update misc.json
* Revert Removing Ranks
* I removed admin by accident
* Update misc.json
Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
-rw-r--r-- | constants/misc.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/constants/misc.json b/constants/misc.json index a6852ad3..01352c72 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -13,7 +13,10 @@ "chestplate", "leggings", "boots", - "drill" + "drill", + "gauntlet", + "shears", + "fishing weapon" ], "tier_colors": { @@ -107,9 +110,9 @@ }, "slayer_cost": [ - 100, 2000, - 10000, + 7500, + 20000, 50000, 100000 ], |