aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2023-10-25 09:54:40 +1100
committerGitHub <noreply@github.com>2023-10-24 22:54:40 +0000
commit6d2d90e5aa1a8868c88b0e8587857e11f3874b76 (patch)
treeda7b819a9a422e877c0cc91ad8c1dfc52206dbf6
parente8e8c6f8ad13b06bce6218714a4f03287a30ca01 (diff)
downloadNotEnoughUpdates-REPO-6d2d90e5aa1a8868c88b0e8587857e11f3874b76.tar.gz
NotEnoughUpdates-REPO-6d2d90e5aa1a8868c88b0e8587857e11f3874b76.tar.bz2
NotEnoughUpdates-REPO-6d2d90e5aa1a8868c88b0e8587857e11f3874b76.zip
change total, add parent and fix order (#1014)
* change total, add parent and fix order * format
-rw-r--r--constants/museum.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/constants/museum.json b/constants/museum.json
index f4d37e33..2a32dc36 100644
--- a/constants/museum.json
+++ b/constants/museum.json
@@ -61,9 +61,7 @@
"GIANT_CLEAVER",
"SPIDER_QUEENS_STINGER",
"VENOMS_TOUCH",
- "FELTHORN_REAPER",
"SHAMAN_SWORD",
- "BONE_REAVER",
"POOCH_SWORD",
"EMERALD_BLADE",
"INK_WAND",
@@ -79,6 +77,8 @@
"RUNAANS_BOW",
"MOSQUITO_BOW",
"SPIRIT_SWORD",
+ "BONE_REAVER",
+ "FELTHORN_REAPER",
"BAT_WAND",
"ITEM_SPIRIT_BOW",
"BONE_BOOMERANG",
@@ -823,6 +823,7 @@
"WEIRDER_TUBA": "WEIRD_TUBA",
"BOUQUET_OF_LIES": "FLOWER_OF_TRUTH",
"FELTHORN_REAPER": "BONE_REAVER",
+ "BONE_REAVER": "SPIRIT_SWORD",
"MONSTER_RAIDER": "MONSTER_HUNTER",
"TANK_WITHER": "WITHER",
"WISE_WITHER": "TANK_WITHER",
@@ -831,9 +832,9 @@
"PERFECT_TIER_13": "PERFECT_TIER_12"
},
"max_values": {
- "total": 340,
+ "total": 341,
"weapons": 128,
- "armor": 110,
+ "armor": 111,
"rarities": 102,
"special": 48
}