diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-09-18 10:28:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-18 08:28:35 +0000 |
| commit | 905f2c95e5f1d57a06dd1cdb9db9097232405fa7 (patch) | |
| tree | 8c2456f9867e7a24f29e9aece29078fffd9bfa9e /constants/museum.json | |
| parent | 22b4f8a9633091d5c89c7f35ecedcf0a7c2714f9 (diff) | |
| download | NotEnoughUpdates-REPO-905f2c95e5f1d57a06dd1cdb9db9097232405fa7.tar.gz NotEnoughUpdates-REPO-905f2c95e5f1d57a06dd1cdb9db9097232405fa7.tar.bz2 NotEnoughUpdates-REPO-905f2c95e5f1d57a06dd1cdb9db9097232405fa7.zip | |
feat: Mining Update (#1348)
* feat: Mining Update
* feat: More Mining Items
* feat: More Mining Items
* feat: Even more changes
* feat: Another mining change moment
* feat: Revert Hardstone 10 Minion because of a crash
* feat: Even more changes
* feat: Pet changes from update
* feat: Missing Pet item
* feat: enchants and sacks json
* feat: Topaz rod in museum
Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
---------
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'constants/museum.json')
| -rw-r--r-- | constants/museum.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/constants/museum.json b/constants/museum.json index bf49e232..b568eded 100644 --- a/constants/museum.json +++ b/constants/museum.json @@ -323,6 +323,7 @@ "MAGMA_ROD", "INFERNO_ROD", "HELLFIRE_ROD", + "POLISHED_TOPAZ_ROD", "DOJO_BLACK_BELT", "SYNTHESIZER_V3", "ANCIENT_CLOAK", @@ -868,10 +869,10 @@ "AMBER_NECKLACE": "TITANIUM_NECKLACE" }, "max_values": { - "total": 360, + "total": 362, "weapons": 128, "armor": 117, - "rarities": 116, + "rarities": 117, "special": 48 } } |
