diff options
| -rw-r--r-- | constants/museum.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/constants/museum.json b/constants/museum.json index 1bb32167..f60caf3c 100644 --- a/constants/museum.json +++ b/constants/museum.json @@ -364,6 +364,7 @@ "DRAGONFUSE_GLOVE", "FARMER_BOOTS", "FROG_MASK", + "FROZEN_AMULET", "FUNGI_CUTTER", "GEMSTONE_DRILL_1", "ICE_ROD", @@ -773,6 +774,7 @@ "SANDCASTLE_PERSONALITY", "SANTA_PERSONALITY", "SCARECROW_PERSONALITY", + "SEAL_PERSONALITY", "SEA_LANTERN_HAT", "SECRET_BINGO_CARD", "SHARK_PERSONALITY", @@ -1085,9 +1087,9 @@ "max_values": { "weapons": 138, "armor": 123, - "rarities": 226, + "rarities": 227, "special": 48, - "total": 487 + "total": 488 }, "itemToXp": { "ADAPTIVE": 7, @@ -1234,6 +1236,7 @@ "FLOWER_OF_TRUTH": 6, "FRACTURED_MITHRIL_PICKAXE": 2, "FROG_MASK": 4, + "FROZEN_AMULET": 4, "FROZEN_BLAZE": 10, "FROZEN_SCYTHE": 5, "FUNGI_CUTTER": 4, |
