Skip to content

Commit

Permalink
change total, add parent and fix order (#1014)
Browse files Browse the repository at this point in the history
* change total, add parent and fix order

* format
  • Loading branch information
CalMWolfs authored Oct 24, 2023
1 parent e8e8c6f commit 6d2d90e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions constants/museum.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@
"GIANT_CLEAVER",
"SPIDER_QUEENS_STINGER",
"VENOMS_TOUCH",
"FELTHORN_REAPER",
"SHAMAN_SWORD",
"BONE_REAVER",
"POOCH_SWORD",
"EMERALD_BLADE",
"INK_WAND",
Expand All @@ -79,6 +77,8 @@
"RUNAANS_BOW",
"MOSQUITO_BOW",
"SPIRIT_SWORD",
"BONE_REAVER",
"FELTHORN_REAPER",
"BAT_WAND",
"ITEM_SPIRIT_BOW",
"BONE_BOOMERANG",
Expand Down Expand Up @@ -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",
Expand All @@ -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
}
Expand Down

0 comments on commit 6d2d90e

Please sign in to comment.